Searched refs:getDestroyer (Results 1 - 9 of 9) sorted by relevance
/external/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 1287 if (!destroyer) destroyer = getDestroyer(dtorKind); 1344 CodeGenFunction::getDestroyer(QualType::DestructionKind kind) { function in class:CodeGenFunction 1364 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true); 1374 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind),
|
H A D | CGExprCXX.cpp | 831 getDestroyer(DtorKind)); 993 getDestroyer(DtorKind)); 1580 CGF.getDestroyer(dtorKind),
|
H A D | CGDeclCXX.cpp | 107 .generateDestroyHelper(addr, type, CGF.getDestroyer(dtorKind),
|
H A D | CGExprAgg.cpp | 432 CGF.getDestroyer(dtorKind)); 1248 CGF.getDestroyer(dtorKind), false);
|
H A D | CGBlocks.cpp | 620 destroyer = CGF.getDestroyer(dtorKind);
|
H A D | CGClass.cpp | 1601 getDestroyer(dtorKind),
|
H A D | CGOpenMPRuntime.cpp | 891 DtorCGF.getDestroyer(ASTTy.isDestructedType()),
|
H A D | CodeGenFunction.h | 1114 Destroyer *getDestroyer(QualType::DestructionKind destructionKind);
|
H A D | CGObjC.cpp | 1334 destroyer = CGF.getDestroyer(dtorKind);
|
Completed in 393 milliseconds