Searched refs:Key (Results 126 - 150 of 371) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h203 value_type& FindAndConstruct(const KeyT &Key) { argument
204 return Map.FindAndConstruct(Wrap(Key));
207 ValueT &operator[](const KeyT &Key) { argument
208 return Map[Wrap(Key)];
250 ValueMapCallbackVH(KeyT Key, ValueMapT *Map) argument
251 : CallbackVH(const_cast<Value*>(static_cast<const Value*>(Key))),
H A DVerifier.h110 static AnalysisKey Key; member in class:llvm::VerifierAnalysis
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcc_ht_map_.hpp69 template<typename Key, typename Mapped, typename Hash_Fn, \
82 PB_DS_CLASS_NAME<Key, Mapped, Hash_Fn, Eq_Fn, Allocator, \
86 hash_eq_fn<Key, Eq_Fn, Allocator, Store_Hash>
89 ranged_hash_fn<Key, Hash_Fn, Allocator, Comb_Hash_Fn, Store_Hash>
92 types_traits<Key, Mapped, Allocator, Store_Hash>
96 map_debug_base<Key, Eq_Fn, typename Allocator::template rebind<Key>::other::const_reference>
114 template<typename Key,
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dgp_ht_map_.hpp66 template<typename Key, typename Mapped, typename Hash_Fn, typename Eq_Fn, \
79 PB_DS_CLASS_NAME<Key, Mapped, Hash_Fn, Eq_Fn, Allocator, \
83 hash_eq_fn<Key, Eq_Fn, Allocator, Store_Hash>
86 ranged_probe_fn<Key, Hash_Fn, Allocator, Comb_Probe_Fn, Probe_Fn, Store_Hash>
89 types_traits<Key, Mapped, Allocator, Store_Hash>
93 map_debug_base<Key, Eq_Fn, typename Allocator::template rebind<Key>::other::const_reference>
110 template<typename Key,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolCache.h119 std::pair<codeview::TypeIndex, uint32_t> Key{FieldListTI, Index};
120 auto Result = FieldListMembersToSymbolId.try_emplace(Key, SymId);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.h99 msgpack::DocNode &getRootMetadata(StringRef Key) { argument
100 return HSAMetadataDoc->getRoot().getMap(/*Convert=*/true)[Key];
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DCaching.cpp35 return [=](unsigned Task, StringRef Key) -> AddStreamFn {
39 sys::path::append(EntryPath, CacheDirectoryPath, "llvmcache-" + Key);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp86 std::string Key = CPU + FS; local
87 auto &I = SubtargetMap[Key];
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h89 static AnalysisKey Key; member in class:llvm::ASanGlobalsMetadataAnalysis
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h207 MapTy::iterator find(DocNode Key) { return Map->find(Key); } argument
208 MapTy::iterator find(StringRef Key);
213 DocNode &operator[](DocNode Key);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDemandedBits.h109 static AnalysisKey Key; member in class:llvm::DemandedBitsAnalysis
H A DCFLSteensAliasAnalysis.h114 static AnalysisKey Key; member in class:llvm::CFLSteensAA
H A DCFLAndersAliasAnalysis.h97 static AnalysisKey Key; member in class:llvm::CFLAndersAA
H A DPostDominators.h51 static AnalysisKey Key; member in class:llvm::PostDominatorTreeAnalysis
H A DPhiValues.h120 static AnalysisKey Key; member in class:llvm::PhiValuesAnalysis
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp299 static ItaniumManglingCanonicalizer::Key
316 return reinterpret_cast<ItaniumManglingCanonicalizer::Key>(N);
319 ItaniumManglingCanonicalizer::Key
324 ItaniumManglingCanonicalizer::Key
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DPostDominators.cpp96 AnalysisKey PostDominatorTreeAnalysis::Key; member in class:PostDominatorTreeAnalysis
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp41 DocNode &MapDocNode::operator[](DocNode Key) { argument
42 assert(!Key.isEmpty());
43 MapTy::value_type Entry(Key, DocNode());
H A DMsgPackDocumentYAML.cpp210 static void inputOne(IO &IO, StringRef Key, MapDocNode &M) { argument
212 KeyObj.fromString(Key, "");
213 IO.mapRequired(Key.str().c_str(), M.getMap()[KeyObj]);
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dhdb.c100 Key **key)
102 Key *k;
123 Key **key)
130 hdb_free_key(Key *key)
177 Key *k = &ent->entry.keys.val[i];
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp123 const Type *Key = CGT.getContext().getTagDeclType(RD).getTypePtr(); local
126 if (CGT.isRecordLayoutComplete(Key)) return true;
129 if (CGT.isRecordBeingLaidOut(Key))
715 const Type *Key = Context.getTagDeclType(RD).getTypePtr(); local
717 llvm::StructType *&Entry = RecordDeclTypes[Key];
739 bool InsertResult = RecordsBeingLaidOut.insert(Key).second;
753 CGRecordLayouts[Key] = Layout;
756 bool EraseResult = RecordsBeingLaidOut.erase(Key); (void)EraseResult;
777 const Type *Key = Context.getTagDeclType(RD).getTypePtr(); local
779 const CGRecordLayout *Layout = CGRecordLayouts.lookup(Key);
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dsshd.c217 Key **host_keys; /* all private host keys */
218 Key **host_pubkeys; /* all public host keys */
219 Key **host_certificates; /* all public host certificates */
511 Key *tmp;
711 Key *key;
767 static Key *
771 Key *key;
795 Key *
801 Key *
807 Key *
[all...]
H A Dsshconnect.c72 Key *previous_host_key = NULL;
84 static int show_other_keys(struct hostkeys *, Key *);
85 static void warn_changed_key(Key *);
711 check_host_cert(const char *host, const Key *host_key)
809 Key *host_key, int readonly,
815 Key *raw_key = NULL;
1240 verify_host_key(char *host, struct sockaddr *hostaddr, Key *host_key)
1416 show_other_keys(struct hostkeys *hostkeys, Key *key)
1457 warn_changed_key(Key *host_key)
1520 maybe_add_key_to_agent(char *authfile, Key *privat
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp20 static inline void mapOptional(yaml::IO &IO, const char *Key, EndianType &Val, argument
22 IO.mapOptional(Key, Val, EndianType(Default));
27 static inline void mapRequiredAs(yaml::IO &IO, const char *Key, argument
30 IO.mapRequired(Key, Mapped);
37 static inline void mapOptionalAs(yaml::IO &IO, const char *Key, EndianType &Val, argument
40 IO.mapOptional(Key, Mapped, Default);
54 static inline void mapRequiredHex(yaml::IO &IO, const char *Key, argument
56 mapRequiredAs<typename HexType<EndianType>::type>(IO, Key, Val);
62 static inline void mapOptionalHex(yaml::IO &IO, const char *Key, argument
65 mapOptionalAs<typename HexType<EndianType>::type>(IO, Key, Va
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp70 if (VK[I].Key->isTypeDependent() || VK[I].Key->isValueDependent() ||
73 if (VK[I].Key->isInstantiationDependent() ||
77 (VK[I].Key->containsUnexpandedParameterPack() ||
81 KeyValues[I].Key = VK[I].Key;

Completed in 305 milliseconds

1234567891011>>