HomeSort by relevance Sort by last modified time
    Searched refs:EmitGotoStmt (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGStmt.cpp 215 case Stmt::GotoStmtClass: EmitGotoStmt(cast<GotoStmt>(*S)); break;
442 void CodeGenFunction::EmitGotoStmt(const GotoStmt &S) {
    [all...]
CodeGenFunction.h     [all...]

Completed in 43 milliseconds