Searched refs:saved_type (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | EHScopeStack.h | 57 typedef T saved_type; typedef 59 static saved_type save(CodeGenFunction &CGF, type value) { return value; } in save() 60 static type restore(CodeGenFunction &CGF, saved_type value) { return value; } in restore() 209 typedef std::tuple<typename DominatingValue<As>::saved_type...> SavedTuple; 224 ConditionalCleanup(typename DominatingValue<As>::saved_type... A)
|
| H A D | CodeGenFunction.h | 122 typedef llvm::PointerIntPair<llvm::Value *, 1, bool> saved_type; typedef 138 static saved_type save(CodeGenFunction &CGF, llvm::Value *value); 139 static llvm::Value *restore(CodeGenFunction &CGF, saved_type value); 146 static type restore(CodeGenFunction &CGF, saved_type value) { 155 struct saved_type { 156 DominatingLLVMValue::saved_type BasePtr; 159 DominatingLLVMValue::saved_type Offset; 169 static saved_type save(CodeGenFunction &CGF, type value) { 174 static type restore(CodeGenFunction &CGF, saved_type value) { 184 class saved_type { [all …]
|
| H A D | CGCleanup.cpp | 26 bool DominatingValue<RValue>::saved_type::needsSaving(RValue rv) { in needsSaving() 34 DominatingValue<RValue>::saved_type 35 DominatingValue<RValue>::saved_type::save(CodeGenFunction &CGF, RValue rv) { in save() 38 return saved_type(DominatingLLVMValue::save(CGF, V), in save() 45 return saved_type(DominatingLLVMValue::save(CGF, V.first), in save() 51 return saved_type(DominatingValue<Address>::save(CGF, V), in save() 60 RValue DominatingValue<RValue>::saved_type::restore(CodeGenFunction &CGF) { in restore()
|
| H A D | CGExprCXX.cpp | 1573 DominatingValue<RValue>::saved_type SavedNewPtr = in EnterNewDeleteCleanup() 1575 DominatingValue<RValue>::saved_type SavedAllocSize = in EnterNewDeleteCleanup() 1577 DominatingValue<RValue>::saved_type SavedTypeIdentity = in EnterNewDeleteCleanup() 1580 typedef DominatingValue<RValue>::saved_type ValueTy; in EnterNewDeleteCleanup() 1581 typedef DominatingValue<RValue>::saved_type RValueTy; in EnterNewDeleteCleanup()
|
| H A D | CGDecl.cpp | 2359 DominatingValue<Address>::saved_type SavedAddr = saveValueInCond(addr); in pushLifetimeExtendedDestroy()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 2914 …SavingES2_", "clang::CodeGen::DominatingValue<clang::CodeGen::RValue>::saved_type::needsSaving(cla… 2915 …nctionES2_", "clang::CodeGen::DominatingValue<clang::CodeGen::RValue>::saved_type::save(clang::Cod… 2916 …nFunctionE", "clang::CodeGen::DominatingValue<clang::CodeGen::RValue>::saved_type::restore(clang::…
|