Searched refs:Key (Results 201 - 225 of 371) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp118 AnalysisKey SCEVAA::Key; member in class:SCEVAA
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp581 if (Expected<StringRef> Key = (*StrTab)[*Arg.KeyIdx])
582 R.Args.back().Key = *Key;
584 return Key.takeError();
H A DYAMLRemarkParser.cpp288 if (auto *Key = dyn_cast<yaml::ScalarNode>(Node.getKey()))
289 return Key->getRawValue();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindingsStack.h496 uint64_t Key = static_cast<uint64_t>( local
499 Listener->notifyObjectLoaded(Key, Obj, LoadedObjInfo);
503 uint64_t Key = static_cast<uint64_t>( local
506 Listener->notifyFreeingObject(Key);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_logging.cpp77 static pthread_key_t Key; member in namespace:__xray
134 if (pthread_getspecific(Key) == NULL) {
136 pthread_setspecific(Key, &TLDStorage);
688 &Key, +[](void *TLDPtr) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp440 const ValueDecl *Key = nullptr;
443 Key = VD;
457 if (Key)
458 Locals.insert({Key, Local});
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp86 DenseMap<SymbolRemappingReader::Key, StringRef> MappedNames;
/freebsd-11-stable/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c72 Key *key;
105 Key *key;
/freebsd-11-stable/stand/efi/include/
H A Deficon.h328 OUT EFI_INPUT_KEY *Key
354 EFI_INPUT_KEY Key; member in struct:__anon3959
383 // EFI Key Notfication Function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h68 /// The hash is produced in \p Key.
70 SmallString<40> &Key, const lto::Config &Conf,
207 /// cache, pass a unique string as the Key. For hits, the cached file will be
216 /// if (AddStreamFn AddStream = Cache(Task, Key))
219 std::function<AddStreamFn(unsigned Task, StringRef Key)>;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp225 Ret += (StringRef("+") + KV.Key + ",").str();
277 std::string MDKey = (StringRef("wasm-feature-") + KV.Key).str();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h398 /// member called \c Key.
400 /// FIXME: The only reason the mixin type itself can't declare the Key value
409 return &DerivedT::Key;
585 static AnalysisKey Key; member in class:llvm::PassInstrumentationAnalysis
1117 static AnalysisKey Key; member in class:llvm::InnerAnalysisManagerProxy
1124 InnerAnalysisManagerProxy<AnalysisManagerT, IRUnitT, ExtraArgTs...>::Key; member in class:llvm::InnerAnalysisManagerProxy
1245 static AnalysisKey Key; member in class:llvm::OuterAnalysisManagerProxy
1252 OuterAnalysisManagerProxy<AnalysisManagerT, IRUnitT, ExtraArgTs...>::Key; member in class:llvm::OuterAnalysisManagerProxy
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1624 ConstantExprKeyType Key(opc, C);
1626 return pImpl->ExprConstants.getOrCreate(Ty, Key);
1930 ConstantExprKeyType Key(Opcode, ArgVec, 0, Flags);
1933 return pImpl->ExprConstants.getOrCreate(C->getType(), Key);
1989 ConstantExprKeyType Key(Opcode, ArgVec, 0, Flags);
1992 return pImpl->ExprConstants.getOrCreate(C1->getType(), Key);
2069 ConstantExprKeyType Key(Instruction::Select, ArgVec);
2072 return pImpl->ExprConstants.getOrCreate(V1->getType(), Key);
2126 const ConstantExprKeyType Key(Instruction::GetElementPtr, ArgVec, 0,
2130 return pImpl->ExprConstants.getOrCreate(ReqTy, Key);
[all...]
H A DConstantsContext.h576 /// Key and hash together, so that we compute the hash only once and reuse it.
649 LookupKey Key(Ty, V);
651 LookupKeyHashed Lookup(MapInfo::getHashValue(Key), Key); local
677 LookupKey Key(CP->getType(), ValType(Operands, CP));
679 LookupKeyHashed Lookup(MapInfo::getHashValue(Key), Key); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp464 ConstructedObjectKey Key(Item, LC->getStackFrame());
467 assert(!State->get<ObjectsUnderConstruction>(Key) ||
468 Key.getItem().getKind() ==
470 return State->set<ObjectsUnderConstruction>(Key, V);
477 ConstructedObjectKey Key(Item, LC->getStackFrame());
478 return Optional<SVal>::create(State->get<ObjectsUnderConstruction>(Key));
485 ConstructedObjectKey Key(Item, LC->getStackFrame());
486 assert(State->contains<ObjectsUnderConstruction>(Key));
487 return State->remove<ObjectsUnderConstruction>(Key);
493 ConstructedObjectKey Key({BT
567 const ConstructedObjectKey &Key = I.first; local
580 const ConstructedObjectKey &Key = I.first; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1804 static unsigned getHashValue(const CIEKey &Key) { argument
1806 Key.Personality, Key.PersonalityEncoding, Key.LsdaEncoding,
1807 Key.IsSignalFrame, Key.IsSimple, Key.RAReg, Key.IsBKeyFrame));
1882 CIEKey Key(Frame);
1883 const MCSymbol *&CIEStart = IsEH ? CIEStarts[Key]
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp906 auto *Key =
908 if (!Key)
910 GlobalValue *DGV = getLinkedToGlobal(Key);
911 return !shouldLink(DGV, *Key);
1507 unsigned IRMover::StructTypeKeyInfo::getHashValue(const KeyTy &Key) { argument
1508 return hash_combine(hash_combine_range(Key.ETypes.begin(), Key.ETypes.end()),
1509 Key.IsPacked);
1551 IRMover::StructTypeKeyInfo::KeyTy Key(ETypes, IsPacked);
1552 auto I = NonOpaqueStructTypes.find_as(Key);
[all...]
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dkerberos5.c108 is_default_salt_p(const krb5_salt *default_salt, const Key *key)
129 krb5_enctype *ret_enctype, Key **ret_key)
134 Key *key;
474 make_etype_info_entry(krb5_context context, ETYPE_INFO_ENTRY *ent, Key *key)
524 METHOD_DATA *md, Key *ckey)
565 make_etype_info2_entry(ETYPE_INFO2_ENTRY *ent, Key *key)
637 METHOD_DATA *md, Key *ckey)
979 Key *ckey, *skey;
1191 Key *pa_key;
/freebsd-11-stable/crypto/openssh/
H A Dmonitor_wrap.c219 mm_key_sign(Key *key, u_char **sigp, u_int *lenp,
377 mm_user_key_allowed(struct passwd *pw, Key *key, int pubkey_auth_attempt)
385 Key *key)
392 Key *key, int pubkey_auth_attempt)
437 mm_key_verify(Key *key, u_char *sig, u_int siglen, u_char *data, u_int datalen)
H A Dsshconnect1.c223 Key *public, *private;
347 try_rhosts_rsa_authentication(const char *local_user, Key * host_key)
505 Key *host_key, *server_key;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp676 if (auto Key = Remappings.insert(RealName)) {
680 MappedNames.insert({Key, RealName});
689 if (auto Key = Remappings.lookup(RealName)) {
690 StringRef Remapped = MappedNames.lookup(Key);
730 DenseMap<SymbolRemappingReader::Key, StringRef> MappedNames;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp343 DebugVariable Key(DVI->getVariable(),
346 auto R = VariableSet.insert(Key);
390 DebugVariable Key(DVI->getVariable(),
393 auto VMI = VariableMap.find(Key);
399 VariableMap[Key] = { DVI->getValue(), DVI->getExpression() };
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h1039 uintptr_t Key = reinterpret_cast<uintptr_t>(F->getCanonicalDecl()); local
1040 Key |= static_cast<uintptr_t>(PO);
1041 return Functions.insert(Key).second;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h141 void attributeOnlyIfTrue(StringRef Key, bool Value) { argument
143 JOS.attribute(Key, Value);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp275 static AnalysisKey Key; member in class:__anon1963::NoOpModuleAnalysis
295 static AnalysisKey Key; member in class:__anon1963::NoOpCGSCCAnalysis
316 static AnalysisKey Key; member in class:__anon1963::NoOpFunctionAnalysis
336 static AnalysisKey Key; member in class:__anon1963::NoOpLoopAnalysis
346 AnalysisKey NoOpModuleAnalysis::Key; member in class:__anon1963::NoOpModuleAnalysis
347 AnalysisKey NoOpCGSCCAnalysis::Key; member in class:__anon1963::NoOpCGSCCAnalysis
348 AnalysisKey NoOpFunctionAnalysis::Key; member in class:__anon1963::NoOpFunctionAnalysis
349 AnalysisKey NoOpLoopAnalysis::Key; member in class:__anon1963::NoOpLoopAnalysis

Completed in 231 milliseconds

1234567891011>>