Searched refs:List (Results 1 - 25 of 143) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp36 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end());
38 array_pod_sort(List.begin(), List.end(), SortSymbolPair);
41 return List;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h49 list_type List;
141 : AllocatorT(std::move(X.getAlloc())), List(std::move(X.List)) {}
144 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
149 List = std::move(X.List);
155 List.cloneFrom(X.List, Cloner(*this), Disposer(*this));
162 List
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c182 ACPI_MEMORY_LIST *List);
215 * PARAMETERS: List - Memory list/cache to be displayed
225 ACPI_MEMORY_LIST *List)
231 AcpiOsPrintf ("\n%s\n", List->ListName);
235 if (List->MaxDepth > 0)
240 List->CurrentDepth,
241 List->MaxDepth,
242 List->MaxDepth - List->CurrentDepth,
243 (List
224 AcpiDbListInfo( ACPI_MEMORY_LIST *List) argument
[all...]
/freebsd-11-stable/contrib/bmake/lst.lib/
H A DlstInit.c74 List nList;
76 PAlloc (nList, List);
H A DlstInt.h59 #define LN_DELETED 0x0001 /* List node should be removed when done */
65 typedef struct List { struct
79 } *List; typedef in typeref:struct:List
103 #define LstIsEmpty(l) (((List)(l))->firstPtr == NULL)
H A DlstClose.c79 List list = l;
H A DlstIsAtEnd.c82 List list = l;
H A DlstMember.c58 List list = l;
H A DlstDupl.c78 List list = l;
H A DlstForEachFrom.c77 List list = l;
H A DlstNext.c79 List list = l;
H A DlstConcat.c85 List list1 = l1;
86 List list2 = l2;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h58 void AddInitialGroup(ArrayRef<Instruction *> List) { argument
60 Worklist.reserve(List.size()+16);
61 WorklistMap.reserve(List.size());
62 LLVM_DEBUG(dbgs() << "IC: ADDING: " << List.size()
65 for (Instruction *I : reverse(List)) {
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c164 * PARAMETERS: List - Current field list pointer
174 void **List)
179 DT_FIELD **PFieldList = (DT_FIELD **) List;
240 * PARAMETERS: List - Current field list pointer
250 void **List)
255 DT_FIELD **PFieldList = (DT_FIELD **) List;
394 * PARAMETERS: List - Current field list pointer
404 void **List)
409 Status = DtCompileTwoSubtables (List,
419 * PARAMETERS: List
173 DtCompileLpit( void **List) argument
249 DtCompileMadt( void **List) argument
403 DtCompileMcfg( void **List) argument
428 DtCompileMpst( void **List) argument
565 DtCompileMsct( void **List) argument
590 DtCompileMtmr( void **List) argument
615 DtCompileNfit( void **List) argument
817 DtCompilePcct( void **List) argument
920 DtCompilePdtt( void **List) argument
980 DtCompilePmtt( void **List) argument
1123 DtCompilePptt( void **List) argument
1242 DtCompileRsdt( void **List) argument
1361 DtCompileSdev( void **List) argument
1574 DtCompileSlic( void **List) argument
1615 DtCompileSlit( void **List) argument
1671 DtCompileSrat( void **List) argument
1770 DtCompileStao( void **List) argument
1823 DtCompileTcpa( void **List) argument
1892 DtCompileTpm2( void **List) argument
2043 DtCompileUefi( void **List) argument
2091 DtCompileVrtc( void **List) argument
2116 DtCompileWdat( void **List) argument
2141 DtCompileWpbt( void **List) argument
2198 DtCompileXsdt( void **List) argument
2237 DtCompileGeneric( void **List, char *Name, UINT32 *Length) argument
[all...]
H A Ddttable1.c177 * PARAMETERS: List - Current field list pointer
187 void **List)
197 DT_FIELD **PFieldList = (DT_FIELD **) List;
349 * PARAMETERS: List - Current field list pointer
359 void **List)
364 Status = DtCompileTwoSubtables (List,
374 * PARAMETERS: List - Current field list pointer
384 void **List)
389 DT_FIELD **PFieldList = (DT_FIELD **) List;
482 * PARAMETERS: List
186 DtCompileAsf( void **List) argument
358 DtCompileCpep( void **List) argument
383 DtCompileCsrt( void **List) argument
491 DtCompileDbg2( void **List) argument
647 DtCompileDmar( void **List) argument
807 DtCompileDrtm( void **List) argument
944 DtCompileEinj( void **List) argument
969 DtCompileErst( void **List) argument
994 DtCompileGtdt( void **List) argument
1115 DtCompileFpdt( void **List) argument
1190 DtCompileHest( void **List) argument
1343 DtCompileHmat( void **List) argument
1555 DtCompileIort( void **List) argument
1894 DtCompileIvrs( void **List) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h76 uptr getOverheadSize() const { return List.size() * sizeof(QuarantineBatch); }
79 if (List.empty() || List.back()->Count == QuarantineBatch::MaxCount) {
86 List.back()->push_back(Ptr, Size);
92 List.append_back(&From->List);
98 List.push_back(B);
103 if (List.empty())
105 QuarantineBatch *B = List.front();
106 List
163 SinglyLinkedList<QuarantineBatch> List; member in class:scudo::QuarantineCache
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DUse.h147 void addToList(Use **List) { argument
148 Next = *List;
151 setPrev(List);
152 *List = this;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h26 /// Stores a unified stream of .debug_loc entries. There's \a List for each
33 struct List { struct in class:llvm::DebugLocStream
37 List(DwarfCompileUnit *CU, size_t EntryOffset) function in struct:llvm::DebugLocStream::List
48 SmallVector<List, 4> Lists;
61 const List &getList(size_t LI) const { return Lists[LI]; }
62 ArrayRef<List> getLists() const { return Lists; }
110 ArrayRef<Entry> getEntries(const List &L) const {
128 size_t getIndex(const List &L) const {
188 EntryBuilder(ListBuilder &List, const MCSymbol *Begin, const MCSymbol *End) argument
189 : Locs(List
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h254 for (const auto &List : ListMap)
255 for (const auto &Entry : List.second.getEntries())
262 for (const auto &List : ListMap)
263 for (const auto &Entry : List.second.getEntries())
277 DWARFListType List;
281 List.extract(Data, getHeaderOffset(), End, &Offset,
284 ListMap[StartingOffset] = List;
285 return List;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h75 MachinePassRegistryNode<PassCtorTy> *List; // List of registry nodes. member in class:llvm::MachinePassRegistry
86 MachinePassRegistryNode<PassCtorTy> *getList() { return List; }
107 Node->setNext(List);
108 List = Node;
117 for (MachinePassRegistryNode<PassCtorTy> **I = &List; *I;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestMultiAggPrinta.java31 import java.util.List;
74 List <Record> records = data.getRecords();
115 List <Record> records = data.getRecords();
/freebsd-11-stable/usr.sbin/ctm/ctm/
H A Dctm_pass1.c98 for(i=0;(j = sp->List[i]);i++) {
99 if (sp->List[i+1] && (sp->List[i+1] & CTM_F_MASK) != CTM_F_Bytes)
105 fprintf(stderr," %x(%d)",sp->List[i],sep);
197 fprintf(stderr,"List = 0x%x\n",j);
213 fprintf(stderr,"List = 0x%x\n",j);
214 Fatal("List had garbage.");
H A Dctm_passb.c72 for(i=0;(j = sp->List[i]);i++) {
73 if (sp->List[i+1] && (sp->List[i+1] & CTM_F_MASK) != CTM_F_Bytes)
/freebsd-11-stable/sys/contrib/ncsw/inc/etc/
H A Dlist_ext.h56 @Group list_id List
58 @Description List module functions,definitions and enums.
64 @Description List structure.
66 typedef struct List struct
68 struct List *p_Next; /**< A pointer to the next list object */
69 struct List *p_Prev; /**< A pointer to the previous list object */
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DLinePrinter.h75 void SetFilters(std::list<Regex> &List, Iter Begin, Iter End) { argument
76 List.clear();
78 List.emplace_back(StringRef(*Begin));

Completed in 179 milliseconds

123456