Home
last modified time | relevance | path

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

12345678910>>...15

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTypeTraits.h22 #define TYPE_TRAIT_1(Spelling, Name, Key) UTT_##Name, argument
25 #define TYPE_TRAIT_1(Spelling, Name, Key) +1 argument
28 #define TYPE_TRAIT_2(Spelling, Name, Key) BTT_##Name, argument
31 #define TYPE_TRAIT_2(Spelling, Name, Key) +1 argument
34 #define TYPE_TRAIT_N(Spelling, Name, Key) TT_##Name, argument
37 #define TYPE_TRAIT_N(Spelling, Name, Key) +1 argument
43 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) ATT_##Name, argument
46 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) +1 argument
52 #define UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) UETT_##Name, argument
56 #define UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) +1 argument
[all …]
H A DExpressionTraits.h22 #define EXPRESSION_TRAIT(Spelling, Name, Key) ET_##Name, argument
25 #define EXPRESSION_TRAIT(Spelling, Name, Key) +1 argument
/llvm-project-15.0.7/clang/lib/Basic/
H A DTypeTraits.cpp19 #define TYPE_TRAIT_1(Spelling, Name, Key) #Name, argument
21 #define TYPE_TRAIT_2(Spelling, Name, Key) #Name, argument
23 #define TYPE_TRAIT_N(Spelling, Name, Key) #Name, argument
28 #define TYPE_TRAIT_1(Spelling, Name, Key) #Spelling, argument
30 #define TYPE_TRAIT_2(Spelling, Name, Key) #Spelling, argument
32 #define TYPE_TRAIT_N(Spelling, Name, Key) #Spelling, argument
37 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) #Name, argument
42 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) #Spelling, argument
47 #define UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) #Name, argument
48 #define CXX11_UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) #Name, argument
[all …]
H A DExpressionTraits.cpp19 #define EXPRESSION_TRAIT(Spelling, Name, Key) #Name, argument
24 #define EXPRESSION_TRAIT(Spelling, Name, Key) #Spelling, argument
/llvm-project-15.0.7/libcxx/test/std/containers/associative/map/
H A Dcompare.pass.cpp24 struct Key { struct
25 template <typename T> Key(const T&) {} in Key() function
26 bool operator< (const Key&) const { return false; } in operator <() argument
/llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.map/
H A Dcompare.pass.cpp23 struct Key { struct
24 template <typename T> Key(const T&) {} in Key() function
25 bool operator== (const Key&) const { return true; } in operator ==() argument
/llvm-project-15.0.7/llvm/lib/IR/
H A DProfileSummary.cpp26 static Metadata *getKeyValMD(LLVMContext &Context, const char *Key, in getKeyValMD()
34 static Metadata *getKeyFPValMD(LLVMContext &Context, const char *Key, in getKeyFPValMD()
44 static Metadata *getKeyValMD(LLVMContext &Context, const char *Key, in getKeyValMD()
104 static ConstantAsMetadata *getValMD(MDTuple *MD, const char *Key) { in getValMD()
119 static bool getVal(MDTuple *MD, const char *Key, uint64_t &Val) { in getVal()
127 static bool getVal(MDTuple *MD, const char *Key, double &Val) { in getVal()
136 static bool isKeyValuePair(MDTuple *MD, const char *Key, const char *Val) { in isKeyValuePair()
181 static bool getOptionalVal(MDTuple *Tuple, unsigned &Idx, const char *Key, in getOptionalVal()
H A DDiagnosticInfo.cpp156 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in Argument()
183 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, StringRef S) in Argument()
186 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, int N) in Argument()
189 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, float N) in Argument()
192 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, long N) in Argument()
195 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, long long N) in Argument()
198 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, unsigned N) in Argument()
201 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in Argument()
205 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in Argument()
209 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in Argument()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DSparsePropagation.h68 virtual bool IsUntrackedValue(LatticeKey Key) { return false; } in IsUntrackedValue()
72 virtual LatticeVal ComputeLatticeVal(LatticeKey Key) { in ComputeLatticeVal()
152 LatticeVal getExistingValueState(LatticeKey Key) const { in getExistingValueState()
220 LatticeKey Key, raw_ostream &OS) { in PrintLatticeKey()
230 SparseSolver<LatticeKey, LatticeVal, KeyInfo>::getValueState(LatticeKey Key) { in getValueState()
246 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState()
413 LatticeKey Key = KeyInfo::getLatticeKeyFromValue(&PN); in visitPHINode() local
507 LatticeKey Key; in Print() local
H A DStackSafetyAnalysis.h94 static AnalysisKey Key; variable
131 static AnalysisKey Key; variable
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h73 size_type count(const KeyT &Key) const { in count()
78 value_type *find(const KeyT &Key) { in find()
84 const value_type *find(const KeyT &Key) const { in find()
97 value_type *find_as(const LookupKeyT &Key) { in find_as()
104 const value_type *find_as(const LookupKeyT &Key) const { in find_as()
113 ValueT lookup(const KeyT &Key) const { in lookup()
139 detail::DenseMapPair<value_type *, bool> try_emplace(KeyT &&Key, in try_emplace()
207 value_type &FindAndConstruct(const KeyT &Key) { in FindAndConstruct()
217 value_type &FindAndConstruct(KeyT &&Key) { in FindAndConstruct()
395 BucketT *InsertIntoBucket(BucketT *TheBucket, KeyArg &&Key, in InsertIntoBucket()
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DContext.h98 template <class Type> const Type *get(const Key<Type> &Key) const { in get()
109 template <class Type> const Type &getExisting(const Key<Type> &Key) const { in getExisting()
119 Context derive(const Key<Type> &Key, in derive()
129 derive(const Key<Type> &Key, in derive()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DScopedHashTable.h49 K Key; variable
181 size_type count(const K &Key) const { in count()
185 V lookup(const K &Key) const { in lookup()
193 void insert(const K &Key, const V &Val) { in insert()
201 iterator begin(const K &Key) { in begin()
215 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) { in insertIntoScope()
H A DMapVector.h111 ValueT lookup(const KeyT &Key) const { in lookup()
143 size_type count(const KeyT &Key) const { in count()
148 iterator find(const KeyT &Key) { in find()
154 const_iterator find(const KeyT &Key) const { in find()
193 size_type erase(const KeyT &Key) { in erase()
H A DStringMap.h217 iterator find(StringRef Key) { in find()
224 const_iterator find(StringRef Key) const { in find()
233 ValueTy lookup(StringRef Key) const { in lookup()
245 size_type count(StringRef Key) const { return find(Key) == end() ? 0 : 1; } in count()
317 std::pair<iterator, bool> insert_or_assign(StringRef Key, V &&Val) { in insert_or_assign()
329 std::pair<iterator, bool> try_emplace(StringRef Key, ArgsTy &&... Args) { in try_emplace()
376 bool erase(StringRef Key) { in erase()
H A DSparseMultiSet.h376 iterator find(const KeyT &Key) { in find()
380 const_iterator find(const KeyT &Key) const { in find()
387 size_type count(const KeyT &Key) const { in count()
396 bool contains(const KeyT &Key) const { in contains()
401 iterator getHead(const KeyT &Key) { return find(Key); } in getHead()
402 iterator getTail(const KeyT &Key) { in getTail()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h73 #define CLANG_ENTO_PROGRAMSTATE_MAP(Key, Value) llvm::ImmutableMap<Key, Value> argument
87 #define REGISTER_MAP_WITH_PROGRAMSTATE(Name, Key, Value) \ argument
95 #define REGISTER_MAP_FACTORY_WITH_PROGRAMSTATE(Name, Key, Value) \ argument
/llvm-project-15.0.7/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h79 iterator find(const KeyT &Key) { in find()
86 const_iterator find(const KeyT &Key) const { in find()
96 void blot(const KeyT &Key) { in blot()
/llvm-project-15.0.7/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp41 DocNode &MapDocNode::operator[](DocNode Key) { in operator []()
52 DocNode &MapDocNode::operator[](int Key) { in operator []()
55 DocNode &MapDocNode::operator[](unsigned Key) { in operator []()
58 DocNode &MapDocNode::operator[](int64_t Key) { in operator []()
61 DocNode &MapDocNode::operator[](uint64_t Key) { in operator []()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DSharedClusterTest.cpp18 DestructNotifier(std::vector<int> &Queue, int Key) : Queue(Queue), Key(Key) {} in DestructNotifier()
22 const int Key; member in __anonfa81659b0111::DestructNotifier
/llvm-project-15.0.7/clang/lib/Tooling/
H A DExecution.cpp22 void InMemoryToolResults::addResult(StringRef Key, StringRef Value) { in addResult()
32 llvm::function_ref<void(StringRef Key, StringRef Value)> Callback) { in forEachResult()
38 void ExecutionContext::reportResult(StringRef Key, StringRef Value) { in reportResult()
/llvm-project-15.0.7/clang/include/clang/Tooling/Syntax/
H A DTokenManager.h40 using Key = uintptr_t; variable
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DTypeName.h31 StringRef Key = "DesiredTypeName = "; in getTypeName() local
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp28 auto Key = std::make_pair(MBB, Val); in getOrCreateVReg() local
52 auto Key = PointerIntPair<const Instruction *, 1, bool>(I, true); in getOrCreateVRegDefAt() local
67 auto Key = PointerIntPair<const Instruction *, 1, bool>(I, false); in getOrCreateVRegUseAt() local
161 auto Key = std::make_pair(MBB, SwiftErrorVal); in propagateVRegs() local
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DConfig.cpp15 Key<Config> Config::Key; member in clang::clangd::Config

12345678910>>...15