Home
last modified time | relevance | path

Searched defs:KeyValue (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DEnvironment.h80 static std::string compose(const value_type &KeyValue) { in compose()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DDeprecatedHeadersCheck.cpp140 for (const auto &KeyValue : in IncludeModernizePPCallbacks() local
164 for (const auto &KeyValue : in IncludeModernizePPCallbacks() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DBadSignalToKillThreadCheck.cpp32 const auto IsSigterm = [](const auto &KeyValue) -> bool { in check()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp338 StringRef KeyValue; in parseRewriteFunctionDescriptor() local
407 StringRef KeyValue; in parseRewriteGlobalVariableDescriptor() local
470 StringRef KeyValue; in parseRewriteGlobalAliasDescriptor() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyOptions.cpp72 for (const auto &KeyValue : OptionMap) in NOptionMap() local
77 for (const auto &KeyValue : Options) in denormalize() local
191 for (const auto &KeyValue : Other.CheckOptions) { in mergeWith() local
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DStringMap.h275 bool insert(MapEntryTy *KeyValue) { in insert()
368 void remove(MapEntryTy *KeyValue) { RemoveKey(KeyValue); } in remove()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp232 std::vector<Init*> KeyValue; in buildRowInstrMap() local
304 std::vector<Init*> KeyValue; in getInstrForColumn() local
/llvm-project-15.0.7/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp362 StringRef KeyValue = KeyString->getValue(KeyStorage); in parse() local
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h243 uintptr_t KeyValue; member
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp1272 for (const auto &KeyValue : Result.Nodes.getMap()) { in check() local