Home
last modified time | relevance | path

Searched refs:EmitGotoStmt (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmt.cpp184 case Stmt::GotoStmtClass: EmitGotoStmt(cast<GotoStmt>(*S)); break; in EmitSimpleStmt()
394 void CodeGenFunction::EmitGotoStmt(const GotoStmt &S) { in EmitGotoStmt() function in CodeGenFunction
DCodeGenFunction.h1818 void EmitGotoStmt(const GotoStmt &S);