Searched refs:getRetValue (Results 1 - 21 of 21) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DReturnPointerRangeChecker.cpp39 const Expr *RetE = RS->getRetValue();
H A DReturnUndefChecker.cpp41 const Expr *RetE = RS->getRetValue();
H A DIdenticalExprChecker.cpp351 return isIdenticalStmt(Ctx, ReturnStmt1->getRetValue(),
352 ReturnStmt2->getRetValue(), IgnoreSideEffects);
H A DObjCSelfInitChecker.cpp218 checkForInvalidSelf(S->getRetValue(), C,
/external/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp308 if ((retS->getRetValue() == nullptr ||
309 isa<DeclRefExpr>(retS->getRetValue()->IgnoreParenCasts())) &&
H A DTransRetainReleaseDealloc.cpp200 return RefD == getReferencedDecl(RetS->getRetValue());
/external/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp98 if (const Expr *RE = RS->getRetValue())
H A DBugReporterVisitors.cpp95 return RS->getRetValue();
260 const Expr *RetE = Ret->getRetValue();
H A DExprEngineCallAndReturn.cpp999 if (RS->getRetValue()) {
/external/clang/lib/Sema/
H A DSemaLambda.cpp560 if (Expr *retValue = ret->getRetValue())
594 Expr *retValue = ret->getRetValue();
680 const Expr *RetE = RS->getRetValue();
H A DTreeTransform.h5788 ExprResult Result = getDerived().TransformExpr(S->getRetValue());
/external/clang/lib/AST/
H A DStmtPrinter.cpp365 if (Node->getRetValue()) {
367 PrintExpr(Node->getRetValue());
H A DStmt.cpp952 const Expr* ReturnStmt::getRetValue() const { function in class:ReturnStmt
955 Expr* ReturnStmt::getRetValue() { function in class:ReturnStmt
H A DExprConstant.cpp3355 const Expr *RetExpr = cast<ReturnStmt>(S)->getRetValue();
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp435 if (S->getRetValue())
436 Visit(S->getRetValue());
H A DCGStmt.cpp985 const Expr *RV = S.getRetValue();
/external/clang/lib/Analysis/
H A DReachableCode.cpp74 if (const Expr *RE = RS->getRetValue()) {
H A DConsumed.cpp890 InfoEntry Entry = findInfo(Ret->getRetValue());
/external/clang/include/clang/AST/
H A DStmt.h1355 const Expr *getRetValue() const;
1356 Expr *getRetValue();
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc1057 VisitExpr(stmt->getRetValue(), env);
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp206 Writer.AddStmt(S->getRetValue());

Completed in 3845 milliseconds