Searched refs:getDestroyer (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp534 CGF.getDestroyer(dtorKind));
680 CGF.getDestroyer(DtorKind), DtorKind & EHCleanup);
1340 CGF.getDestroyer(DtorKind), false);
1624 CGF.getDestroyer(dtorKind), false);
1698 CGF.getDestroyer(dtorKind));
H A DCGDecl.cpp1987 if (!destroyer) destroyer = getDestroyer(dtorKind);
2044 CodeGenFunction::getDestroyer(QualType::DestructionKind kind) { function in class:CodeGenFunction
2066 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true);
2076 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind),
H A DCGExprCXX.cpp1090 getDestroyer(DtorKind));
1257 getDestroyer(DtorKind));
2035 CGF.getDestroyer(dtorKind),
H A DCGDeclCXX.cpp141 .generateDestroyHelper(Addr, Type, CGF.getDestroyer(DtorKind),
H A DCGBlocks.cpp1067 destroyer = getDestroyer(dtorKind);
1868 : CGF.getDestroyer(CaptureType.isDestructedType());
H A DCGClass.cpp1900 getDestroyer(dtorKind),
H A DCGObjC.cpp1572 destroyer = CGF.getDestroyer(dtorKind);
H A DCodeGenFunction.h1931 Destroyer *getDestroyer(QualType::DestructionKind destructionKind);
H A DCGExpr.cpp4392 E->getType(), getDestroyer(DtorKind),
H A DCGOpenMPRuntime.cpp1797 DtorCGF.getDestroyer(ASTTy.isDestructedType()),
1939 ASTTy, DtorCGF.getDestroyer(ASTTy.isDestructedType()),

Completed in 220 milliseconds