/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | CallHierarchyTests.cpp | 78 std::vector<CallHierarchyItem> Items = TEST() local 123 std::vector<CallHierarchyItem> Items = TEST() local 166 std::vector<CallHierarchyItem> Items = TEST() local 199 std::vector<CallHierarchyItem> Items = TEST() local 265 std::vector<CallHierarchyItem> Items = TEST() local 374 std::vector<CallHierarchyItem> Items = TEST() local 436 std::vector<CallHierarchyItem> Items = TEST() local [all...] |
H A D | ClangdLSPServerTests.cpp | 274 auto Items = Client TEST_F() local
|
/llvm-project/llvm/include/llvm/FuzzMutate/ |
H A D | Random.h | 53 template <typename RangeT> ReservoirSampler &sample(RangeT &&Items) { in sample() 75 ReservoirSampler<ElT, GenT> makeSampler(GenT &RandGen, RangeT &&Items) { in makeSampler()
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | GlobList.h | 49 SmallVector<GlobListItem, 0> Items; variable
|
/llvm-project/llvm/docs/ |
H A D | GettingStarted.rst | 736 Program LayoutOptional Configuration Items global() argument 737 general layoutOptional Configuration Items global() argument
|
/llvm-project/lldb/tools/lldb-test/ |
H A D | FormatUtil.h | 48 template <typename... Ts> void formatLine(const char *Fmt, Ts &&... Items) { in formatLine()
|
/llvm-project/llvm/unittests/FuzzMutate/ |
H A D | ReservoirSamplerTest.cpp | 33 std::vector<int> Items = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in TEST() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | BinaryItemStream.h | 97 ArrayRef<T> Items; variable
|
H A D | OnDiskHashTable.h | 367 const unsigned char *Items = Base + Offset; variable
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | MemProfReader.cpp | 96 llvm::SmallVector<SegmentEntry> Items; readSegmentEntries() local 111 llvm::SmallVector<std::pair<uint64_t, MemInfoBlock>> Items; readMemInfoBlocksV3() local 141 llvm::SmallVector<std::pair<uint64_t, MemInfoBlock>> Items; readMemInfoBlocksV4() local 171 CallStackMap Items; readStackInfo() local [all...] |
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenHwModes.h | 41 std::vector<PairType> Items; member
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | LinePrinter.h | 63 template <typename... Ts> void formatLine(const char *Fmt, Ts &&...Items) { in formatLine() 66 template <typename... Ts> void format(const char *Fmt, Ts &&...Items) { in format()
|
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
H A D | list_test.cpp | 18 static ListItem Items[6]; global() variable [all...] |
/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringExtras.h | 469 join_items_size(Args &&...Items) join_items_size() argument 495 join_items(Sep Separator,Args &&...Items) join_items() argument [all...] |
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | ArrayList.h | 108 ArrayTy Items; member
|
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/grammar/ |
H A D | LRGraph.h |
|
/llvm-project/llvm/utils/TableGen/ |
H A D | SearchableTableEmitter.cpp | 601 collectEnumEntries(GenericEnum & Enum,StringRef NameField,StringRef ValueField,const std::vector<Record * > & Items) collectEnumEntries() argument 630 collectTableEntries(GenericTable & Table,const std::vector<Record * > & Items) collectTableEntries() argument 808 std::vector<Record *> Items = Records.getAllDerivedDefinitions(TableName); run() local [all...] |
/llvm-project/llvm/unittests/ADT/ |
H A D | StringExtrasTest.cpp | 63 ContainerT Items; testJoin() local [all...] |
/llvm-project/clang/lib/AST/ |
H A D | ParentMapContext.cpp | 81 llvm::SmallVector<DynTypedNode, 2> Items; member in ParentMapContext::ParentMap::ParentVector
|
/llvm-project/llvm/tools/llvm-rc/ |
H A D | ResourceScriptStmt.h | 605 MenuResource(OptionalStmtList &&OptStmts, MenuDefinitionList &&Items, in MenuResource() argument 624 MenuExResource(MenuDefinitionList &&Items, uint16_t Flags) in MenuExResource() argument
|
/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 541 TopLevelItems Items; global() member 566 TopLevelItems Items; global() member
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | ClangdLSPServer.cpp | 863 __anon6cabf51d0802(llvm::Expected<std::vector<SymbolInformation>> Items) onWorkspaceSymbol() argument 1007 __anon6cabf51d0e02( llvm::Expected<std::vector<DocumentSymbol>> Items) onDocumentSymbol() argument [all...] |
/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | aarch32.cpp | 272 static constexpr size_t Items = LastRelocation + 1; global() member in llvm::jitlink::aarch32::__anonce98c4e40111::FixupInfoTable
|
/llvm-project/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 3570 std::vector<StringRef> Items = R->getValueAsListOfStrings(ListName); GenerateTargetSpecificAttrCheck() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 4853 const int Items = Op.getOperand(0).getValueSizeInBits() / BitWidth; ComputeNumSignBits() local
|