Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGClass.cpp684 CGF.pushEHDestroy(dtorKind, LHS.getAddress(CGF), FieldType); in EmitMemberInitializer()
723 pushEHDestroy(dtorKind, LHS.getAddress(*this), FieldType); in EmitInitializerForField()
1142 CGF.pushEHDestroy(dtorKind, FieldLHS.getAddress(CGF), FieldType); in pushEHDestructors()
H A DCGDecl.cpp2093 void CodeGenFunction::pushEHDestroy(QualType::DestructionKind dtorKind, in pushEHDestroy() function in CodeGenFunction
H A DCodeGenFunction.h1992 void pushEHDestroy(QualType::DestructionKind dtorKind,