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 132 case Stmt::ReturnStmtClass: EmitReturnStmt(cast<ReturnStmt>(*S)); break;
739 /// EmitReturnStmt - Note that due to GCC extensions, this can have an operand
742 void CodeGenFunction::EmitReturnStmt(const ReturnStmt &S) {
    [all...]
CodeGenFunction.h     [all...]
CGObjC.cpp 793 EmitReturnStmt(ret);
    [all...]

Completed in 67 milliseconds