| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | dttable2.c | 174 void **List) in DtCompileLpit() 250 void **List) in DtCompileMadt() 486 void **List) in DtCompileMcfg() 510 void **List) in DtCompileMpam() 668 void **List) in DtCompileMpst() 805 void **List) in DtCompileMrrm() 856 void **List) in DtCompileMsct() 881 void **List) in DtCompileNfit() 1083 void **List) in DtCompilePcct() 1191 void **List) in DtCompilePdtt() [all …]
|
| H A D | dttable1.c | 198 void **List) in DtCompileAest() 496 void **List) in DtCompileApmt() 592 void **List) in DtCompileAsf() 763 void **List) in DtCompileAspt() 849 void **List) in DtCompileCdat() 976 void **List) in DtCompileCedt() 1147 void **List) in DtCompileCpep() 1172 void **List) in DtCompileCsrt() 1280 void **List) in DtCompileDbg2() 1436 void **List) in DtCompileDmar() [all …]
|
| H A D | aslpld.c | 811 const char **List, in OpcFindName()
|
| H A D | dttable.c | 234 void **List) in DtCompileFadt()
|
| H A D | dtcompile.c | 829 void **List, in DtCompileTwoSubtables()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugLocStream.h | 33 struct List { global() struct 37 ListList List() argument 187 EntryBuilder(ListBuilder & List,const MCSymbol * Begin,const MCSymbol * End) EntryBuilder() argument [all...] |
| H A D | DwarfDebug.cpp | 1929 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar); in collectEntityInfo() local 2732 DebugLocStream::ListBuilder &List, in finalize() 2791 for (const RangeSpanList &List : Holder.getRangeLists()) in emitRnglistsTableHeader() local 2811 for (const auto &List : DebugLocs.getLists()) in emitLoclistsTableHeader() local 2915 static void emitLocList(DwarfDebug &DD, AsmPrinter *Asm, const DebugLocStream::List &List) { in emitLocList() 2936 for (const auto &List : DebugLocs.getLists()) in emitDebugLocImpl() local 2960 for (const auto &List : DebugLocs.getLists()) { in emitDebugLocDWO() local 3017 SmallVector<SymbolCU, 8> &List = I.second; in emitDebugARanges() local 3074 std::vector<ArangeSpan> &List = Spans[CU]; in emitDebugARanges() local 3142 const RangeSpanList &List) { in emitRangeList() [all …]
|
| /freebsd/contrib/bmake/ |
| H A D | lst.h | 91 typedef struct List List; typedef 101 struct List { struct 102 firstList global() argument 103 lastList global() argument [all...] |
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 273 void printList(StringRef Label, const ArrayRef<T> List) { in printList() 280 virtual void printList(StringRef Label, const ArrayRef<bool> List) { in printList() 284 virtual void printList(StringRef Label, const ArrayRef<std::string> List) { in printList() 288 virtual void printList(StringRef Label, const ArrayRef<uint64_t> List) { in printList() 292 virtual void printList(StringRef Label, const ArrayRef<uint32_t> List) { in printList() 296 virtual void printList(StringRef Label, const ArrayRef<uint16_t> List) { in printList() 300 virtual void printList(StringRef Label, const ArrayRef<uint8_t> List) { in printList() 307 virtual void printList(StringRef Label, const ArrayRef<int64_t> List) { in printList() 311 virtual void printList(StringRef Label, const ArrayRef<int32_t> List) { in printList() 315 virtual void printList(StringRef Label, const ArrayRef<int16_t> List) { in printList() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineModuleInfoImpls.cpp | 38 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end()); in getSortedStubs() local 54 MachineModuleInfoImpl::ExprStubListTy List(ExprStubs.begin(), in getSortedExprStubs() local
|
| /freebsd/sys/contrib/ncsw/inc/etc/ |
| H A D | list_ext.h | 67 typedef struct List struct 69 struct List *p_Next; /**< A pointer to the next list object */ argument 70 struct List *p_Prev; /**< A pointer to the previous list object */ argument
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | Options.cpp | 478 auto UpdateSet = [&](auto &List, auto &Set) { in propagateOptions()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFListTable.h | 266 for (const auto &List : ListMap) in dump() local 274 for (const auto &List : ListMap) in dump() local 285 DWARFListType List; in findList() local
|
| H A D | DWARFDebugMacro.h | 129 for (const MacroList &List : MacroLists) hasEntryForOffset() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclContextInternals.h | 46 Decls List = Data.getPointer(); in erase_if() local 113 Decls List = Data.getPointer(); in MaybeDeallocList() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyMCTypeUtilities.cpp | 82 std::string WebAssembly::typeListToString(ArrayRef<wasm::ValType> List) { in typeListToString()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Use.h | 98 void addToList(Use **List) { in addToList()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Job.h | 204 void setInputFileList(llvm::opt::ArgStringList List) { in setInputFileList() 217 void replaceArguments(llvm::opt::ArgStringList List) { in replaceArguments()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | PluginLoader.cpp | 25 std::vector<std::string> List; member
|
| /freebsd/sys/contrib/dev/acpica/components/resources/ |
| H A D | rsutils.c | 178 UINT8 *List) in AcpiRsDecodeBitmask() 219 UINT8 *List, in AcpiRsEncodeBitmask()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ilist_node.h | 342 const auto &List = in getPrevNode() local 356 const auto &List = in getNextNode() local
|
| /freebsd/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbstats.c | 225 ACPI_MEMORY_LIST *List) in AcpiDbListInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallDescription.cpp | 157 std::initializer_list<CallDescription> &&List) { in CallDescriptionSet()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScopedNoAliasAA.cpp | 110 collectMDInDomain(const MDNode * List,const MDNode * Domain,SmallPtrSetImpl<const MDNode * > & Nodes) collectMDInDomain() argument
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.h | 92 List, enumerator
|