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

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp494 bool useEHCleanupForArray)
496 useEHCleanupForArray(useEHCleanupForArray) {}
501 bool useEHCleanupForArray; member in struct:__anon432::final
505 bool useEHCleanupForArray = variable
506 flags.isForNormalCleanup() && this->useEHCleanupForArray;
508 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray);
2133 bool useEHCleanupForArray) {
2135 destroyer, useEHCleanupForArray);
2145 bool useEHCleanupForArray) {
492 DestroyObject(Address addr, QualType type, CodeGenFunction::Destroyer *destroyer, bool useEHCleanupForArray) argument
2131 pushDestroy(CleanupKind cleanupKind, Address addr, QualType type, Destroyer *destroyer, bool useEHCleanupForArray) argument
2142 pushLifetimeExtendedDestroy(CleanupKind cleanupKind, Address addr, QualType type, Destroyer *destroyer, bool useEHCleanupForArray) argument
2155 destroyer, useEHCleanupForArray); local
2176 destroyer, useEHCleanupForArray); local
2196 emitDestroy(Address addr, QualType type, Destroyer *destroyer, bool useEHCleanupForArray) argument
[all...]
H A DCGDeclCXX.cpp1117 bool useEHCleanupForArray, const VarDecl *VD) {
1136 emitDestroy(addr, type, destroyer, useEHCleanupForArray);
1115 generateDestroyHelper( Address addr, QualType type, Destroyer *destroyer, bool useEHCleanupForArray, const VarDecl *VD) argument
H A DCGObjC.cpp1653 bool useEHCleanupForArray; member in struct:__anon469::final
1657 bool useEHCleanupForArray)
1659 useEHCleanupForArray(useEHCleanupForArray) {}
1665 flags.isForNormalCleanup() && useEHCleanupForArray);
1655 DestroyIvar(llvm::Value *addr, const ObjCIvarDecl *ivar, CodeGenFunction::Destroyer *destroyer, bool useEHCleanupForArray) argument
H A DCGClass.cpp1632 bool useEHCleanupForArray; member in class:__anon419::final
1636 bool useEHCleanupForArray)
1638 useEHCleanupForArray(useEHCleanupForArray) {}
1649 flags.isForNormalCleanup() && useEHCleanupForArray);
1635 DestroyField(const FieldDecl *field, CodeGenFunction::Destroyer *destroyer, bool useEHCleanupForArray) argument
H A DCodeGenFunction.h2055 Destroyer *destroyer, bool useEHCleanupForArray);
2058 bool useEHCleanupForArray);
2064 bool useEHCleanupForArray);
2067 bool useEHCleanupForArray,

Completed in 109 milliseconds