Lines Matching defs:Except
1751 // Except _leave and fall-through at the end, all other exits in a _try
2078 const SEHExceptStmt &Except) {
2079 const Expr *FilterExpr = Except.getFilterExpr();
2184 const SEHExceptStmt *Except = S.getExceptHandler();
2185 assert(Except);
2194 ConstantEmitter(*this).tryEmitAbstract(Except->getFilterExpr(),
2205 HelperCGF.GenerateSEHFilterFunction(*this, *Except);
2223 const SEHExceptStmt *Except = S.getExceptHandler();
2224 assert(Except && "__try must have __finally xor __except");
2270 EmitStmt(Except->getBlock());