Home
last modified time | relevance | path

Searched refs:getRetValue (Results 1 – 25 of 34) 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()
/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/bcc/src/cc/frontends/clang/
Db_frontend_action.cc385 if (!TraverseStmt(R->getRetValue())) in VisitReturnStmt()
388 ProbeChecker checker = ProbeChecker(R->getRetValue(), ptregs_, in VisitReturnStmt()
/external/clang/include/clang/AST/
DStmt.h1381 const Expr *getRetValue() const;
1382 Expr *getRetValue();
/external/swiftshader/third_party/subzero/src/
DIceInst.cpp926 Type Ty = hasRetValue() ? getRetValue()->getType() : IceType_void; in dump()
DIceInst.h711 Operand *getRetValue() const { in getRetValue() function
/external/v8/tools/gcmole/
Dgcmole.cc1089 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()

12