Searched refs:useEHCleanupForArray (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGDecl.cpp | 359 bool useEHCleanupForArray) in DestroyObject() 361 useEHCleanupForArray(useEHCleanupForArray) {} in DestroyObject() 366 bool useEHCleanupForArray; member 370 bool useEHCleanupForArray = in Emit() local 371 flags.isForNormalCleanup() && this->useEHCleanupForArray; in Emit() 373 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit() 1342 bool useEHCleanupForArray) { in pushDestroy() argument 1344 destroyer, useEHCleanupForArray); in pushDestroy() 1349 Destroyer *destroyer, bool useEHCleanupForArray) { in pushLifetimeExtendedDestroy() argument 1359 destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy() [all …]
|
| D | CGDeclCXX.cpp | 502 bool useEHCleanupForArray, const VarDecl *VD) { in generateDestroyHelper() argument 517 emitDestroy(addr, type, destroyer, useEHCleanupForArray); in generateDestroyHelper()
|
| D | CGClass.cpp | 1408 bool useEHCleanupForArray; member in __anon3cda90680411::DestroyField 1412 bool useEHCleanupForArray) in DestroyField() argument 1414 useEHCleanupForArray(useEHCleanupForArray) {} in DestroyField() 1425 flags.isForNormalCleanup() && useEHCleanupForArray); in Emit()
|
| D | CodeGenFunction.h | 1018 Destroyer *destroyer, bool useEHCleanupForArray); 1021 bool useEHCleanupForArray); 1023 bool useEHCleanupForArray); 1026 bool useEHCleanupForArray,
|
| D | CGObjC.cpp | 1287 bool useEHCleanupForArray; member 1291 bool useEHCleanupForArray) in DestroyIvar() 1293 useEHCleanupForArray(useEHCleanupForArray) {} in DestroyIvar() 1299 flags.isForNormalCleanup() && useEHCleanupForArray); in Emit()
|