HomeSort by relevance Sort by last modified time
    Searched defs:saved_type (Results 1 - 2 of 2) 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)
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...]

Completed in 403 milliseconds