/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | TypeTraits.cpp | 19 #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 D | ExpressionTraits.cpp | 19 #define EXPRESSION_TRAIT(Spelling, Name, Key) #Name, argument 24 #define EXPRESSION_TRAIT(Spelling, Name, Key) #Spelling, argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | ProfileSummary.cpp | 27 static Metadata *getKeyValMD(LLVMContext &Context, const char *Key, in getKeyValMD() 35 static Metadata *getKeyFPValMD(LLVMContext &Context, const char *Key, in getKeyFPValMD() 45 static Metadata *getKeyValMD(LLVMContext &Context, const char *Key, in getKeyValMD() 105 static ConstantAsMetadata *getValMD(MDTuple *MD, const char *Key) { in getValMD() 120 static bool getVal(MDTuple *MD, const char *Key, uint64_t &Val) { in getVal() 128 static bool getVal(MDTuple *MD, const char *Key, double &Val) { in getVal() 137 static bool isKeyValuePair(MDTuple *MD, const char *Key, const char *Val) { in isKeyValuePair() 182 static bool getOptionalVal(MDTuple *Tuple, unsigned &Idx, const char *Key, in getOptionalVal()
|
H A D | DiagnosticInfo.cpp | 164 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in Argument() 185 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, const Type *T) in Argument() 191 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, StringRef S) in Argument() 194 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, int N) in Argument() 197 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, float N) in Argument() 200 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, long N) in Argument() 203 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, long long N) in Argument() 206 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, unsigned N) in Argument() 209 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in Argument() 213 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in Argument() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | SparsePropagation.h | 66 virtual bool IsUntrackedValue(LatticeKey Key) { return false; } in IsUntrackedValue() 70 virtual LatticeVal ComputeLatticeVal(LatticeKey Key) { in ComputeLatticeVal() 150 LatticeVal getExistingValueState(LatticeKey Key) const { in getExistingValueState() 218 LatticeKey Key, raw_ostream &OS) { in PrintLatticeKey() 228 SparseSolver<LatticeKey, LatticeVal, KeyInfo>::getValueState(LatticeKey Key) { in getValueState() 244 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState() 411 LatticeKey Key = KeyInfo::getLatticeKeyFromValue(&PN); in visitPHINode() local 505 LatticeKey Key; in Print() local
|
H A D | StackSafetyAnalysis.h | 86 static AnalysisKey Key; variable 123 static AnalysisKey Key; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | ScopedHashTable.h | 49 K Key; variable 182 size_type count(const K &Key) const { in count() 186 V lookup(const K &Key) const { in lookup() 194 void insert(const K &Key, const V &Val) { in insert() 202 iterator begin(const K &Key) { in begin() 216 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) { in insertIntoScope()
|
H A D | MapVector.h | 110 ValueT lookup(const KeyT &Key) const { in lookup() 142 size_type count(const KeyT &Key) const { in count() 147 iterator find(const KeyT &Key) { in find() 153 const_iterator find(const KeyT &Key) const { in find() 192 size_type erase(const KeyT &Key) { in erase()
|
H A D | StringMap.h | 218 iterator find(StringRef Key) { in find() 225 const_iterator find(StringRef Key) const { in find() 234 ValueTy lookup(StringRef Key) const { in lookup() 246 size_type count(StringRef Key) const { return find(Key) == end() ? 0 : 1; } in count() 303 std::pair<iterator, bool> insert_or_assign(StringRef Key, V &&Val) { in insert_or_assign() 315 std::pair<iterator, bool> try_emplace(StringRef Key, ArgsTy &&... Args) { in try_emplace() 361 bool erase(StringRef Key) { in erase()
|
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()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ProgramStateTrait.h | 70 #define CLANG_ENTO_PROGRAMSTATE_MAP(Key, Value) llvm::ImmutableMap<Key, Value> argument 84 #define REGISTER_MAP_WITH_PROGRAMSTATE(Name, Key, Value) \ argument 92 #define REGISTER_MAP_FACTORY_WITH_PROGRAMSTATE(Name, Key, Value) \ argument
|
/netbsd-src/external/apache2/llvm/dist/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 []()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | OnDiskHashTable.h | 68 Item(typename Info::key_type_ref Key, typename Info::data_type_ref Data, in Item() 116 void insert(typename Info::key_type_ref Key, in insert() 125 void insert(typename Info::key_type_ref Key, in insert() 134 bool contains(typename Info::key_type_ref Key, Info &InfoObj) { in contains() 322 internal_key_type Key; variable 575 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first); variable
|
H A D | TypeName.h | 31 StringRef Key = "DesiredTypeName = "; in getTypeName() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | MultiOnDiskHashTable.h | 161 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in condense() local 237 internal_key_type Key = Info::GetInternalKey(EKey); in find() local 281 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in findAll() local 301 void insert(typename WriterInfo::key_type_ref Key, in insert()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/ |
H A D | AtomicChange.h | 49 AtomicChange(llvm::StringRef FilePath, llvm::StringRef Key) in AtomicChange() 138 std::string Key; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.cpp | 160 DeclContext Key(Hash, Line, ByteSize, Tag, NameRef, FileRef, Context); in getChildDeclContext() local 194 std::pair<unsigned, unsigned> Key = {CU.getUniqueID(), FileNum}; in getResolvedPath() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
H A D | aav.h | 14 typedef void* Key; typedef
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
H A D | pause.c | 11 EFI_INPUT_KEY Key; in Pause() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/ |
H A D | OProfileJITEventListener.cpp | 81 ObjectKey Key, const ObjectFile &Obj, in notifyObjectLoaded() 142 void OProfileJITEventListener::notifyFreeingObject(ObjectKey Key) { in notifyFreeingObject()
|