HomeSort by: relevance | last modified time | path
    Searched defs:Except (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
IntrinsicInst.cpp 214 Optional<fp::ExceptionBehavior> Except = getExceptionBehavior();
215 if (Except) {
216 if (Except.getValue() != fp::ebIgnore)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGException.cpp 407 // to a copy constructor, then according to [except.terminate]p1 we
758 // consistent with MSVC's behavior, except in the presence of -EHa
1264 // [except.handle]p11:
1723 // Except _leave and fall-through at the end, all other exits in a _try
2055 const SEHExceptStmt &Except) {
2056 const Expr *FilterExpr = Except.getFilterExpr();
2163 const SEHExceptStmt *Except = S.getExceptHandler();
2164 assert(Except);
2173 ConstantEmitter(*this).tryEmitAbstract(Except->getFilterExpr(),
2184 HelperCGF.GenerateSEHFilterFunction(*this, *Except);
    [all...]

Completed in 34 milliseconds