/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TypeTraits.h | 22 #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 53 #define CXX11_UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) UETT_##Name, argument [all …]
|
H A D | ExpressionTraits.h | 22 #define EXPRESSION_TRAIT(Spelling, Name, Key) ET_##Name, argument 25 #define EXPRESSION_TRAIT(Spelling, Name, Key) +1 argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | TypeTraits.cpp | 48 #define UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) #Name, argument 19 TYPE_TRAIT_1(Spelling,Name,Key) global() argument 21 TYPE_TRAIT_2(Spelling,Name,Key) global() argument 23 TYPE_TRAIT_N(Spelling,Name,Key) global() argument 28 TYPE_TRAIT_1(Spelling,Name,Key) global() argument 30 TYPE_TRAIT_2(Spelling,Name,Key) global() argument 32 TYPE_TRAIT_N(Spelling,Name,Key) global() argument 37 ARRAY_TYPE_TRAIT(Spelling,Name,Key) global() argument 42 ARRAY_TYPE_TRAIT(Spelling,Name,Key) global() argument 47 UNARY_EXPR_OR_TYPE_TRAIT(Spelling,Name,Key) global() argument 53 UNARY_EXPR_OR_TYPE_TRAIT(Spelling,Name,Key) global() argument 54 CXX11_UNARY_EXPR_OR_TYPE_TRAIT(Spelling,Name,Key) global() argument 59 TYPE_TRAIT_1(Spelling,Name,Key) global() argument 61 TYPE_TRAIT_2(Spelling,Name,Key) global() argument 63 TYPE_TRAIT_N(Spelling,Name,Key) global() argument [all...] |
H A D | ExpressionTraits.cpp | 19 #define EXPRESSION_TRAIT(Spelling, Name, Key) #Name, argument 24 #define EXPRESSION_TRAIT(Spelling, Name, Key) #Spelling, argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | HashKeyMap.h | 66 const original_key_type &Key, in try_emplace() 73 std::pair<iterator, bool> try_emplace(const original_key_type &Key, in try_emplace() 86 iterator find(const original_key_type &Key) { in find() 93 const_iterator find(const original_key_type &Key) const { in find() 100 mapped_type lookup(const original_key_type &Key) const { in lookup() 107 size_t count(const original_key_type &Key) const { in count()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | MapVector.h | 110 ValueT lookup(const KeyT &Key) const { in lookup() 118 std::pair<iterator, bool> try_emplace(const KeyT &Key, Ts &&...Args) { in try_emplace() 129 std::pair<iterator, bool> try_emplace(KeyT &&Key, Ts &&...Args) { in try_emplace() 149 std::pair<iterator, bool> insert_or_assign(const KeyT &Key, V &&Val) { in insert_or_assign() 156 std::pair<iterator, bool> insert_or_assign(KeyT &&Key, V &&Val) { in insert_or_assign() 163 bool contains(const KeyT &Key) const { return Map.find(Key) != Map.end(); } in contains() 165 size_type count(const KeyT &Key) const { return contains(Key) ? 1 : 0; } in count() 167 iterator find(const KeyT &Key) { in find() 173 const_iterator find(const KeyT &Key) const { in find() 212 size_type erase(const KeyT &Key) { in erase()
|
H A D | ScopedHashTable.h | 49 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 D | StringMap.h | 218 find(StringRef Key) find() argument 225 find(StringRef Key) find() argument 234 lookup(StringRef Key) lookup() argument 254 contains(StringRef Key) contains() argument 257 count(StringRef Key) count() argument 329 insert_or_assign(StringRef Key,V && Val) insert_or_assign() argument 341 try_emplace(StringRef Key,ArgsTy &&...Args) try_emplace() argument 388 erase(StringRef Key) erase() argument [all...] |
H A D | SparseMultiSet.h | 375 iterator find(const KeyT &Key) { in find() 379 const_iterator find(const KeyT &Key) const { in find() 386 size_type count(const KeyT &Key) const { in count() 395 bool contains(const KeyT &Key) const { in contains() 400 iterator getHead(const KeyT &Key) { return find(Key); } in getHead() 401 iterator getTail(const KeyT &Key) { in getTail()
|
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesReader.cpp | 58 GetInternalKey(external_key_type Key) GetInternalKey() argument 60 GetExternalKey(internal_key_type Key) GetExternalKey() argument 74 ReadData(internal_key_type Key,const uint8_t * Data,unsigned Length) ReadData() argument 146 GetInternalKey(external_key_type Key) GetInternalKey() argument 148 GetExternalKey(internal_key_type Key) GetExternalKey() argument 150 ComputeHash(internal_key_type Key) ComputeHash() argument 186 GetInternalKey(external_key_type Key) GetInternalKey() argument 188 GetExternalKey(internal_key_type Key) GetExternalKey() argument 190 ComputeHash(internal_key_type Key) ComputeHash() argument 216 ReadData(internal_key_type Key,const uint8_t * Data,unsigned Length) ReadData() argument 233 ComputeHash(internal_key_type Key) ComputeHash() argument 237 readUnversioned(internal_key_type Key,const uint8_t * & Data) readUnversioned() argument 292 ComputeHash(internal_key_type Key) ComputeHash() argument 296 readUnversioned(internal_key_type Key,const uint8_t * & Data) readUnversioned() argument 375 ComputeHash(internal_key_type Key) ComputeHash() argument 379 readUnversioned(internal_key_type Key,const uint8_t * & Data) readUnversioned() argument 402 GetInternalKey(external_key_type Key) GetInternalKey() argument 404 GetExternalKey(internal_key_type Key) GetExternalKey() argument 406 ComputeHash(internal_key_type Key) ComputeHash() argument 423 internal_key_type Key; ReadKey() local 435 ReadData(internal_key_type Key,const uint8_t * Data,unsigned Length) ReadData() argument 457 ComputeHash(internal_key_type Key) ComputeHash() argument 461 readUnversioned(internal_key_type Key,const uint8_t * & Data) readUnversioned() argument 484 ComputeHash(internal_key_type Key) ComputeHash() argument 488 readUnversioned(internal_key_type Key,const uint8_t * & Data) readUnversioned() argument 507 ComputeHash(internal_key_type Key) ComputeHash() argument 511 readUnversioned(internal_key_type Key,const uint8_t * & Data) readUnversioned() argument 534 ComputeHash(internal_key_type Key) ComputeHash() argument 538 readUnversioned(internal_key_type Key,const uint8_t * & Data) readUnversioned() argument 592 ComputeHash(internal_key_type Key) ComputeHash() argument 596 readUnversioned(internal_key_type Key,const uint8_t * & Data) readUnversioned() argument 743 StoredObjCSelector Key; getSelector() local 1947 ContextTableKey Key(Ctx, *NameID); lookupGlobalVariable() local 1966 ContextTableKey Key(Ctx, *NameID); lookupGlobalFunction() local 2000 ContextTableKey Key(Ctx, *NameID); lookupTag() local 2019 ContextTableKey Key(Ctx, *NameID); lookupTypedef() local [all...] |
H A D | APINotesWriter.cpp | 303 EmitKeyDataLength(raw_ostream &OS, key_type_ref Key, data_type_ref) { in EmitKey() argument 290 ComputeHash(key_type_ref Key) ComputeHash() argument 293 EmitKeyDataLength(raw_ostream & OS,key_type_ref Key,data_type_ref) EmitKeyDataLength() argument 348 ComputeHash(key_type_ref Key) ComputeHash() argument 363 EmitKey(raw_ostream & OS,key_type_ref Key,unsigned) EmitKey() argument 475 EmitKeyDataLength(raw_ostream & OS,key_type_ref Key,data_type_ref Data) EmitKeyDataLength() argument 560 EmitKey(raw_ostream & OS,key_type_ref Key,unsigned) EmitKey() argument 565 ComputeHash(key_type_ref Key) ComputeHash() argument 674 EmitKey(raw_ostream & OS,key_type_ref Key,unsigned) EmitKey() argument 681 ComputeHash(key_type_ref Key) ComputeHash() argument 743 EmitKey(raw_ostream & OS,key_type_ref Key,unsigned) EmitKey() argument 808 ComputeHash(key_type_ref Key) ComputeHash() argument 813 EmitKeyDataLength(raw_ostream & OS,key_type_ref Key,data_type_ref) EmitKeyDataLength() argument 824 EmitKey(raw_ostream & OS,key_type_ref Key,unsigned) EmitKey() argument 875 EmitKey(raw_ostream & OS,key_type_ref Key,unsigned) EmitKey() argument 882 ComputeHash(key_type_ref Key) ComputeHash() argument 989 EmitKey(raw_ostream & OS,key_type_ref Key,unsigned) EmitKey() argument 996 ComputeHash(key_type_ref Key) ComputeHash() argument 1045 EmitKey(raw_ostream & OS,key_type_ref Key,unsigned) EmitKey() argument 1050 ComputeHash(key_type_ref Key) ComputeHash() argument 1103 EmitKey(raw_ostream & OS,key_type_ref Key,unsigned) EmitKey() argument 1110 ComputeHash(key_type_ref Key) ComputeHash() argument 1267 ContextTableKey Key(RawParentCtxID, static_cast<uint8_t>(Kind), NameID); addObjCContext() local 1349 ContextTableKey Key(Ctx, VariableID); addGlobalVariable() local 1358 ContextTableKey Key(Ctx, NameID); addGlobalFunction() local 1372 ContextTableKey Key(Ctx, TagID); addTag() local 1380 ContextTableKey Key(Ctx, TypedefID); addTypedef() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | ProfileSummary.cpp | 26 static Metadata *getKeyValMD(LLVMContext &Context, const char *Key, in getKeyValMD() argument 34 static Metadata *getKeyFPValMD(LLVMContext &Context, const char *Key, in getKeyFPValMD() argument 44 static Metadata *getKeyValMD(LLVMContext &Context, const char *Key, in getKeyValMD() argument 104 static ConstantAsMetadata *getValMD(MDTuple *MD, const char *Key) { in getValMD() argument 119 getVal(MDTuple * MD,const char * Key,uint64_t & Val) getVal() argument 127 getVal(MDTuple * MD,const char * Key,double & Val) getVal() argument 136 isKeyValuePair(MDTuple * MD,const char * Key,const char * Val) isKeyValuePair() argument 181 getOptionalVal(MDTuple * Tuple,unsigned & Idx,const char * Key,ValueType & Value) getOptionalVal() argument [all...] |
H A D | DiagnosticInfo.cpp | 165 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in Argument() argument 186 Argument(StringRef Key,const Type * T) Argument() argument 192 Argument(StringRef Key,StringRef S) Argument() argument 195 Argument(StringRef Key,int N) Argument() argument 198 Argument(StringRef Key,float N) Argument() argument 201 Argument(StringRef Key,long N) Argument() argument 204 Argument(StringRef Key,long long N) Argument() argument 207 Argument(StringRef Key,unsigned N) Argument() argument 210 Argument(StringRef Key,unsigned long N) Argument() argument 214 Argument(StringRef Key,unsigned long long N) Argument() argument 218 Argument(StringRef Key,ElementCount EC) Argument() argument 225 Argument(StringRef Key,InstructionCost C) Argument() argument 232 Argument(StringRef Key,DebugLoc Loc) Argument() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | SparsePropagation.h | 68 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 D | StackSafetyAnalysis.h | 94 static AnalysisKey Key; variable 132 static AnalysisKey Key; variable
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_dense_map.h | 73 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() 155 detail::DenseMapPair<value_type *, bool> try_emplace(const KeyT &Key, in try_emplace() 207 value_type &FindAndConstruct(const KeyT &Key) { in FindAndConstruct() 217 value_type &FindAndConstruct(KeyT &&Key) { in FindAndConstruct() [all …]
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ProgramStateTrait.h | 73 #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
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | BlotMapVector.h | 79 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()
|
/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | MsgPackDocument.cpp | 41 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 []()
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/ |
H A D | Execution.cpp | 22 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()
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
H A D | RemarkCounter.cpp | 105 static unsigned getValForKey(StringRef Key, const Remark &Remark) { in getValForKey() 154 for (auto &Key : Arguments) { in getAllMatchingArgumentsInRemark() local 201 std::optional<std::string> Key = getGroupByKey(Remark); in collect() local 319 for (auto &Key : Keys) in collectRemarks() local 322 for (auto Key : RKeys) in collectRemarks() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | StringPool.h | 28 static inline uint64_t getHashValue(const StringRef &Key) { in getHashValue() 44 create(const StringRef &Key, in create()
|
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | TextStubV5.cpp | 162 static llvm::SmallString<128> getParseErrorMsg(TBDKey Key) { in getParseErrorMsg() argument 166 static llvm::SmallString<128> getSerializeErrorMsg(TBDKey Key) { in getSerializeErrorMsg() argument 185 TBDKey Key, const Object *Obj, in getRequiredValue() argument 203 TBDKey Key, const Object *Obj, in getRequiredValue() argument 218 collectFromArray(TBDKey Key,const Object * Obj,function_ref<void (StringRef)> Append,bool IsRequired=false) collectFromArray() argument 380 getSymbolSection(const Object * File,TBDKey Key,TargetList & Targets) getSymbolSection() argument 440 getLibSection(const Object * File,TBDKey Key,TBDKey SubKey,const TargetList & Targets) getLibSection() argument 462 __anonc223ae3e0902(StringRef Key) getLibSection() argument 522 getPackedVersion(const Object * File,TBDKey Key) getPackedVersion() argument 740 insertNonEmptyValues(Object & Obj,TBDKey Key,ContainerT && Contents) insertNonEmptyValues() argument 780 serializeScalar(TBDKey Key,ValueT Value,ValueT Default=ValueT ()) serializeScalar() argument 794 serializeAttrToTargets(AggregateT & Entries,TBDKey Key) serializeAttrToTargets() argument 807 serializeField(TBDKey Key,const AggregateT & Values,const TargetList & ActiveTargets,bool IsArray=true) serializeField() argument 826 serializeField(TBDKey Key,const std::vector<InterfaceFileRef> & Values,const TargetList & ActiveTargets) serializeField() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVStringPool.h | 50 size_t findIndex(StringRef Key) const { in findIndex() argument 58 size_t getIndex(StringRef Key) { in getIndex() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SwiftErrorValueTracking.cpp | 28 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
|