Searched defs:Key (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DStringSet.h30 bool insert(StringRef Key) { argument
H A DMapVector.h77 ValueT &operator[](const KeyT &Key) { argument
110 iterator find(const KeyT &Key) { argument
[all...]
H A DScopedHashTable.h47 K Key; member in class:llvm::ScopedHashTableVal
179 V lookup(const K &Key) { argument
187 void insert(const K &Key, const V &Val) { argument
195 iterator begin(const K &Key) { argument
209 insertIntoScope(ScopeTy *S, const K &Key, const V &Val) argument
[all...]
H A DStringMap.h291 iterator find(StringRef Key) { argument
312 ValueTy &operator[](StringRef Key) { argument
361 GetOrCreateValue(StringRef Key, InitTy Val) argument
383 GetOrCreateValue(StringRef Key) argument
399 erase(StringRef Key) argument
[all...]
H A DValueMap.h159 value_type& FindAndConstruct(const KeyT &Key) { argument
163 ValueT &operator[](const KeyT &Key) { argument
205 ValueMapCallbackVH(KeyT Key, ValueMapT *Map) argument
H A DDenseMap.h209 value_type& FindAndConstruct(const KeyT &Key) { argument
217 ValueT &operator[](const KeyT &Key) { argument
222 value_type& FindAndConstruct(KeyT &&Key) { argument
230 ValueT &operator[](KeyT &&Key) { argument
397 InsertIntoBucket(const KeyT &Key, const ValueT &Value, BucketT *TheBucket) argument
407 InsertIntoBucket(const KeyT &Key, ValueT &&Value, BucketT *TheBucket) argument
416 InsertIntoBucket(KeyT &&Key, ValueT &&Value, BucketT *TheBucket) argument
425 InsertIntoBucketImpl(const KeyT &Key, BucketT *TheBucket) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DStringPool.cpp25 PooledStringPtr StringPool::intern(StringRef Key) { argument
H A DStringMap.cpp167 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { argument
H A DYAMLTraits.cpp117 bool Input::preflightKey(const char *Key, bool Required, bool, bool &UseDefault, argument
358 bool Input::MapHNode::isValidKey(StringRef Key) { argument
430 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault, argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DMangleNumberingContext.cpp27 QualType Key = Context.getFunctionType(Context.VoidTy, Proto->getArgTypes(), local
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DSubtargetFeature.h35 const char *Key; // K-V key string member in struct:llvm::SubtargetFeatureKV
52 const char *Key; // K-V key string member in struct:llvm::SubtargetInfoKV
/freebsd-10-stable/crypto/openssh/
H A Dkey.h31 typedef struct sshkey Key; typedef in typeref:struct:sshkey
[all...]
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DDebugLoc.cpp153 unsigned DenseMapInfo<DebugLoc>::getHashValue(const DebugLoc &Key) { argument
H A DModule.cpp326 MDString *Key = cast<MDString>(Flag->getOperand(1)); local
364 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, argument
372 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, argument
[all...]
H A DConstantsContext.h496 static InlineAsm *create(PointerType *Ty, const InlineAsmKeyType &Key) { argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp123 const Type *Key = CGT.getContext().getTagDeclType(RD).getTypePtr(); local
629 const Type *Key = Context.getTagDeclType(RD).getTypePtr(); local
692 const Type *Key = Context.getTagDeclType(RD).getTypePtr(); local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderMap.cpp38 uint32_t Key; // Offset (into strings) of key. member in struct:clang::HMapBucket
193 const char *Key = getString(B.Key); local
[all...]
/freebsd-10-stable/crypto/openssl/engines/ccgost/
H A Dgosthash.c92 byte U[32], W[32], V[32], S[32], Key[32]; local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp426 StringRef Key = MFE.Key->getString(); local
800 StringRef Key = MFE.Key local
[all...]
/freebsd-10-stable/usr.sbin/ctm/ctm/
H A Dctm.h56 char *Key; /* CTM key for operation */ member in struct:CTM_Syntax
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DModule.h186 MDString *Key; member in struct:llvm::Module::ModuleFlagEntry
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DYAMLParser.h269 Node *Key; member in class:llvm::yaml::KeyValueNode
H A DYAMLTraits.h386 void mapRequired(const char* Key, T& Val) { argument
392 mapOptional(const char* Key, T& Val) { argument
401 mapOptional(const char* Key, T& Val) { argument
406 void mapOptional(const char* Key, T& Val, const T& Default) { argument
412 void processKeyWithDefault(const char *Key, T &Val, const T& DefaultValue, argument
429 processKey(const char *Key, T &Val, bool Required) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DOnDiskHashTable.h392 const internal_key_type& Key = InfoObj->ReadKey(LocalPtr, L.first); local
455 const internal_key_type& Key = local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp508 MatchKey Key; local
[all...]

Completed in 358 milliseconds

123