HomeSort by relevance Sort by last modified time
    Searched refs:saved_type (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CodeGenFunction.h 119 typedef T saved_type; typedef in struct:clang::CodeGen::InvariantValue
121 static saved_type save(CodeGenFunction &CGF, type value) { return value; }
122 static type restore(CodeGenFunction &CGF, saved_type value) { return value; }
244 typedef typename DominatingValue<A0>::saved_type A0_saved;
259 typedef typename DominatingValue<A0>::saved_type A0_saved;
260 typedef typename DominatingValue<A1>::saved_type A1_saved;
277 typedef typename DominatingValue<A0>::saved_type A0_saved;
278 typedef typename DominatingValue<A1>::saved_type A1_saved;
279 typedef typename DominatingValue<A2>::saved_type A2_saved;
298 typedef typename DominatingValue<A0>::saved_type A0_saved
2805 typedef llvm::PointerIntPair<llvm::Value*, 1, bool> saved_type; typedef in struct:clang::DominatingLLVMValue
2847 class saved_type { class in struct:clang::DominatingValue
2853 saved_type(llvm::Value *v, Kind k) : Value(v), K(k) {} function in class:clang::DominatingValue::saved_type
    [all...]
CGCleanup.cpp 26 bool DominatingValue<RValue>::saved_type::needsSaving(RValue rv) {
34 DominatingValue<RValue>::saved_type
35 DominatingValue<RValue>::saved_type::save(CodeGenFunction &CGF, RValue rv) {
41 return saved_type(V, ScalarLiteral);
46 return saved_type(addr, ScalarAddress);
57 return saved_type(addr, ComplexAddress);
63 return saved_type(V, AggregateLiteral);
67 return saved_type(addr, AggregateAddress);
73 RValue DominatingValue<RValue>::saved_type::restore(CodeGenFunction &CGF) {
    [all...]
CGExprCXX.cpp     [all...]

Completed in 91 milliseconds