Searched refs:Key (Results 226 - 250 of 371) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp239 std::string MDKey = (StringRef("wasm-feature-") + KV.Key).str();
246 Entry.Name = KV.Key;
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp126 Key>::other>
/freebsd-11-stable/crypto/heimdal/kdc/
H A Ddigest-service.c62 Key *key = NULL;
H A Dkrb5tgs.c141 Key *key;
228 Key *key;
1159 Key *tkey;
1509 Key *tkey_check;
1510 Key *tkey_sign;
1530 Key *uukey;
1699 Key *skey;
2014 Key *clientkey;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h225 static AnalysisKey Key; member in class:llvm::BasicAA
H A DBranchProbabilityInfo.h211 static AnalysisKey Key; member in class:llvm::BranchProbabilityAnalysis
H A DCallGraph.h295 static AnalysisKey Key; member in class:CallGraphAnalysis
H A DTargetLibraryInfo.h425 static AnalysisKey Key; member in class:llvm::TargetLibraryAnalysis
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCSerialization.h392 std::string Key; local
393 if (auto Err = deserializeSeq(C, Key))
396 if (Key.empty()) {
402 auto DI = Deserializers.find(Key);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h232 static AnalysisKey Key; member in class:llvm::DominatorTreeAnalysis
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp682 void llvm::json::OStream::attributeBegin(llvm::StringRef Key) { argument
690 if (LLVM_LIKELY(isUTF8(Key))) {
691 quote(OS, Key);
694 quote(OS, fixUTF8(Key));
H A DAArch64TargetParser.cpp249 PBP.Key = "b_key";
H A DYAMLParser.cpp177 /// Or when we run into a Value, and then insert a Key token (and possibly
645 OS << "Key: ";
2066 if (Key)
2067 return Key;
2074 return Key = new (getAllocator()) NullNode(Doc);
2083 return Key = new (getAllocator()) NullNode(Doc);
2087 return Key = parseBlockNode();
2094 if (Node* Key = getKey())
2095 Key->skip();
2097 setError("Null key in Key Valu
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp966 auto Key = I->first; local
967 if (Key.first == BB)
968 Probs.erase(Key);
1068 AnalysisKey BranchProbabilityAnalysis::Key; member in class:BranchProbabilityAnalysis
H A DCallGraph.cpp245 AnalysisKey CallGraphAnalysis::Key; member in class:CallGraphAnalysis
H A DAssumptionCache.cpp227 AnalysisKey AssumptionAnalysis::Key; member in class:AssumptionAnalysis
H A DPhiValues.cpp191 AnalysisKey PhiValuesAnalysis::Key; member in class:PhiValuesAnalysis
H A DStackSafetyAnalysis.cpp580 AnalysisKey StackSafetyAnalysis::Key; member in class:StackSafetyAnalysis
617 AnalysisKey StackSafetyGlobalAnalysis::Key; member in class:StackSafetyGlobalAnalysis
H A DMustExecute.cpp487 /// Lookup \p Key in \p Map and return the result, potentially after
490 static V getOrCreateCachedOptional(K Key, DenseMap<K, Optional<V>> &Map, argument
492 Optional<V> &OptVal = Map[Key];
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp304 const FunctionTypeKeyInfo::KeyTy Key(ReturnType, Params, isVarArg);
309 // Key and update the reference to the function type in-place to a newly
311 auto Insertion = pImpl->FunctionTypes.insert_as(nullptr, Key);
349 const AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked);
355 // Key and update the reference to the struct type in-place to a newly
357 auto Insertion = pImpl->AnonStructTypes.insert_as(nullptr, Key);
/freebsd-11-stable/crypto/openssh/
H A Dsshconnect2.c96 verify_host_key_callback(Key *hostkey, struct ssh *ssh)
322 static Key *load_identity_file(Identity *);
577 Key *key = NULL;
1018 Key *prv;
1228 static Key *
1231 Key *private = NULL;
H A Dauth.c436 check_key_in_hostfiles(struct passwd *pw, Key *key, const char *host,
703 auth_key_is_revoked(Key *key)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp94 unsigned Key = ((1u << s) & Units) != 0; local
99 if (Key == 0 || Units == 0 || (SlotWeight * s >= 32))
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h2024 getHashValue(const clang::serialization::DeclarationNameKey &Key) { argument
2025 return Key.getHash();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp451 if (auto Key = MR.getVModuleKey())
452 TrackedEHFrameRanges[Key] = EHFrameRange;

Completed in 626 milliseconds

1234567891011>>