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

  /external/clang/lib/CodeGen/
CGStmt.cpp 134 case Stmt::ReturnStmtClass: EmitReturnStmt(cast<ReturnStmt>(*S)); break;
792 /// EmitReturnStmt - Note that due to GCC extensions, this can have an operand
795 void CodeGenFunction::EmitReturnStmt(const ReturnStmt &S) {
    [all...]
CodeGenFunction.h     [all...]
CGObjC.cpp 821 EmitReturnStmt(ret);
    [all...]

Completed in 33 milliseconds