reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
34 DominatingValue<RValue>::saved_type
tools/clang/lib/CodeGen/CGExprCXX.cpp1503 DominatingValue<RValue>::saved_type SavedNewPtr = 1505 DominatingValue<RValue>::saved_type SavedAllocSize = 1509 typedef DominatingValue<RValue>::saved_type ValueTy; 1510 typedef DominatingValue<RValue>::saved_type RValueTy;tools/clang/lib/CodeGen/CodeGenFunction.h
207 static saved_type save(CodeGenFunction &CGF, RValue value); 214 return saved_type::needsSaving(value); 216 static saved_type save(CodeGenFunction &CGF, type value) { 217 return saved_type::save(CGF, value); 219 static type restore(CodeGenFunction &CGF, saved_type value) {tools/clang/lib/CodeGen/EHScopeStack.h
304 T *pushCleanupWithExtra(CleanupKind Kind, size_t N, As... A) {