Home
last modified time | relevance | path

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

12

/external/clang/lib/StaticAnalyzer/Checkers/
DReturnPointerRangeChecker.cpp39 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
DReturnUndefChecker.cpp41 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
DIdenticalExprChecker.cpp368 return isIdenticalStmt(Ctx, ReturnStmt1->getRetValue(), in isIdenticalStmt()
369 ReturnStmt2->getRetValue(), IgnoreSideEffects); in isIdenticalStmt()
DStackAddrEscapeChecker.cpp122 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
DObjCSelfInitChecker.cpp217 checkForInvalidSelf(S->getRetValue(), C, in checkPreStmt()
DNullabilityChecker.cpp552 auto RetExpr = S->getRetValue(); in checkPreStmt()
DMallocChecker.cpp2229 const Expr *E = S->getRetValue(); in checkPreStmt()
DRetainCountChecker.cpp3436 const Expr *RetE = S->getRetValue(); in checkPreStmt()
/external/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp308 if ((retS->getRetValue() == nullptr || in handlePoolScope()
309 isa<DeclRefExpr>(retS->getRetValue()->IgnoreParenCasts())) && in handlePoolScope()
DTransRetainReleaseDealloc.cpp194 return RefD == getReferencedDecl(RetS->getRetValue()); in isReturnedAfterAutorelease()
/external/clang/lib/StaticAnalyzer/Core/
DEnvironment.cpp99 if (const Expr *RE = RS->getRetValue()) in getSVal()
DBugReporterVisitors.cpp96 return RS->getRetValue(); in GetRetValExpr()
257 const Expr *RetE = Ret->getRetValue(); in visitNodeInitial()
DExprEngineCallAndReturn.cpp986 if (RS->getRetValue()) { in VisitReturnStmt()
/external/clang/lib/Sema/
DSemaLambda.cpp561 if (Expr *retValue = ret->getRetValue()) in findEnumForBlockReturn()
595 Expr *retValue = ret->getRetValue(); in adjustBlockReturnsToEnum()
687 const Expr *RetE = RS->getRetValue(); in deduceClosureReturnType()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp285 if (S->getRetValue()) in VisitReturnStmt()
286 Visit(S->getRetValue()); in VisitReturnStmt()
DCoverageMappingGen.cpp628 if (S->getRetValue()) in VisitReturnStmt()
629 Visit(S->getRetValue()); in VisitReturnStmt()
DCGStmt.cpp1001 const Expr *RV = S.getRetValue(); in EmitReturnStmt()
/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
DStmtPrinter.cpp367 if (Node->getRetValue()) { in VisitReturnStmt()
369 PrintExpr(Node->getRetValue()); in VisitReturnStmt()
/external/clang/lib/Analysis/
DReachableCode.cpp74 if (const Expr *RE = RS->getRetValue()) { in isDeadReturn()
DConsumed.cpp896 InfoEntry Entry = findInfo(Ret->getRetValue()); in VisitReturnStmt()
/external/clang/include/clang/AST/
DStmt.h1381 const Expr *getRetValue() const;
1382 Expr *getRetValue();
/external/v8/tools/gcmole/
Dgcmole.cc1057 VisitExpr(stmt->getRetValue(), env); in DECL_VISIT_STMT()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h5317 if (const auto *RetValue = Node.getRetValue()) in AST_MATCHER_P()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp218 Record.AddStmt(S->getRetValue()); in VisitReturnStmt()

12