Searched refs:Unwrap (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | ExecutorAddress.h | 111 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 D | ExecutorSymbolDef.h | 31 UnwrapFn &&Unwrap = UnwrapFn()) { 32 auto *UP = Unwrap(Ptr);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ValueMap.h | 262 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 D | gtest-matchers.h | 700 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 D | executor_address.h | 76 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 D | gssmask.c | 775 HandleOP(Unwrap) in HandleOP() argument 1061 S(Unwrap),
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 653 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 D | gmock-spec-builders.h | 1351 T Unwrap() { return std::move(value_); } in Unwrap() function 1372 T& Unwrap() { return *value_ptr_; } in Unwrap() function
|
| /freebsd/crypto/heimdal/ |
| H A D | ChangeLog.2006 | 74 * kdc/digest.c: Unwrap the NTLM session key and return it to the
|
| /freebsd/crypto/openssl/ |
| H A D | NEWS.md | 164 * Fix Out-of-bounds read & write in RFC 3211 KEK Unwrap.
|
| H A D | CHANGES.md | 713 * Fix Out-of-bounds read & write in RFC 3211 KEK Unwrap
|
| /freebsd/crypto/krb5/src/include/krb5/ |
| H A D | krb5.hin | 8074 * Unwrap authorization data. 8134 * Unwrap and verify AD-KDCIssued authorization data.
|