HomeSort by relevance Sort by last modified time
    Searched refs:pushFullExprCleanup (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/CodeGen/
CGDecl.cpp     [all...]
CodeGenFunction.h 321 /// pushFullExprCleanup - Push a cleanup to be run at the end of the
325 void pushFullExprCleanup(CleanupKind kind, A0 a0) {
338 /// pushFullExprCleanup - Push a cleanup to be run at the end of the
342 void pushFullExprCleanup(CleanupKind kind, A0 a0, A1 a1) {
356 /// pushFullExprCleanup - Push a cleanup to be run at the end of the
360 void pushFullExprCleanup(CleanupKind kind, A0 a0, A1 a1, A2 a2) {
376 /// pushFullExprCleanup - Push a cleanup to be run at the end of the
380 void pushFullExprCleanup(CleanupKind kind, A0 a0, A1 a1, A2 a2, A3 a3) {
    [all...]
CGException.cpp 362 CGF.pushFullExprCleanup<FreeException>(EHCleanup, addr);
    [all...]
CGCall.cpp     [all...]
CGObjC.cpp     [all...]

Completed in 684 milliseconds