| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ReturnValueChecker.cpp | 121 if (!RS || !RS->getRetValue()) in checkEndFunction() 139 SVal ReturnV = State->getSVal(RS->getRetValue(), C.getLocationContext()); in checkEndFunction()
|
| H A D | ReturnUndefChecker.cpp | 40 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
|
| H A D | ReturnPointerRangeChecker.cpp | 42 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
|
| H A D | IdenticalExprChecker.cpp | 372 return isIdenticalStmt(Ctx, ReturnStmt1->getRetValue(), in isIdenticalStmt() 373 ReturnStmt2->getRetValue(), IgnoreSideEffects); in isIdenticalStmt()
|
| H A D | MIGChecker.cpp | 290 N, RS->getRetValue(), *R, in checkReturnAux()
|
| H A D | ObjCSelfInitChecker.cpp | 214 checkForInvalidSelf(S->getRetValue(), C, in checkPreStmt()
|
| H A D | StackAddrEscapeChecker.cpp | 255 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
|
| H A D | NullabilityChecker.cpp | 655 auto RetExpr = S->getRetValue(); in checkPreStmt()
|
| /freebsd-14.2/contrib/llvm-project/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 | 198 return RefD == getReferencedDecl(RetS->getRetValue()); in isReturnedAfterAutorelease()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ConstructionContext.cpp | 121 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 | 880 InfoEntry Entry = findInfo(Ret->getRetValue()); in VisitReturnStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | Environment.cpp | 127 if (const Expr *RE = RS->getRetValue()) in getSVal()
|
| H A D | ExprEngineCallAndReturn.cpp | 1313 if (RS->getRetValue()) { in VisitReturnStmt()
|
| H A D | ExprEngineCXX.cpp | 242 const Expr *RetE = RCC->getReturnStmt()->getRetValue(); in computeObjectUnderConstruction()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtCXX.h | 417 return RS ? RS->getRetValue() : nullptr; in getReturnValue()
|
| H A D | Stmt.h | 3048 Expr *getRetValue() { return reinterpret_cast<Expr *>(RetExpr); } in getRetValue() function 3049 const Expr *getRetValue() const { return reinterpret_cast<Expr *>(RetExpr); } in getRetValue() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 571 if (S->getRetValue()) in VisitReturnStmt() 572 Visit(S->getRetValue()); in VisitReturnStmt()
|
| H A D | CoverageMappingGen.cpp | 1430 if (S->getRetValue()) in VisitReturnStmt() 1431 Visit(S->getRetValue()); in VisitReturnStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | ByteCodeStmtGen.cpp | 335 if (const Expr *RE = RS->getRetValue()) { in visitReturnStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 592 if (Expr *retValue = ret->getRetValue()) in findEnumForBlockReturn() 626 Expr *retValue = ret->getRetValue(); in adjustBlockReturnsToEnum() 716 const Expr *RetE = RS->getRetValue(); in deduceClosureReturnType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | Transfer.cpp | 399 auto *Ret = S->getRetValue(); in VisitReturnStmt()
|
| H A D | DataflowEnvironment.cpp | 312 if (auto *Return = RS->getRetValue()) in getMemberForAccessor()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 482 if (Node->getRetValue()) { in VisitReturnStmt() 484 PrintExpr(Node->getRetValue()); in VisitReturnStmt()
|