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 172 bool isForEHCleanup() const { return flags & F_IsForEH; }
173 bool isForNormalCleanup() const { return !isForEHCleanup(); }
CGException.cpp     [all...]
CGObjCMac.cpp     [all...]

Completed in 148 milliseconds