Searched refs:List (Results 101 - 125 of 152) sorted by relevance

1234567

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h687 assert(i < NumValues && "List element index out of range!");
1001 Init *List;
1006 FoldOpInit(Init *Start, Init *List, Init *A, Init *B, Init *Expr, RecTy *Type)
1007 : TypedInit(IK_FoldOpInit, Type), Start(Start), List(List), A(A), B(B),
1016 static FoldOpInit *get(Init *Start, Init *List, Init *A, Init *B, Init *Expr,
1140 /// List[4] - Represent access to one element of a var or
/freebsd-12-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h2851 // Linked List Functions and Macros
2957 Returns the first node of a doubly linked list. List must have been
2959 If List is empty, then List is returned.
2961 If List is NULL, then ASSERT().
2962 If List was not initialized with INTIALIZE_LIST_HEAD_VARIABLE() or
2965 in List, including the List node, is greater than or equal to
2968 @param List A pointer to the head node of a doubly linked list.
2971 @retval List Th
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp377 Init *List = Loop.ListValue->resolveReferences(R); local
378 auto LI = dyn_cast<ListInit>(List);
382 List));
388 List->getAsString() + "', expected a list");
828 case tgtok::List: {
1584 TypedInit *List = dyn_cast<TypedInit>(ListUntyped);
1585 if (!List) {
1591 ListRecTy *ListType = dyn_cast<ListRecTy>(List->getType());
1594 List->getType()->getAsString());
1676 return FoldOpInit::get(Start, List,
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp2059 SValListTy List;
2068 return (LazyBindingsMap[LCV.getCVData()] = std::move(List));
2083 List.insert(List.end(), InnerList.begin(), InnerList.end());
2087 List.push_back(V);
2090 return (LazyBindingsMap[LCV.getCVData()] = std::move(List));
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h687 ArrayRef<TemplateArgument> List = local
689 return matchesFirstInRange(InnerMatcher, List.begin(), List.end(), Finder,
977 ArrayRef<TemplateArgument> List = local
979 if (List.size() <= N)
981 return InnerMatcher.matches(List[N], Finder, Builder);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp1483 TemplateParameterList *List = getGenericLambdaTemplateParameterList();
1484 if (!List)
1487 assert(std::is_partitioned(List->begin(), List->end(),
1492 *List, [](const NamedDecl *D) { return !D->isImplicit(); });
1493 return llvm::makeArrayRef(List->begin(), ExplicitEnd);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp510 /// Add all access groups in @p AccGroups to @p List.
512 static void addToAccessGroupList(ListT &List, MDNode *AccGroups) { argument
516 List.insert(AccGroups);
522 assert(isValidAsAccessGroup(Item) && "List item must be an access group");
523 List.insert(Item);
579 assert(isValidAsAccessGroup(Item) && "List item must be an access group");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1114 for (const auto &List : Attrs)
1115 MaxSize = std::max(MaxSize, List.getNumAttrSets());
1124 for (const auto &List : Attrs)
1125 CurBuilder.merge(List.getAttributes(I - 1));
H A DAsmWriter.cpp186 SmallVector<Entry, 64> List;
190 List.push_back(std::make_pair(&U, List.size()));
192 if (List.size() < 2)
200 llvm::sort(List, [&](const Entry &L, const Entry &R) {
232 List.begin(), List.end(),
238 Stack.emplace_back(V, F, List.size());
239 assert(List.size() == Stack.back().Shuffle.size() && "Wrong size");
240 for (size_t I = 0, E = List
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h702 void EmitXXStructorList(const DataLayout &DL, const Constant *List,
H A DSelectionDAGNodes.h331 void addToList(SDUse **List) { argument
332 Next = *List;
334 Prev = List;
335 *List = this;
628 /// List of uses for this SDNode.
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueHandle.h125 /// List is the address of either the head of the list or a Next node within
127 void AddToExistingUseList(ValueHandleBase **List);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h559 SubstTemplateParams(TemplateParameterList *List);
/freebsd-12-stable/sys/conf/
H A Dkmod.mk37 # SRCS List of source files.
39 # FIRMWS List of firmware images in format filename:shortname:version
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp141 #pragma mark List::CommandOptions
145 #pragma mark List
152 "List all watchpoints at configurable levels of detail.", nullptr,
171 m_level(lldb::eDescriptionLevelBrief) // Watchpoint List defaults to
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h908 ErrorList &List = static_cast<ErrorList &>(*Payload); local
910 for (auto &P : List.Payloads)
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1120 std::initializer_list<std::pair<CallDescription, T>> &&List)
1121 : LinearMap(List) {}
1119 CallDescriptionMap( std::initializer_list<std::pair<CallDescription, T>> &&List) argument
/freebsd-12-stable/share/mk/
H A Dbsd.man.mk28 # MLINKS List of manual page links (using a suffix). The
/freebsd-12-stable/lib/libefivar/
H A Defivar-dp-parse.c172 @param List A string list separated by the specified separator
181 IN OUT CHAR16 **List,
188 Str = *List;
216 *List = Str;
224 @param List A string list separated by the specified separator
232 IN OUT CHAR16 **List
238 return SplitStr (List, ',');
180 SplitStr( IN OUT CHAR16 **List, IN CHAR16 Separator ) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp198 PrintListV(const NodeList &L, const DataFlowGraph &G) : List(L), G(G) {}
201 const NodeList &List; member in struct:llvm::rdf::__anon4619::PrintListV
207 unsigned N = P.List.size();
208 for (NodeAddr<T> A : P.List) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h102 List, member in class:lldb_private::python::PyObjectType
H A DPythonDataObjects.cpp97 return PyObjectType::List;
213 case PyObjectType::List:
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h128 assert(!InstList.empty() && "Instruction List is empty.");
159 /// List of instructions associated with a single or multi-instruction node.
175 PiBlockDDGNode(const PiNodeList &List);
208 /// List of nodes in this pi-block.
/freebsd-12-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm151 use List::Util qw(reduce);
/freebsd-12-stable/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm178 use List::Util qw(reduce);

Completed in 482 milliseconds

1234567