Searched defs:Except (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/SemaCXX/
H A D__try.cpp62 void Except() { function in namespace:PR17584
75 template void Except<void>();
/external/clang/lib/CodeGen/
H A DCGException.cpp1482 const SEHExceptStmt &Except) {
1483 const Expr *FilterExpr = Except.getFilterExpr();
1619 const SEHExceptStmt *Except = S.getExceptHandler(); local
1620 assert(Except);
1626 CGM.EmitConstantExpr(Except->getFilterExpr(), getContext().IntTy, this);
1635 HelperCGF.GenerateSEHFilterFunction(*this, *Except);
1649 const SEHExceptStmt *Except = S.getExceptHandler(); local
1650 assert(Except && "__try must have __finally xor __except");
1679 EmitStmt(Except->getBlock());
1481 GenerateSEHFilterFunction(CodeGenFunction &ParentCGF, const SEHExceptStmt &Except) argument
/external/llvm/lib/MC/
H A DMCStreamer.cpp443 bool Except) {
448 if (!Except && !Unwind)
452 if (Except)
442 EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except) argument

Completed in 111 milliseconds