/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ReturnPointerRangeChecker.cpp | 39 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
|
D | ReturnUndefChecker.cpp | 41 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
|
D | IdenticalExprChecker.cpp | 368 return isIdenticalStmt(Ctx, ReturnStmt1->getRetValue(), in isIdenticalStmt() 369 ReturnStmt2->getRetValue(), IgnoreSideEffects); in isIdenticalStmt()
|
D | StackAddrEscapeChecker.cpp | 122 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
|
D | ObjCSelfInitChecker.cpp | 217 checkForInvalidSelf(S->getRetValue(), C, in checkPreStmt()
|
D | NullabilityChecker.cpp | 552 auto RetExpr = S->getRetValue(); in checkPreStmt()
|
/external/clang/lib/ARCMigrate/ |
D | TransAutoreleasePool.cpp | 308 if ((retS->getRetValue() == nullptr || in handlePoolScope() 309 isa<DeclRefExpr>(retS->getRetValue()->IgnoreParenCasts())) && in handlePoolScope()
|
D | TransRetainReleaseDealloc.cpp | 194 return RefD == getReferencedDecl(RetS->getRetValue()); in isReturnedAfterAutorelease()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | Environment.cpp | 99 if (const Expr *RE = RS->getRetValue()) in getSVal()
|
D | BugReporterVisitors.cpp | 96 return RS->getRetValue(); in GetRetValExpr() 257 const Expr *RetE = Ret->getRetValue(); in visitNodeInitial()
|
D | ExprEngineCallAndReturn.cpp | 986 if (RS->getRetValue()) { in VisitReturnStmt()
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 561 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/ |
D | CodeGenPGO.cpp | 285 if (S->getRetValue()) in VisitReturnStmt() 286 Visit(S->getRetValue()); in VisitReturnStmt()
|
D | CoverageMappingGen.cpp | 628 if (S->getRetValue()) in VisitReturnStmt() 629 Visit(S->getRetValue()); in VisitReturnStmt()
|
D | CGStmt.cpp | 1001 const Expr *RV = S.getRetValue(); in EmitReturnStmt()
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 899 const Expr* ReturnStmt::getRetValue() const { in getRetValue() function in ReturnStmt 902 Expr* ReturnStmt::getRetValue() { in getRetValue() function in ReturnStmt
|
D | StmtPrinter.cpp | 367 if (Node->getRetValue()) { in VisitReturnStmt() 369 PrintExpr(Node->getRetValue()); in VisitReturnStmt()
|
/external/clang/lib/Analysis/ |
D | ReachableCode.cpp | 74 if (const Expr *RE = RS->getRetValue()) { in isDeadReturn()
|
D | Consumed.cpp | 896 InfoEntry Entry = findInfo(Ret->getRetValue()); in VisitReturnStmt()
|
/external/bcc/src/cc/frontends/clang/ |
D | b_frontend_action.cc | 385 if (!TraverseStmt(R->getRetValue())) in VisitReturnStmt() 388 ProbeChecker checker = ProbeChecker(R->getRetValue(), ptregs_, in VisitReturnStmt()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1381 const Expr *getRetValue() const; 1382 Expr *getRetValue();
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.cpp | 926 Type Ty = hasRetValue() ? getRetValue()->getType() : IceType_void; in dump()
|
D | IceInst.h | 711 Operand *getRetValue() const { in getRetValue() function
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 1089 VisitExpr(stmt->getRetValue(), env); in DECL_VISIT_STMT()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 5317 if (const auto *RetValue = Node.getRetValue()) in AST_MATCHER_P()
|