| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ReturnValueChecker.cpp | 119 if (!RS || !RS->getRetValue()) in checkEndFunction() 137 SVal ReturnV = State->getSVal(RS->getRetValue(), C.getLocationContext()); in checkEndFunction()
|
| H A D | ReturnPointerRangeChecker.cpp | 39 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
|
| H A D | ReturnUndefChecker.cpp | 40 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 | 287 bugreporter::trackExpressionValue(N, RS->getRetValue(), *R, in checkReturnAux()
|
| H A D | ObjCSelfInitChecker.cpp | 216 checkForInvalidSelf(S->getRetValue(), C, in checkPreStmt()
|
| H A D | StackAddrEscapeChecker.cpp | 257 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
|
| H A D | NullabilityChecker.cpp | 571 auto RetExpr = S->getRetValue(); in checkPreStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | TransAutoreleasePool.cpp | 307 if ((retS->getRetValue() == nullptr || in handlePoolScope() 308 isa<DeclRefExpr>(retS->getRetValue()->IgnoreParenCasts())) && in handlePoolScope()
|
| H A D | TransRetainReleaseDealloc.cpp | 198 return RefD == getReferencedDecl(RetS->getRetValue()); in isReturnedAfterAutorelease()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | ByteCodeStmtGen.cpp | 164 if (const Expr *RE = RS->getRetValue()) { in visitReturnStmt()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | Environment.cpp | 125 if (const Expr *RE = RS->getRetValue()) in getSVal()
|
| H A D | ExprEngineCallAndReturn.cpp | 1144 if (RS->getRetValue()) { in VisitReturnStmt()
|
| H A D | ExprEngineCXX.cpp | 223 const Expr *RetE = RCC->getReturnStmt()->getRetValue(); in computeObjectUnderConstruction()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 443 if (S->getRetValue()) in VisitReturnStmt() 444 Visit(S->getRetValue()); in VisitReturnStmt()
|
| H A D | CoverageMappingGen.cpp | 1012 if (S->getRetValue()) in VisitReturnStmt() 1013 Visit(S->getRetValue()); in VisitReturnStmt()
|
| H A D | CGStmt.cpp | 668 musttail = cast<CallExpr>(R->getRetValue()->IgnoreParens()); in EmitAttributedStmt() 1199 const Expr *RV = S.getRetValue(); in EmitReturnStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 639 if (Expr *retValue = ret->getRetValue()) in findEnumForBlockReturn() 673 Expr *retValue = ret->getRetValue(); in adjustBlockReturnsToEnum() 763 const Expr *RetE = RS->getRetValue(); in deduceClosureReturnType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 399 if (Node->getRetValue()) { in VisitReturnStmt() 401 PrintExpr(Node->getRetValue()); in VisitReturnStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Stmt.h | 2764 Expr *getRetValue() { return reinterpret_cast<Expr *>(RetExpr); } in getRetValue() function 2765 const Expr *getRetValue() const { return reinterpret_cast<Expr *>(RetExpr); } in getRetValue() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 978 const Expr *RetE = S->getRetValue(); in processReturn()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1507 Builder.markExprChild(S->getRetValue(), syntax::NodeRole::ReturnValue); in WalkUpFromReturnStmt()
|