Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDecl.cpp460 bool useEHCleanupForArray) in DestroyObject()
462 useEHCleanupForArray(useEHCleanupForArray) {} in DestroyObject()
467 bool useEHCleanupForArray; member
471 bool useEHCleanupForArray = in Emit() local
472 flags.isForNormalCleanup() && this->useEHCleanupForArray; in Emit()
474 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit()
2066 bool useEHCleanupForArray) { in pushDestroy() argument
2068 destroyer, useEHCleanupForArray); in pushDestroy()
2077 Destroyer *destroyer, bool useEHCleanupForArray) { in pushLifetimeExtendedDestroy() argument
2084 destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy()
[all …]
HDCGDeclCXX.cpp761 bool useEHCleanupForArray, const VarDecl *VD) { in generateDestroyHelper() argument
777 emitDestroy(addr, type, destroyer, useEHCleanupForArray); in generateDestroyHelper()
HDCGClass.cpp1614 bool useEHCleanupForArray; member in __anon18ce63550411::DestroyField
1618 bool useEHCleanupForArray) in DestroyField() argument
1620 useEHCleanupForArray(useEHCleanupForArray) {} in DestroyField()
1631 flags.isForNormalCleanup() && useEHCleanupForArray); in Emit()
HDCGObjC.cpp1524 bool useEHCleanupForArray; member
1528 bool useEHCleanupForArray) in DestroyIvar()
1530 useEHCleanupForArray(useEHCleanupForArray) {} in DestroyIvar()
1536 flags.isForNormalCleanup() && useEHCleanupForArray); in Emit()
HDCodeGenFunction.h1697 Destroyer *destroyer, bool useEHCleanupForArray);
1700 bool useEHCleanupForArray);
1706 bool useEHCleanupForArray);
1709 bool useEHCleanupForArray,