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

  /external/clang/lib/CodeGen/
CGDecl.cpp     [all...]
CodeGenFunction.h 314 /// pushFullExprCleanup - Push a cleanup to be run at the end of the
318 void pushFullExprCleanup(CleanupKind kind, A0 a0) {
331 /// pushFullExprCleanup - Push a cleanup to be run at the end of the
335 void pushFullExprCleanup(CleanupKind kind, A0 a0, A1 a1) {
349 /// pushFullExprCleanup - Push a cleanup to be run at the end of the
353 void pushFullExprCleanup(CleanupKind kind, A0 a0, A1 a1, A2 a2) {
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) {
    [all...]
CGException.cpp 380 CGF.pushFullExprCleanup<FreeException>(EHCleanup, addr);
    [all...]
CGObjC.cpp     [all...]

Completed in 195 milliseconds