HomeSort by: relevance | last modified time | path
    Searched refs:EmitReturnStmt (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 152 case Stmt::ReturnStmtClass: EmitReturnStmt(cast<ReturnStmt>(*S)); break;
1176 /// EmitReturnStmt - Note that due to GCC extensions, this can have an operand
1179 void CodeGenFunction::EmitReturnStmt(const ReturnStmt &S) {
CGObjC.cpp 1121 EmitReturnStmt(*ret);
CodeGenFunction.h 3189 void EmitReturnStmt(const ReturnStmt &S);

Completed in 26 milliseconds