Searched refs:saved_type (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | EHScopeStack.h | 58 typedef T saved_type; typedef 60 static saved_type save(CodeGenFunction &CGF, type value) { return value; } in save() 61 static type restore(CodeGenFunction &CGF, saved_type value) { return value; } in restore() 188 typedef std::tuple<typename DominatingValue<As>::saved_type...> SavedTuple; 203 ConditionalCleanup(typename DominatingValue<As>::saved_type... A)
|
| HD | 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() 41 return saved_type(V, ScalarLiteral); in save() 46 return saved_type(addr, ScalarAddress); in save() 59 return saved_type(addr, ComplexAddress); in save() 65 return saved_type(V, AggregateLiteral); in save() 69 return saved_type(addr, AggregateAddress); in save() 75 RValue DominatingValue<RValue>::saved_type::restore(CodeGenFunction &CGF) { in restore()
|
| HD | CodeGenFunction.h | 341 typename DominatingValue<T>::saved_type saveValueInCond(T value) { in saveValueInCond() 387 typedef std::tuple<typename DominatingValue<As>::saved_type...> SavedTuple; in pushFullExprCleanup() 3046 typedef llvm::PointerIntPair<llvm::Value*, 1, bool> saved_type; typedef 3059 static saved_type save(CodeGenFunction &CGF, llvm::Value *value) { in save() 3060 if (!needsSaving(value)) return saved_type(value, false); in save() 3067 return saved_type(alloca, true); in save() 3070 static llvm::Value *restore(CodeGenFunction &CGF, saved_type value) { in restore() 3080 static type restore(CodeGenFunction &CGF, saved_type value) { 3088 class saved_type { 3094 saved_type(llvm::Value *v, Kind k) : Value(v), K(k) {} [all …]
|
| HD | CGExprCXX.cpp | 1164 DominatingValue<RValue>::saved_type Ptr; 1165 DominatingValue<RValue>::saved_type AllocSize; 1167 DominatingValue<RValue>::saved_type *getPlacementArgs() { in getPlacementArgs() 1168 return reinterpret_cast<DominatingValue<RValue>::saved_type*>(this+1); in getPlacementArgs() 1173 return NumPlacementArgs * sizeof(DominatingValue<RValue>::saved_type); in getExtraSize() 1178 DominatingValue<RValue>::saved_type Ptr, in CallDeleteDuringConditionalNew() 1179 DominatingValue<RValue>::saved_type AllocSize) in CallDeleteDuringConditionalNew() 1183 void setPlacementArg(unsigned I, DominatingValue<RValue>::saved_type Arg) { in setPlacementArg() 1240 DominatingValue<RValue>::saved_type SavedNewPtr = in EnterNewDeleteCleanup() 1242 DominatingValue<RValue>::saved_type SavedAllocSize = in EnterNewDeleteCleanup()
|
| /NextBSD/contrib/gcc/ |
| HD | varasm.c | 3996 tree saved_type = TREE_TYPE (exp); in output_constant() local 4009 exp = build1 (ADDR_EXPR, saved_type, TREE_OPERAND (exp, 0)); in output_constant() 4012 exp = build_int_cst_wide (saved_type, TREE_INT_CST_LOW (exp), in output_constant()
|