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

  /external/clang/lib/CodeGen/
EHScopeStack.h 151 bool isForEHCleanup() const { return flags & F_IsForEH; }
152 bool isForNormalCleanup() const { return !isForEHCleanup(); }
CGCleanup.cpp 472 if (flags.isForEHCleanup()) CGF.EHStack.pushTerminate();
495 if (flags.isForEHCleanup()) CGF.EHStack.popTerminate();
    [all...]
CGObjCMac.cpp     [all...]

Completed in 191 milliseconds