Home
last modified time | relevance | path

Searched defs:getRetValue (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DStmt.cpp899 const Expr* ReturnStmt::getRetValue() const { in getRetValue() function in ReturnStmt
902 Expr* ReturnStmt::getRetValue() { in getRetValue() function in ReturnStmt
/external/swiftshader/third_party/subzero/src/
DIceInst.h718 Operand *getRetValue() const { in getRetValue() function
/external/llvm-project/clang/include/clang/AST/
DStmt.h2760 Expr *getRetValue() { return reinterpret_cast<Expr *>(RetExpr); } in getRetValue() function
2761 const Expr *getRetValue() const { return reinterpret_cast<Expr *>(RetExpr); } in getRetValue() function