Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DReturnPointerRangeChecker.cpp39 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
H A DReturnUndefChecker.cpp41 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
H A DIdenticalExprChecker.cpp371 return isIdenticalStmt(Ctx, ReturnStmt1->getRetValue(), in isIdenticalStmt()
372 ReturnStmt2->getRetValue(), IgnoreSideEffects); in isIdenticalStmt()
H A DObjCSelfInitChecker.cpp217 checkForInvalidSelf(S->getRetValue(), C, in checkPreStmt()
H A DStackAddrEscapeChecker.cpp253 const Expr *RetE = RS->getRetValue(); in checkPreStmt()
H A DNullabilityChecker.cpp527 auto RetExpr = S->getRetValue(); in checkPreStmt()
H A DMallocChecker.cpp2467 const Expr *E = S->getRetValue(); in checkEscapeOnReturn()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp308 if ((retS->getRetValue() == nullptr || in handlePoolScope()
309 isa<DeclRefExpr>(retS->getRetValue()->IgnoreParenCasts())) && in handlePoolScope()
H A DTransRetainReleaseDealloc.cpp199 return RefD == getReferencedDecl(RetS->getRetValue()); in isReturnedAfterAutorelease()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp116 if (const Expr *RE = RS->getRetValue()) in getSVal()
H A DExprEngineCXX.cpp217 const Expr *RetE = RCC->getReturnStmt()->getRetValue(); in prepareForObjectConstruction()
H A DExprEngineCallAndReturn.cpp1082 if (RS->getRetValue()) { in VisitReturnStmt()
H A DBugReporterVisitors.cpp873 const Expr *RetE = Ret->getRetValue(); in visitNodeInitial()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DConstructionContext.cpp122 assert(!RS->getRetValue()->getType().getCanonicalType() in createBoundTemporaryFromLayers()
H A DReachableCode.cpp97 if (const Expr *RE = RS->getRetValue()) { in isDeadReturn()
H A DConsumed.cpp881 InfoEntry Entry = findInfo(Ret->getRetValue()); in VisitReturnStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp596 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 DCodeGenPGO.cpp425 if (S->getRetValue()) in VisitReturnStmt()
426 Visit(S->getRetValue()); in VisitReturnStmt()
H A DCoverageMappingGen.cpp900 if (S->getRetValue()) in VisitReturnStmt()
901 Visit(S->getRetValue()); in VisitReturnStmt()
H A DCGStmt.cpp1041 const Expr *RV = S.getRetValue(); in EmitReturnStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtPrinter.cpp403 if (Node->getRetValue()) { in VisitReturnStmt()
405 PrintExpr(Node->getRetValue()); in VisitReturnStmt()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h2476 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 DRetainCountChecker.cpp986 const Expr *RetE = S->getRetValue(); in processReturn()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6158 if (const auto *RetValue = Node.getRetValue()) in AST_MATCHER_P()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp256 Record.AddStmt(S->getRetValue()); in VisitReturnStmt()

12