Searched refs:pushEHDestroy (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGClass.cpp644 pushEHDestroy(dtorKind, LHS.getAddress(), FieldType);
995 CGF.pushEHDestroy(dtorKind, LHS.getAddress(), FieldType);
H A DCGDecl.cpp1319 /// pushEHDestroy - Push the standard destructor for the given type as
1321 void CodeGenFunction::pushEHDestroy(QualType::DestructionKind dtorKind, function in class:CodeGenFunction
H A DCodeGenFunction.h1034 void pushEHDestroy(QualType::DestructionKind dtorKind,

Completed in 122 milliseconds