Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DReturnValueChecker.cpp121 if (!RS || !RS->getRetValue()) in checkEndFunction()
139 SVal ReturnV = State->getSVal(RS->getRetValue(), C.getLocationContext()); in checkEndFunction()
H A DReturnUndefChecker.cpp40 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
H A DReturnPointerRangeChecker.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.cpp290 N, RS->getRetValue(), *R, in checkReturnAux()
H A DObjCSelfInitChecker.cpp217 checkForInvalidSelf(S->getRetValue(), C, in checkPreStmt()
H A DStackAddrEscapeChecker.cpp249 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
H A DNullabilityChecker.cpp620 auto RetExpr = S->getRetValue(); in checkPreStmt()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp308 if ((retS->getRetValue() == nullptr || in handlePoolScope()
309 isa<DeclRefExpr>(retS->getRetValue()->IgnoreParenCasts())) && in handlePoolScope()
H A DTransRetainReleaseDealloc.cpp198 return RefD == getReferencedDecl(RetS->getRetValue()); in isReturnedAfterAutorelease()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DConstructionContext.cpp121 assert(!RS->getRetValue()->getType().getCanonicalType() in createBoundTemporaryFromLayers()
H A DReachableCode.cpp96 if (const Expr *RE = RS->getRetValue()) { in isDeadReturn()
H A DConsumed.cpp880 InfoEntry Entry = findInfo(Ret->getRetValue()); in VisitReturnStmt()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp125 if (const Expr *RE = RS->getRetValue()) in getSVal()
H A DExprEngineCallAndReturn.cpp1315 if (RS->getRetValue()) { in VisitReturnStmt()
H A DExprEngineCXX.cpp241 const Expr *RetE = RCC->getReturnStmt()->getRetValue(); in computeObjectUnderConstruction()
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp226 if (const Expr *RE = RS->getRetValue()) { in visitReturnStmt()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtCXX.h413 return RS->getRetValue(); in getReturnValue()
H A DStmt.h2837 Expr *getRetValue() { return reinterpret_cast<Expr *>(RetExpr); } in getRetValue() function
2838 const Expr *getRetValue() const { return reinterpret_cast<Expr *>(RetExpr); } in getRetValue() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenPGO.cpp444 if (S->getRetValue()) in VisitReturnStmt()
445 Visit(S->getRetValue()); in VisitReturnStmt()
H A DCoverageMappingGen.cpp1022 if (S->getRetValue()) in VisitReturnStmt()
1023 Visit(S->getRetValue()); in VisitReturnStmt()
H A DCGStmt.cpp720 musttail = cast<CallExpr>(R->getRetValue()->IgnoreParens()); in EmitAttributedStmt()
1306 const Expr *RV = S.getRetValue(); in EmitReturnStmt()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp649 if (Expr *retValue = ret->getRetValue()) in findEnumForBlockReturn()
683 Expr *retValue = ret->getRetValue(); in adjustBlockReturnsToEnum()
773 const Expr *RetE = RS->getRetValue(); in deduceClosureReturnType()
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp438 auto *Ret = S->getRetValue(); in VisitReturnStmt()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtPrinter.cpp479 if (Node->getRetValue()) { in VisitReturnStmt()
481 PrintExpr(Node->getRetValue()); in VisitReturnStmt()

12