/llvm-project/llvm/unittests/Support/ |
H A D | ReverseIterationTest.cpp | 37 int Keys[] = { 1, 2, 3, 4 }; in TEST() local 90 PtrLikeInt *Keys[] = { &a, &b, &c, &d }; in TEST() local
|
/llvm-project/libcxx/benchmarks/ |
H A D | ordered_set.bench.cpp |
|
H A D | map.bench.cpp |
|
/llvm-project/llvm/unittests/ADT/ |
H A D | StringSetTest.cpp | 26 auto Keys = to_vector<4>(Set.keys()); in TEST_F() local
|
H A D | DenseMapTest.cpp | 693 int Keys[3] = {0, 0, 0}; in TEST() local 753 B Keys[3] = {{0}, {1}, {2}}; in TEST() local 770 variant Keys[] = { in TEST() local
|
H A D | StringMapTest.cpp | 333 std::vector<StringRef> Keys{Map.keys().begin(), Map.keys().end()}; in TEST_F() local 347 auto Keys = to_vector<4>(Map.keys()); in TEST_F() local
|
/llvm-project/llvm/utils/UnicodeData/ |
H A D | UnicodeNameMappingGenerator.cpp | 162 std::set<std::string> Keys; in getNameFragments() local 311 void collectKeys(Node *N, std::set<std::string> &Keys) { in collectKeys()
|
/llvm-project/llvm/unittests/ProfileData/ |
H A D | ItaniumManglingCanonicalizerTest.cpp | 308 std::map<const EquivalenceClass*, CanonKey> Keys; in testTestcases() local
|
/llvm-project/llvm/docs/ |
H A D | PointerAuth.md | 300 #### Keys global() subsubsection
|
/llvm-project/lldb/unittests/tools/lldb-server/tests/ |
H A D | MessageObjects.cpp | 77 auto Keys = KeysObj->GetAsArray(); in parseRegisters() local
|
/llvm-project/clang-tools-extra/clang-include-fixer/tool/ |
H A D | ClangIncludeFixer.cpp | 51 MappingNormalization<NormalizedRange, tooling::Range> Keys(IO, Info); in mapping() local
|
/llvm-project/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 570 SmallVector<const Expr *, 8> Keys; in rewriteToDictionaryLiteral() local 626 SmallVector<const Expr *, 8> Keys; in shouldNotRewriteImmediateMessageArgs() local
|
/llvm-project/clang/unittests/Basic/ |
H A D | SarifTest.cpp | 86 std::transform(EmptyDoc.begin(), EmptyDoc.end(), Keys.begin(), in TEST_F() local
|
/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | AtomicChange.cpp | 70 Keys(Io, Doc); in mapping() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DebugCheckers.cpp | 273 SmallVector<const Table::MapEntryTy *, 32> Keys; in checkEndOfTranslationUnit() local
|
/llvm-project/llvm/lib/TextAPI/ |
H A D | TextStub.cpp | 987 MappingNormalization<NormalizedTBD, const InterfaceFile *> Keys(IO, File); in mapKeysToValues() local 1017 MappingNormalization<NormalizedTBD_V4, const InterfaceFile *> Keys(IO, in mapKeysToValuesV4() local
|
H A D | TextStubV5.cpp | 124 std::array<StringRef, 64> Keys = { variable
|
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | Patterns.cpp | 302 SmallVector<StringRef, 0> Keys(Table.keys()); print() local
|
/llvm-project/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 1698 checkDuplicateOrUnknownKey(yaml::Node * KeyNode,StringRef Key,DenseMap<StringRef,KeyStatus> & Keys) checkDuplicateOrUnknownKey() argument 1713 checkMissingKeys(yaml::Node * Obj,DenseMap<StringRef,KeyStatus> & Keys) checkMissingKeys() argument 1817 DenseMap<StringRef, KeyStatus> Keys(std::begin(Fields), std::end(Fields)); parseEntry() local 2051 DenseMap<StringRef, KeyStatus> Keys(std::begin(Fields), std::end(Fields)); parse() local [all...] |
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_dense_map_test.cpp | 534 int Keys[3] = {0, 0, 0}; in TEST() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | ConfigYAML.cpp | 291 std::vector<std::pair<llvm::StringRef, std::function<void(Node &)>>> Keys; global() member in clang::clangd::config::__anon5a4e72b70111::Parser::DictParser
|
/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Tokens.cpp | 943 std::vector<FileID> Keys; in dumpForTests() local
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 1347 MappingNormalization<NormalizedOther, std::optional<uint8_t>> Keys( mapping() local
|
/llvm-project/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 1156 std::vector<MatchKey> Keys; matchesAnyAncestorOf() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 157 Address Keys = Address::invalid(); EmitObjCCollectionLiteral() local
|