Home
last modified time | relevance | path

Searched refs:getRetValue (Results 1 – 25 of 35) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DReturnValueChecker.cpp119 if (!RS || !RS->getRetValue()) in checkEndFunction()
137 SVal ReturnV = State->getSVal(RS->getRetValue(), C.getLocationContext()); in checkEndFunction()
H A DReturnPointerRangeChecker.cpp39 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
H A DReturnUndefChecker.cpp40 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
H A DIdenticalExprChecker.cpp372 return isIdenticalStmt(Ctx, ReturnStmt1->getRetValue(), in isIdenticalStmt()
373 ReturnStmt2->getRetValue(), IgnoreSideEffects); in isIdenticalStmt()
H A DMIGChecker.cpp288 N, RS->getRetValue(), *R, in checkReturnAux()
H A DObjCSelfInitChecker.cpp216 checkForInvalidSelf(S->getRetValue(), C, in checkPreStmt()
H A DStackAddrEscapeChecker.cpp257 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
H A DNullabilityChecker.cpp571 auto RetExpr = S->getRetValue(); in checkPreStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp307 if ((retS->getRetValue() == nullptr || in handlePoolScope()
308 isa<DeclRefExpr>(retS->getRetValue()->IgnoreParenCasts())) && in handlePoolScope()
H A DTransRetainReleaseDealloc.cpp198 return RefD == getReferencedDecl(RetS->getRetValue()); in isReturnedAfterAutorelease()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp164 if (const Expr *RE = RS->getRetValue()) { in visitReturnStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp121 assert(!RS->getRetValue()->getType().getCanonicalType() in createBoundTemporaryFromLayers()
H A DReachableCode.cpp97 if (const Expr *RE = RS->getRetValue()) { in isDeadReturn()
H A DConsumed.cpp880 InfoEntry Entry = findInfo(Ret->getRetValue()); in VisitReturnStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp125 if (const Expr *RE = RS->getRetValue()) in getSVal()
H A DExprEngineCallAndReturn.cpp1144 if (RS->getRetValue()) { in VisitReturnStmt()
H A DExprEngineCXX.cpp223 const Expr *RetE = RCC->getReturnStmt()->getRetValue(); in computeObjectUnderConstruction()
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp140 Expr *E = Stmt->getRetValue(); in VisitReturnStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp443 if (S->getRetValue()) in VisitReturnStmt()
444 Visit(S->getRetValue()); in VisitReturnStmt()
H A DCoverageMappingGen.cpp1012 if (S->getRetValue()) in VisitReturnStmt()
1013 Visit(S->getRetValue()); in VisitReturnStmt()
H A DCGStmt.cpp671 musttail = cast<CallExpr>(R->getRetValue()->IgnoreParens()); in EmitAttributedStmt()
1234 const Expr *RV = S.getRetValue(); in EmitReturnStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp643 if (Expr *retValue = ret->getRetValue()) in findEnumForBlockReturn()
677 Expr *retValue = ret->getRetValue(); in adjustBlockReturnsToEnum()
767 const Expr *RetE = RS->getRetValue(); in deduceClosureReturnType()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp400 if (Node->getRetValue()) { in VisitReturnStmt()
402 PrintExpr(Node->getRetValue()); in VisitReturnStmt()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2764 Expr *getRetValue() { return reinterpret_cast<Expr *>(RetExpr); } in getRetValue() function
2765 const Expr *getRetValue() const { return reinterpret_cast<Expr *>(RetExpr); } in getRetValue() function
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp978 const Expr *RetE = S->getRetValue(); in processReturn()

12