Searched refs:getDestroyer (Results 1 - 9 of 9) sorted by relevance
/external/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 1373 if (!destroyer) destroyer = getDestroyer(dtorKind); 1429 CodeGenFunction::getDestroyer(QualType::DestructionKind kind) { function in class:CodeGenFunction 1449 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true); 1459 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind),
|
H A D | CGDeclCXX.cpp | 112 .generateDestroyHelper(addr, type, CGF.getDestroyer(dtorKind),
|
H A D | CGExprCXX.cpp | 879 getDestroyer(DtorKind)); 1070 getDestroyer(DtorKind)); 1695 CGF.getDestroyer(dtorKind),
|
H A D | CGExprAgg.cpp | 437 CGF.getDestroyer(dtorKind)); 1294 CGF.getDestroyer(dtorKind), false);
|
H A D | CGBlocks.cpp | 609 destroyer = CGF.getDestroyer(dtorKind);
|
H A D | CGClass.cpp | 1904 getDestroyer(dtorKind),
|
H A D | CGObjC.cpp | 1390 destroyer = CGF.getDestroyer(dtorKind);
|
H A D | CodeGenFunction.h | 1282 Destroyer *getDestroyer(QualType::DestructionKind destructionKind);
|
H A D | CGOpenMPRuntime.cpp | 1838 DtorCGF.getDestroyer(ASTTy.isDestructedType()),
|
Completed in 231 milliseconds