Home
last modified time | relevance | path

Searched defs:Keys (Results 1 – 25 of 25) sorted by relevance

/llvm-project/llvm/unittests/Support/
H A DReverseIterationTest.cpp37 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 Dordered_set.bench.cpp
H A Dmap.bench.cpp
/llvm-project/llvm/unittests/ADT/
H A DStringSetTest.cpp26 auto Keys = to_vector<4>(Set.keys()); in TEST_F() local
H A DDenseMapTest.cpp693 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 DStringMapTest.cpp333 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 DUnicodeNameMappingGenerator.cpp162 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 DItaniumManglingCanonicalizerTest.cpp308 std::map<const EquivalenceClass*, CanonKey> Keys; in testTestcases() local
/llvm-project/llvm/docs/
H A DPointerAuth.md300 #### Keys global() subsubsection
/llvm-project/lldb/unittests/tools/lldb-server/tests/
H A DMessageObjects.cpp77 auto Keys = KeysObj->GetAsArray(); in parseRegisters() local
/llvm-project/clang-tools-extra/clang-include-fixer/tool/
H A DClangIncludeFixer.cpp51 MappingNormalization<NormalizedRange, tooling::Range> Keys(IO, Info); in mapping() local
/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp570 SmallVector<const Expr *, 8> Keys; in rewriteToDictionaryLiteral() local
626 SmallVector<const Expr *, 8> Keys; in shouldNotRewriteImmediateMessageArgs() local
/llvm-project/clang/unittests/Basic/
H A DSarifTest.cpp86 std::transform(EmptyDoc.begin(), EmptyDoc.end(), Keys.begin(), in TEST_F() local
/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp70 Keys(Io, Doc); in mapping() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp273 SmallVector<const Table::MapEntryTy *, 32> Keys; in checkEndOfTranslationUnit() local
/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp987 MappingNormalization<NormalizedTBD, const InterfaceFile *> Keys(IO, File); in mapKeysToValues() local
1017 MappingNormalization<NormalizedTBD_V4, const InterfaceFile *> Keys(IO, in mapKeysToValuesV4() local
H A DTextStubV5.cpp124 std::array<StringRef, 64> Keys = { variable
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.cpp302 SmallVector<StringRef, 0> Keys(Table.keys()); print() local
/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1698 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 Dsanitizer_dense_map_test.cpp534 int Keys[3] = {0, 0, 0}; in TEST() local
/llvm-project/clang-tools-extra/clangd/
H A DConfigYAML.cpp291 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 DTokens.cpp943 std::vector<FileID> Keys; in dumpForTests() local
/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1347 MappingNormalization<NormalizedOther, std::optional<uint8_t>> Keys( mapping() local
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1156 std::vector<MatchKey> Keys; matchesAnyAncestorOf() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp157 Address Keys = Address::invalid(); EmitObjCCollectionLiteral() local