Searched defs:destroyer (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDeclCXX.cpp500 generateDestroyHelper( llvm::Constant *addr, QualType type, Destroyer *destroyer, bool useEHCleanupForArray, const VarDecl *VD) argument
H A DCGBlocks.cpp600 CodeGenFunction::Destroyer *destroyer; local
H A DCGDecl.cpp365 CodeGenFunction::Destroyer *destroyer; member in struct:__anon3218::DestroyObject
499 CodeGenFunction::Destroyer *destroyer = local
1214 CodeGenFunction::Destroyer *destroyer = 0; local
357 DestroyObject(llvm::Value *addr, QualType type, CodeGenFunction::Destroyer *destroyer, bool useEHCleanupForArray) argument
1340 pushDestroy(CleanupKind cleanupKind, llvm::Value *addr, QualType type, Destroyer *destroyer, bool useEHCleanupForArray) argument
1347 pushLifetimeExtendedDestroy( CleanupKind cleanupKind, llvm::Value *addr, QualType type, Destroyer *destroyer, bool useEHCleanupForArray) argument
1359 destroyer, useEHCleanupForArray); local
1378 emitDestroy(llvm::Value *addr, QualType type, Destroyer *destroyer, bool useEHCleanupForArray) argument
1413 emitArrayDestroy(llvm::Value *begin, llvm::Value *end, QualType type, Destroyer *destroyer, bool checkZeroLength, bool useEHCleanup) argument
1464 emitPartialArrayDestroy(CodeGenFunction &CGF, llvm::Value *begin, llvm::Value *end, QualType type, CodeGenFunction::Destroyer *destroyer) argument
1502 RegularPartialArrayDestroy(llvm::Value *arrayBegin, llvm::Value *arrayEnd, QualType elementType, CodeGenFunction::Destroyer *destroyer) argument
1523 IrregularPartialArrayDestroy(llvm::Value *arrayBegin, llvm::Value *arrayEndPointer, QualType elementType, CodeGenFunction::Destroyer *destroyer) argument
1544 pushIrregularPartialArrayCleanup(llvm::Value *arrayBegin, llvm::Value *arrayEndPointer, QualType elementType, Destroyer *destroyer) argument
1559 pushRegularPartialArrayCleanup(llvm::Value *arrayBegin, llvm::Value *arrayEnd, QualType elementType, Destroyer *destroyer) argument
[all...]
H A DCGClass.cpp1407 CodeGenFunction::Destroyer *destroyer; member in class:__anon3212::DestroyField
1411 DestroyField(const FieldDecl *field, CodeGenFunction::Destroyer *destroyer, argument
1623 Destroyer *destroyer = destroyCXXObject; local
H A DCGObjC.cpp1286 CodeGenFunction::Destroyer *destroyer; member in struct:__anon3237::DestroyIvar
1327 CodeGenFunction::Destroyer *destroyer = 0; local
1289 DestroyIvar(llvm::Value *addr, const ObjCIvarDecl *ivar, CodeGenFunction::Destroyer *destroyer, bool useEHCleanupForArray) argument

Completed in 84 milliseconds