| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | dttable2.c | 174 void **List) in DtCompileLpit() 250 void **List) in DtCompileMadt() 501 void **List) in DtCompileMcfg() 525 void **List) in DtCompileMpam() 683 void **List) in DtCompileMpst() 820 void **List) in DtCompileMrrm() 871 void **List) in DtCompileMsct() 896 void **List) in DtCompileNfit() 1098 void **List) in DtCompilePcct() 1206 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()
|
| /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 | 1936 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar); in collectEntityInfo() local 3170 DebugLocStream::ListBuilder &List, in finalize() 3229 for (const RangeSpanList &List : Holder.getRangeLists()) in emitRnglistsTableHeader() local 3249 for (const auto &List : DebugLocs.getLists()) in emitLoclistsTableHeader() local 3364 static void emitLocList(DwarfDebug &DD, AsmPrinter *Asm, const DebugLocStream::List &List) { in emitLocList() 3385 for (const auto &List : DebugLocs.getLists()) in emitDebugLocImpl() local 3409 for (const auto &List : DebugLocs.getLists()) { in emitDebugLocDWO() local 3466 SmallVector<SymbolCU, 8> &List = I.second; in emitDebugARanges() local 3523 std::vector<ArangeSpan> &List = Spans[CU]; in emitDebugARanges() local 3591 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 | 283 void printList(StringRef Label, const ArrayRef<T> List) { in printList() 290 virtual void printList(StringRef Label, const ArrayRef<bool> List) { in printList() 294 virtual void printList(StringRef Label, const ArrayRef<std::string> List) { in printList() 298 virtual void printList(StringRef Label, const ArrayRef<uint64_t> List) { in printList() 302 virtual void printList(StringRef Label, const ArrayRef<uint32_t> List) { in printList() 306 virtual void printList(StringRef Label, const ArrayRef<uint16_t> List) { in printList() 310 virtual void printList(StringRef Label, const ArrayRef<uint8_t> List) { in printList() 317 virtual void printList(StringRef Label, const ArrayRef<int64_t> List) { in printList() 321 virtual void printList(StringRef Label, const ArrayRef<int32_t> List) { in printList() 325 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 | 40 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end()); in getSortedStubs() local 56 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 | 482 auto UpdateSet = [&](auto &List, auto &Set) { in propagateOptions()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFListTable.h | 267 for (const auto &List : ListMap) in dump() local 275 for (const auto &List : ListMap) in dump() local 286 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 | 87 void addToList(Use **List) { in addToList()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Job.h | 203 void setInputFileList(llvm::opt::ArgStringList List) { in setInputFileList() 216 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/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ilist_node.h | 348 const auto &List = in getPrevNode() local 362 const auto &List = in getNextNode() local
|
| /freebsd/sys/contrib/dev/acpica/components/resources/ |
| H A D | rsutils.c | 178 UINT8 *List) in AcpiRsDecodeBitmask() 219 UINT8 *List, in AcpiRsEncodeBitmask()
|
| /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 | 156 std::initializer_list<CallDescription> &&List) { in CallDescriptionSet()
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | JSONBackend.cpp | 58 if (const auto *List = dyn_cast<ListInit>(&I)) { in translateInit() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.h | 92 List, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScopedNoAliasAA.cpp | 109 static void collectMDInDomain(const MDNode *List, const MDNode *Domain, in collectMDInDomain()
|