Searched refs:spec_list (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBModuleSpec.h131 Append (const SBModuleSpecList &spec_list);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBModuleSpec.cpp189 SBModuleSpecList::Append (const SBModuleSpecList &spec_list) argument
191 m_opaque_ap->Append (*spec_list.m_opaque_ap);
/freebsd-10.0-release/contrib/gcc/
H A Dgcc.c1532 struct spec_list
1542 struct spec_list *next; /* Next spec in linked list. */
1548 { NAME, NULL, PTR, (struct spec_list *) 0, sizeof (NAME) - 1, 0 }
1551 static struct spec_list static_specs[] =
1597 /* Structure to keep track of just the first two args of a spec_list.
1606 static struct spec_list *extra_specs = (struct spec_list *) 0;
1611 static struct spec_list *specs = (struct spec_list *) 0;
1683 struct spec_list *nex
1525 struct spec_list struct
[all...]

Completed in 188 milliseconds