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

123

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DLambdaMangleContext.cpp26 QualType Key = local
/freebsd-10.0-release/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.h283 iterator find(StringRef Key) { argument
304 ValueTy &operator[](StringRef Key) { argument
353 GetOrCreateValue(StringRef Key, InitTy Val) argument
375 GetOrCreateValue(StringRef Key) argument
391 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.h207 value_type& FindAndConstruct(const KeyT &Key) { argument
215 ValueT &operator[](const KeyT &Key) { argument
220 value_type& FindAndConstruct(KeyT &&Key) { argument
228 ValueT &operator[](KeyT &&Key) { argument
395 InsertIntoBucket(const KeyT &Key, const ValueT &Value, BucketT *TheBucket) argument
405 InsertIntoBucket(const KeyT &Key, ValueT &&Value, BucketT *TheBucket) argument
414 InsertIntoBucket(KeyT &&Key, ValueT &&Value, BucketT *TheBucket) argument
423 InsertIntoBucketImpl(const KeyT &Key, BucketT *TheBucket) argument
[all...]
/freebsd-10.0-release/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.cpp94 bool Input::preflightKey(const char *Key, bool Required, bool, bool &UseDefault, argument
324 bool Input::MapHNode::isValidKey(StringRef Key) { argument
384 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault, argument
/freebsd-10.0-release/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.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp170 StringRef Key = Keys[i]; local
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DDebugLoc.cpp153 unsigned DenseMapInfo<DebugLoc>::getHashValue(const DebugLoc &Key) { argument
H A DModule.cpp338 MDString *Key = cast<MDString>(Flag->getOperand(1)); local
362 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, argument
370 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, argument
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUIndirectAddressing.cpp132 std::map<unsigned, unsigned>::const_iterator Key, KeyEnd; local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp123 const Type *Key = CGT.getContext().getTagDeclType(RD).getTypePtr(); local
624 const Type *Key = Context.getTagDeclType(RD).getTypePtr(); local
687 const Type *Key = Context.getTagDeclType(RD).getTypePtr(); local
[all...]
/freebsd-10.0-release/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.0-release/crypto/openssh/
H A Dkey.h36 typedef struct Key Key; typedef in typeref:struct:Key
77 struct Key { struct
[all...]
/freebsd-10.0-release/crypto/openssl/engines/ccgost/
H A Dgosthash.c89 byte U[32],W[32],V[32],S[32],Key[32]; local
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp426 StringRef Key = MFE.Key->getString(); local
794 StringRef Key = MFE.Key local
[all...]
/freebsd-10.0-release/usr.sbin/ctm/ctm/
H A Dctm.h56 char *Key; /* CTM key for operation */ member in struct:CTM_Syntax
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DModule.h186 MDString *Key; member in struct:llvm::Module::ModuleFlagEntry
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DYAMLParser.h254 Node *Key; member in class:llvm::yaml::KeyValueNode
/freebsd-10.0-release/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.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnosticIDs.cpp567 WarningOption Key = { Group.size(), Group.data(), 0, 0 }; local

Completed in 138 milliseconds

123