Searched refs:pushFullExprCleanup (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp1343 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type,
1548 pushFullExprCleanup<IrregularPartialArrayDestroy>(EHCleanup,
1563 pushFullExprCleanup<RegularPartialArrayDestroy>(EHCleanup,
H A DCodeGenFunction.h314 /// pushFullExprCleanup - Push a cleanup to be run at the end of the
318 void pushFullExprCleanup(CleanupKind kind, A0 a0) { function in class:clang::CodeGen::CodeGenFunction
331 /// pushFullExprCleanup - Push a cleanup to be run at the end of the
335 void pushFullExprCleanup(CleanupKind kind, A0 a0, A1 a1) { function in class:clang::CodeGen::CodeGenFunction
349 /// pushFullExprCleanup - Push a cleanup to be run at the end of the
353 void pushFullExprCleanup(CleanupKind kind, A0 a0, A1 a1, A2 a2) { function in class:clang::CodeGen::CodeGenFunction
369 /// pushFullExprCleanup - Push a cleanup to be run at the end of the
373 void pushFullExprCleanup(CleanupKind kind, A0 a0, A1 a1, A2 a2, A3 a3) { function in class:clang::CodeGen::CodeGenFunction
H A DCGException.cpp380 CGF.pushFullExprCleanup<FreeException>(EHCleanup, addr);
H A DCGObjC.cpp1731 pushFullExprCleanup<CallObjCRelease>(getARCCleanupKind(), object);

Completed in 123 milliseconds