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

  /external/clang/lib/CodeGen/
EHScopeStack.h 158 bool isForEHCleanup() const { return flags & F_IsForEH; }
159 bool isForNormalCleanup() const { return !isForEHCleanup(); }
CGCleanup.cpp 478 if (flags.isForEHCleanup() && !CGF.getTarget().getCXXABI().isMicrosoft()) {
    [all...]
CGException.cpp     [all...]
CGObjCMac.cpp     [all...]

Completed in 35 milliseconds