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; }
196 typedef std::tuple<typename DominatingValue<As>::saved_type...> SavedTuple;
211 ConditionalCleanup(typename DominatingValue<As>::saved_type... A)
H A DCodeGenFunction.h342 typename DominatingValue<T>::saved_type saveValueInCond(T value) {
393 typedef std::tuple<typename DominatingValue<As>::saved_type...> SavedTuple;
3210 typedef llvm::PointerIntPair<llvm::Value*, 1, bool> saved_type; typedef in struct:clang::CodeGen::DominatingLLVMValue
3223 static saved_type save(CodeGenFunction &CGF, llvm::Value *value) {
3224 if (!needsSaving(value)) return saved_type(value, false);
3233 return saved_type(alloca.getPointer(), true);
3236 static llvm::Value *restore(CodeGenFunction &CGF, saved_type value) {
3250 static type restore(CodeGenFunction &CGF, saved_type value) {
3259 struct saved_type { struct in struct:clang::CodeGen::DominatingValue
3260 DominatingLLVMValue::saved_type SavedValu
3280 class saved_type { class in struct:clang::CodeGen::DominatingValue
3287 saved_type(llvm::Value *v, Kind k, unsigned a = 0) function in class:clang::CodeGen::DominatingValue::saved_type
[all...]

Completed in 167 milliseconds