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

  /external/clang/lib/CodeGen/
EHScopeStack.h 58 typedef T saved_type; typedef in struct:clang::CodeGen::InvariantValue
60 static saved_type save(CodeGenFunction &CGF, type value) { return value; }
61 static type restore(CodeGenFunction &CGF, saved_type value) { return value; }
199 typedef std::tuple<typename DominatingValue<As>::saved_type...> SavedTuple;
214 ConditionalCleanup(typename DominatingValue<As>::saved_type... A)
CGCleanup.cpp 27 bool DominatingValue<RValue>::saved_type::needsSaving(RValue rv) {
35 DominatingValue<RValue>::saved_type
36 DominatingValue<RValue>::saved_type::save(CodeGenFunction &CGF, RValue rv) {
42 return saved_type(V, ScalarLiteral);
48 return saved_type(addr.getPointer(), ScalarAddress);
63 return saved_type(addr.getPointer(), ComplexAddress);
69 return saved_type(V.getPointer(), AggregateLiteral,
75 return saved_type(addr.getPointer(), AggregateAddress,
82 RValue DominatingValue<RValue>::saved_type::restore(CodeGenFunction &CGF) {
    [all...]
CodeGenFunction.h 362 typename DominatingValue<T>::saved_type saveValueInCond(T value) {
413 typedef std::tuple<typename DominatingValue<As>::saved_type...> SavedTuple;
3410 typedef llvm::PointerIntPair<llvm::Value*, 1, bool> saved_type; typedef in struct:clang::CodeGen::DominatingLLVMValue
3459 struct saved_type { struct in struct:clang::CodeGen::DominatingValue
3480 class saved_type { class in struct:clang::CodeGen::DominatingValue
3487 saved_type(llvm::Value *v, Kind k, unsigned a = 0) function in class:clang::CodeGen::DominatingValue::saved_type
    [all...]
CGExprCXX.cpp     [all...]

Completed in 656 milliseconds