Searched refs:EmitSEHLeaveStmt (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp2163 void CodeGenFunction::EmitSEHLeaveStmt(const SEHLeaveStmt &S) { function in class:CodeGenFunction
H A DCGStmt.cpp387 case Stmt::SEHLeaveStmtClass: EmitSEHLeaveStmt(cast<SEHLeaveStmt>(*S)); break;
H A DCodeGenFunction.h3134 void EmitSEHLeaveStmt(const SEHLeaveStmt &S);

Completed in 69 milliseconds