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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp465 bool useEHCleanupForArray)
467 useEHCleanupForArray(useEHCleanupForArray) {}
472 bool useEHCleanupForArray; member in struct:__anon1703::final
476 bool useEHCleanupForArray = variable
477 flags.isForNormalCleanup() && this->useEHCleanupForArray;
479 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray);
2082 bool useEHCleanupForArray) {
2084 destroyer, useEHCleanupForArray);
2093 Destroyer *destroyer, bool useEHCleanupForArray) {
463 DestroyObject(Address addr, QualType type, CodeGenFunction::Destroyer *destroyer, bool useEHCleanupForArray) argument
2080 pushDestroy(CleanupKind cleanupKind, Address addr, QualType type, Destroyer *destroyer, bool useEHCleanupForArray) argument
2091 pushLifetimeExtendedDestroy( CleanupKind cleanupKind, Address addr, QualType type, Destroyer *destroyer, bool useEHCleanupForArray) argument
2100 destroyer, useEHCleanupForArray); local
2119 emitDestroy(Address addr, QualType type, Destroyer *destroyer, bool useEHCleanupForArray) argument
[all...]
H A DCGDeclCXX.cpp857 bool useEHCleanupForArray, const VarDecl *VD) {
873 emitDestroy(addr, type, destroyer, useEHCleanupForArray);
855 generateDestroyHelper( Address addr, QualType type, Destroyer *destroyer, bool useEHCleanupForArray, const VarDecl *VD) argument
H A DCGClass.cpp1636 bool useEHCleanupForArray; member in class:__anon1690::final
1640 bool useEHCleanupForArray)
1642 useEHCleanupForArray(useEHCleanupForArray) {}
1653 flags.isForNormalCleanup() && useEHCleanupForArray);
1639 DestroyField(const FieldDecl *field, CodeGenFunction::Destroyer *destroyer, bool useEHCleanupForArray) argument
H A DCGObjC.cpp1523 bool useEHCleanupForArray; member in struct:__anon1736::final
1527 bool useEHCleanupForArray)
1529 useEHCleanupForArray(useEHCleanupForArray) {}
1535 flags.isForNormalCleanup() && useEHCleanupForArray);
1525 DestroyIvar(llvm::Value *addr, const ObjCIvarDecl *ivar, CodeGenFunction::Destroyer *destroyer, bool useEHCleanupForArray) argument
H A DCodeGenFunction.h1912 Destroyer *destroyer, bool useEHCleanupForArray);
1915 bool useEHCleanupForArray);
1921 bool useEHCleanupForArray);
1924 bool useEHCleanupForArray,

Completed in 74 milliseconds