Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp684 CGF.pushEHDestroy(dtorKind, LHS.getAddress(), FieldType); in EmitMemberInitializer()
723 pushEHDestroy(dtorKind, LHS.getAddress(), FieldType); in EmitInitializerForField()
1135 CGF.pushEHDestroy(dtorKind, FieldLHS.getAddress(), FieldType); in pushEHDestructors()
H A DCGDecl.cpp2204 void CodeGenFunction::pushEHDestroy(QualType::DestructionKind dtorKind, in pushEHDestroy() function in CodeGenFunction
H A DCodeGenFunction.h2202 void pushEHDestroy(QualType::DestructionKind dtorKind,