/llvm-project/libcxx/test/std/containers/ |
H A D | from_range_helpers.h | 53 struct KeyValue { struct 57 bool operator<(const KeyValue& other) const { return key < other.key; } argument
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | Environment.h | 80 static std::string compose(const value_type &KeyValue) { in compose()
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | DeprecatedHeadersCheck.cpp | 139 for (const auto &KeyValue : in IncludeModernizePPCallbacks() local 163 for (const auto &KeyValue : in IncludeModernizePPCallbacks() local
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | BadSignalToKillThreadCheck.cpp | 31 const auto IsSigterm = [](const auto &KeyValue) -> bool { in check()
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SymbolRewriter.cpp | 336 StringRef KeyValue; in parseRewriteFunctionDescriptor() local 405 StringRef KeyValue; in parseRewriteGlobalVariableDescriptor() local 468 StringRef KeyValue; in parseRewriteGlobalAliasDescriptor() local
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidyOptions.cpp | 73 for (const auto &KeyValue : OptionMap) NOptionMap() local 78 for (const auto &KeyValue : Options) denormalize() local 245 for (const auto &KeyValue : Other.CheckOptions) { mergeWith() local [all...] |
/llvm-project/llvm/utils/TableGen/ |
H A D | CodeGenMapTable.cpp | 230 std::vector<Init *> KeyValue; buildRowInstrMap() local 303 std::vector<Init *> KeyValue; getInstrForColumn() local [all...] |
/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringMap.h | 308 bool insert(MapEntryTy *KeyValue) { in insert() 414 void remove(MapEntryTy *KeyValue) { RemoveKey(KeyValue); } in remove()
|
/llvm-project/clang/lib/Tooling/ |
H A D | JSONCompilationDatabase.cpp | 361 StringRef KeyValue = KeyString->getValue(KeyStorage); in parse() local
|
/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | COFFLinkGraphBuilder.cpp | 357 for (auto &KeyValue : AlternateNames) handleAlternateNames() local
|
/llvm-project/offload/include/OpenMP/ |
H A D | Mapping.h | 282 uintptr_t KeyValue; member
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | RedundantExpressionCheck.cpp | 1287 for (const auto &KeyValue : Result.Nodes.getMap()) { check() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 1509 unsigned KeyValue; checkPointerAuthKey() local 1515 std::optional<llvm::APSInt> KeyValue = Arg->getIntegerConstantExpr(Context); checkConstantPointerAuthKey() local
|