Home
last modified time | relevance | path

Searched refs:Unwrap (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h111 static ExecutorAddr fromPtr(T *Ptr, UnwrapFn &&Unwrap = UnwrapFn()) {
113 static_cast<uint64_t>(reinterpret_cast<uintptr_t>(Unwrap(Ptr))));
231 UnwrapFn &&Unwrap = UnwrapFn()) {
232 return {ExecutorAddr::fromPtr(Start, Unwrap),
233 ExecutorAddr::fromPtr(End, Unwrap)};
238 UnwrapFn &&Unwrap = UnwrapFn()) {
239 return {ExecutorAddr::fromPtr(Ptr, std::forward<UnwrapFn>(Unwrap)), Size};
H A DExecutorSymbolDef.h31 UnwrapFn &&Unwrap = UnwrapFn()) {
32 auto *UP = Unwrap(Ptr);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h262 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); }
271 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
287 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key);
314 return DenseMapInfo<KeyT>::getHashValue(Val.Unwrap());
360 ValueTypeProxy Result = {I->first.Unwrap(), I->second};
414 ValueTypeProxy Result = {I->first.Unwrap(), I->second};
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-matchers.h700 return Op()(lhs, Unwrap(rhs_));
704 UniversalPrint(Unwrap(rhs_), os);
708 UniversalPrint(Unwrap(rhs_), os);
713 static const T& Unwrap(const T& v) {
717 static const T& Unwrap(std::reference_wrapper<T> v) {
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h76 static ExecutorAddr fromPtr(T *Ptr, UnwrapFn &&Unwrap = UnwrapFn()) {
78 static_cast<uint64_t>(reinterpret_cast<uintptr_t>(Unwrap(Ptr))));
/freebsd/crypto/heimdal/appl/gssmask/
H A Dgssmask.c775 HandleOP(Unwrap) in HandleOP() argument
1061 S(Unwrap),
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp653 auto Unwrap = [&](QualType T) { in unwrapCastAwayConstnessLevel() local
680 T1 = Unwrap(T1); in unwrapCastAwayConstnessLevel()
681 T2 = Unwrap(T2); in unwrapCastAwayConstnessLevel()
705 T1 = Unwrap(T1); in unwrapCastAwayConstnessLevel()
706 T2 = Unwrap(T2).withCVRQualifiers(T2.getCVRQualifiers()); in unwrapCastAwayConstnessLevel()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1351 T Unwrap() { return std::move(value_); } in Unwrap() function
1372 T& Unwrap() { return *value_ptr_; } in Unwrap() function
/freebsd/crypto/heimdal/
H A DChangeLog.200674 * kdc/digest.c: Unwrap the NTLM session key and return it to the
/freebsd/crypto/openssl/
H A DNEWS.md164 * Fix Out-of-bounds read & write in RFC 3211 KEK Unwrap.
H A DCHANGES.md713 * Fix Out-of-bounds read & write in RFC 3211 KEK Unwrap
/freebsd/crypto/krb5/src/include/krb5/
H A Dkrb5.hin8074 * Unwrap authorization data.
8134 * Unwrap and verify AD-KDCIssued authorization data.