Home
last modified time | relevance | path

Searched refs:getRetValue (Results 1 – 16 of 16) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DReturnUndefChecker.cpp37 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
DReturnPointerRangeChecker.cpp38 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
DStackAddrEscapeChecker.cpp113 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
DObjCSelfInitChecker.cpp237 checkForInvalidSelf(S->getRetValue(), C, in checkPreStmt()
DStreamChecker.cpp444 const Expr *RetE = S->getRetValue(); in checkPreStmt()
DMallocChecker.cpp622 const Expr *retExpr = S->getRetValue(); in checkPreStmt()
/external/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp309 if ((retS->getRetValue() == 0 || in handlePoolScope()
310 isa<DeclRefExpr>(retS->getRetValue()->IgnoreParenCasts())) && in handlePoolScope()
/external/clang/lib/AST/
DStmt.cpp724 const Expr* ReturnStmt::getRetValue() const { in getRetValue() function in ReturnStmt
727 Expr* ReturnStmt::getRetValue() { in getRetValue() function in ReturnStmt
DStmtPrinter.cpp329 if (Node->getRetValue()) { in VisitReturnStmt()
331 PrintExpr(Node->getRetValue()); in VisitReturnStmt()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp68 return RS->getRetValue(); in GetRetValExpr()
DCFRefCount.cpp2932 const Expr* RetE = S->getRetValue(); in evalReturn()
DExprEngine.cpp2840 if (const Expr *RetE = RS->getRetValue()) { in VisitReturnStmt()
/external/clang/include/clang/AST/
DStmt.h1186 const Expr *getRetValue() const;
1187 Expr *getRetValue();
/external/clang/lib/CodeGen/
DCGStmt.cpp739 const Expr *RV = S.getRetValue(); in EmitReturnStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp195 Writer.AddStmt(S->getRetValue()); in VisitReturnStmt()
/external/clang/lib/Sema/
DTreeTransform.h5246 ExprResult Result = getDerived().TransformExpr(S->getRetValue()); in TransformReturnStmt()