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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp683 CGF.pushEHDestroy(dtorKind, LHS.getAddress(CGF), FieldType);
722 pushEHDestroy(dtorKind, LHS.getAddress(*this), FieldType);
1142 CGF.pushEHDestroy(dtorKind, FieldLHS.getAddress(CGF), FieldType);
H A DCGDecl.cpp2059 /// pushEHDestroy - Push the standard destructor for the given type as
2061 void CodeGenFunction::pushEHDestroy(QualType::DestructionKind dtorKind, function in class:CodeGenFunction
H A DCodeGenFunction.h1909 void pushEHDestroy(QualType::DestructionKind dtorKind,

Completed in 116 milliseconds