Home
last modified time | relevance | path

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

1234

/minix/external/bsd/libc++/dist/libcxx/test/containers/associative/map/
H A Dcompare.pass.cpp21 struct Key { struct
22 template <typename T> Key(const T&) {} in Key() function
23 bool operator< (const Key&) const { return false; } in operator <() argument
/minix/external/bsd/libc++/dist/libcxx/test/containers/unord/unord.map/
H A Dcompare.pass.cpp21 struct Key { struct
22 template <typename T> Key(const T&) {} in Key() function
23 bool operator== (const Key&) const { return true; } in operator ==() argument
/minix/external/bsd/libc++/dist/libcxx/test/std/containers/associative/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 false; } in operator <() argument
/minix/external/bsd/libc++/dist/libcxx/test/std/containers/unord/unord.map/
H A Dcompare.pass.cpp22 struct Key { struct
23 template <typename T> Key(const T&) {} in Key() argument
24 bool operator== (const Key&) const { return true; } in operator ==() argument
/minix/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DMapVector.h81 ValueT lookup(const KeyT &Key) const { in lookup()
98 size_type count(const KeyT &Key) const { in count()
103 iterator find(const KeyT &Key) { in find()
109 const_iterator find(const KeyT &Key) const { in find()
148 size_type erase(const KeyT &Key) { in erase()
H A DScopedHashTable.h47 K Key; variable
175 size_type count(const K &Key) const { in count()
179 V lookup(const K &Key) { in lookup()
187 void insert(const K &Key, const V &Val) { in insert()
195 iterator begin(const K &Key) { in begin()
209 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) { in insertIntoScope()
H A DStringMap.h143 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator, in Create()
167 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator) { in Create()
173 static StringMapEntry *Create(StringRef Key, InitType &&InitVal) { in Create()
178 static StringMapEntry *Create(StringRef Key) { in Create()
264 iterator find(StringRef Key) { in find()
270 const_iterator find(StringRef Key) const { in find()
278 ValueTy lookup(StringRef Key) const { in lookup()
290 size_type count(StringRef Key) const { in count()
365 bool erase(StringRef Key) { in erase()
H A DStringSet.h27 std::pair<typename base::iterator, bool> insert(StringRef Key) { in insert()
H A DSparseMultiSet.h371 iterator find(const KeyT &Key) { in find()
375 const_iterator find(const KeyT &Key) const { in find()
382 size_type count(const KeyT &Key) const { in count()
391 bool contains(const KeyT &Key) const { in contains()
396 iterator getHead(const KeyT &Key) { return find(Key); } in getHead()
397 iterator getTail(const KeyT &Key) { in getTail()
H A DDenseMap.h217 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct()
229 value_type& FindAndConstruct(KeyT &&Key) { in FindAndConstruct()
407 BucketT *InsertIntoBucket(const KeyT &Key, const ValueT &Value, in InsertIntoBucket()
416 BucketT *InsertIntoBucket(const KeyT &Key, ValueT &&Value, in InsertIntoBucket()
425 BucketT *InsertIntoBucket(KeyT &&Key, ValueT &&Value, BucketT *TheBucket) { in InsertIntoBucket()
433 BucketT *InsertIntoBucketImpl(const KeyT &Key, BucketT *TheBucket) { in InsertIntoBucketImpl()
/minix/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DSubtargetFeature.h35 const char *Key; // K-V key string member
52 const char *Key; // K-V key string member
/minix/external/bsd/llvm/dist/llvm/lib/Support/
H A DStringPool.cpp25 PooledStringPtr StringPool::intern(StringRef Key) { in intern()
H A DOptions.cpp25 void OptionRegistry::addOption(void *Key, cl::Option *O) { in addOption()
/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DOnDiskHashTable.h67 Item(typename Info::key_type_ref Key, typename Info::data_type_ref Data, in Item()
117 void insert(typename Info::key_type_ref Key, in insert()
126 void insert(typename Info::key_type_ref Key, in insert()
269 internal_key_type Key; variable
452 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first); variable
525 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first); variable
/minix/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCRegisterInfo.cpp65 DwarfLLVMRegPair Key = { RegNum, 0 }; in getDwarfRegNum() local
76 DwarfLLVMRegPair Key = { RegNum, 0 }; in getLLVMRegNum() local
/minix/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dencode-test-4.m4 typedef enum { Cyan, Magenta, Yellow, Key } PrintColor; enum
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DModule.cpp63 const ContinuousRangeMap<Key, Offset, InitialCapacity> &Map) { in dumpLocalRemap()
/minix/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.h404 struct Key { struct
409 Key(const CodeGenRegister::Set *M, unsigned S = 0, unsigned A = 0) argument
412 Key(const CodeGenRegisterClass &RC) in Key() argument
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp273 yaml::ScalarNode *Key; in parseEntry() local
312 yaml::ScalarNode *Key; in parseRewriteFunctionDescriptor() local
379 yaml::ScalarNode *Key; in parseRewriteGlobalVariableDescriptor() local
441 yaml::ScalarNode *Key; in parseRewriteGlobalAliasDescriptor() local
H A DBypassSlowDivision.cpp176 DivOpInfo Key(UseSignedOp, Dividend, Divisor); in insertFastDiv() local
194 DivOpInfo Key(UseSignedOp, Instr->getOperand(0), Instr->getOperand(1)); in reuseOrInsertFastDiv() local
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DModule.cpp304 MDString *Key = cast<MDString>(Flag->getOperand(1)); in getModuleFlagsMetadata() local
340 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, in addModuleFlag()
348 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, in addModuleFlag()
352 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, in addModuleFlag()
/minix/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp172 const char *Key = Object.getMemoryBufferRef().getBufferStart(); in NotifyObjectEmitted() local
194 const char *Key = Object.getMemoryBufferRef().getBufferStart(); in NotifyFreeingObject() local
/minix/external/bsd/llvm/dist/clang/lib/Lex/
H A DHeaderMap.cpp38 uint32_t Key; // Offset (into strings) of key. member
189 const char *Key = getString(B.Key); in dump() local
/minix/external/bsd/llvm/dist/clang/tools/diagtool/
H A DDiagnosticNames.cpp53 DiagnosticRecord Key = {nullptr, DiagID, 0}; in getDiagnosticForID() local
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.cpp121 const Type *Key = CGT.getContext().getTagDeclType(RD).getTypePtr(); in isSafeToConvert() local
636 const Type *Key = Context.getTagDeclType(RD).getTypePtr(); in ConvertRecordDeclType() local
699 const Type *Key = Context.getTagDeclType(RD).getTypePtr(); in getCGRecordLayout() local

1234