| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ReturnPointerRangeChecker.cpp | 39 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
|
| H A D | ReturnUndefChecker.cpp | 41 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
|
| H A D | IdenticalExprChecker.cpp | 371 return isIdenticalStmt(Ctx, ReturnStmt1->getRetValue(), in isIdenticalStmt() 372 ReturnStmt2->getRetValue(), IgnoreSideEffects); in isIdenticalStmt()
|
| H A D | ObjCSelfInitChecker.cpp | 217 checkForInvalidSelf(S->getRetValue(), C, in checkPreStmt()
|
| H A D | StackAddrEscapeChecker.cpp | 253 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
|
| H A D | NullabilityChecker.cpp | 527 auto RetExpr = S->getRetValue(); in checkPreStmt()
|
| H A D | MallocChecker.cpp | 2467 const Expr *E = S->getRetValue(); in checkEscapeOnReturn()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| H A D | TransAutoreleasePool.cpp | 308 if ((retS->getRetValue() == nullptr || in handlePoolScope() 309 isa<DeclRefExpr>(retS->getRetValue()->IgnoreParenCasts())) && in handlePoolScope()
|
| H A D | TransRetainReleaseDealloc.cpp | 199 return RefD == getReferencedDecl(RetS->getRetValue()); in isReturnedAfterAutorelease()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | Environment.cpp | 116 if (const Expr *RE = RS->getRetValue()) in getSVal()
|
| H A D | ExprEngineCXX.cpp | 217 const Expr *RetE = RCC->getReturnStmt()->getRetValue(); in prepareForObjectConstruction()
|
| H A D | ExprEngineCallAndReturn.cpp | 1082 if (RS->getRetValue()) { in VisitReturnStmt()
|
| H A D | BugReporterVisitors.cpp | 873 const Expr *RetE = Ret->getRetValue(); in visitNodeInitial()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | ConstructionContext.cpp | 122 assert(!RS->getRetValue()->getType().getCanonicalType() in createBoundTemporaryFromLayers()
|
| H A D | ReachableCode.cpp | 97 if (const Expr *RE = RS->getRetValue()) { in isDeadReturn()
|
| H A D | Consumed.cpp | 881 InfoEntry Entry = findInfo(Ret->getRetValue()); in VisitReturnStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 596 if (Expr *retValue = ret->getRetValue()) in findEnumForBlockReturn() 630 Expr *retValue = ret->getRetValue(); in adjustBlockReturnsToEnum() 719 const Expr *RetE = RS->getRetValue(); in deduceClosureReturnType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 425 if (S->getRetValue()) in VisitReturnStmt() 426 Visit(S->getRetValue()); in VisitReturnStmt()
|
| H A D | CoverageMappingGen.cpp | 900 if (S->getRetValue()) in VisitReturnStmt() 901 Visit(S->getRetValue()); in VisitReturnStmt()
|
| H A D | CGStmt.cpp | 1041 const Expr *RV = S.getRetValue(); in EmitReturnStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 403 if (Node->getRetValue()) { in VisitReturnStmt() 405 PrintExpr(Node->getRetValue()); in VisitReturnStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Stmt.h | 2476 Expr *getRetValue() { return reinterpret_cast<Expr *>(RetExpr); } in getRetValue() function 2477 const Expr *getRetValue() const { return reinterpret_cast<Expr *>(RetExpr); } in getRetValue() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 986 const Expr *RetE = S->getRetValue(); in processReturn()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 6158 if (const auto *RetValue = Node.getRetValue()) in AST_MATCHER_P()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 256 Record.AddStmt(S->getRetValue()); in VisitReturnStmt()
|