Home
last modified time | relevance | path

Searched refs:useEHCleanupForArray (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp397 bool useEHCleanupForArray) in DestroyObject()
399 useEHCleanupForArray(useEHCleanupForArray) {} in DestroyObject()
404 bool useEHCleanupForArray; member
408 bool useEHCleanupForArray = in Emit() local
409 flags.isForNormalCleanup() && this->useEHCleanupForArray; in Emit()
411 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit()
1373 bool useEHCleanupForArray) { in pushDestroy() argument
1375 destroyer, useEHCleanupForArray); in pushDestroy()
1384 Destroyer *destroyer, bool useEHCleanupForArray) { in pushLifetimeExtendedDestroy() argument
1394 destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy()
[all …]
H A DCGDeclCXX.cpp555 bool useEHCleanupForArray, const VarDecl *VD) { in generateDestroyHelper() argument
571 emitDestroy(addr, type, destroyer, useEHCleanupForArray); in generateDestroyHelper()
H A DCGClass.cpp1496 bool useEHCleanupForArray; member in __anone7009f310411::DestroyField
1500 bool useEHCleanupForArray) in DestroyField() argument
1502 useEHCleanupForArray(useEHCleanupForArray) {} in DestroyField()
1513 flags.isForNormalCleanup() && useEHCleanupForArray); in Emit()
H A DCGObjC.cpp1289 bool useEHCleanupForArray; member
1293 bool useEHCleanupForArray) in DestroyIvar()
1295 useEHCleanupForArray(useEHCleanupForArray) {} in DestroyIvar()
1301 flags.isForNormalCleanup() && useEHCleanupForArray); in Emit()
H A DCodeGenFunction.h1123 Destroyer *destroyer, bool useEHCleanupForArray);
1126 bool useEHCleanupForArray);
1132 bool useEHCleanupForArray);
1135 bool useEHCleanupForArray,