Searched defs:saved_type (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DEHScopeStack.h58 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)
H A DCodeGenFunction.h362 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
3423 static saved_type save(CodeGenFunction &CGF, llvm::Value *value) {
3424 if (!needsSaving(value)) return saved_type(value, false);
3433 return saved_type(alloca.getPointer(), true);
3436 static llvm::Value *restore(CodeGenFunction &CGF, saved_type value) {
3450 static type restore(CodeGenFunction &CGF, saved_type value) {
3459 struct saved_type { struct in struct:clang::CodeGen::DominatingValue
3460 DominatingLLVMValue::saved_type SavedValu
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 1030 milliseconds