HomeSort by: relevance | last modified time | path
    Searched refs:isForEHCleanup (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
EHScopeStack.h 169 bool isForEHCleanup() const { return flags & F_IsForEH; }
170 bool isForNormalCleanup() const { return !isForEHCleanup(); }
CGException.cpp 1721 llvm::ConstantInt::get(CGF.ConvertType(ArgTys[0]), F.isForEHCleanup());
1728 if (!F.isForEHCleanup() && F.hasExitSwitch()) {
CGObjCMac.cpp 4341 if (flags.isForEHCleanup()) return;

Completed in 58 milliseconds