Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmt.cpp268 return emitReturnStmt(cast<ReturnStmt>(*s)); in emitSimpleStmt()
372 mlir::LogicalResult CIRGenFunction::emitReturnStmt(const ReturnStmt &s) { in emitReturnStmt() function in CIRGenFunction
H A DCIRGenFunction.h1031 mlir::LogicalResult emitReturnStmt(const clang::ReturnStmt &s);