Searched refs:getRetValue (Results 1 - 25 of 30) sorted by relevance

12

/external/clang/lib/StaticAnalyzer/Checkers/
H A DReturnPointerRangeChecker.cpp39 const Expr *RetE = RS->getRetValue();
H A DReturnUndefChecker.cpp41 const Expr *RetE = RS->getRetValue();
H A DIdenticalExprChecker.cpp368 return isIdenticalStmt(Ctx, ReturnStmt1->getRetValue(),
369 ReturnStmt2->getRetValue(), IgnoreSideEffects);
H A DObjCSelfInitChecker.cpp217 checkForInvalidSelf(S->getRetValue(), C,
H A DNullabilityChecker.cpp552 auto RetExpr = S->getRetValue();
/external/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp308 if ((retS->getRetValue() == nullptr ||
309 isa<DeclRefExpr>(retS->getRetValue()->IgnoreParenCasts())) &&
H A DTransRetainReleaseDealloc.cpp194 return RefD == getReferencedDecl(RetS->getRetValue());
/external/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp99 if (const Expr *RE = RS->getRetValue())
H A DBugReporterVisitors.cpp96 return RS->getRetValue();
257 const Expr *RetE = Ret->getRetValue();
H A DExprEngineCallAndReturn.cpp986 if (RS->getRetValue()) {
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp285 if (S->getRetValue())
286 Visit(S->getRetValue());
H A DCoverageMappingGen.cpp628 if (S->getRetValue())
629 Visit(S->getRetValue());
H A DCGStmt.cpp1001 const Expr *RV = S.getRetValue();
/external/clang/lib/Sema/
H A DSemaLambda.cpp561 if (Expr *retValue = ret->getRetValue())
595 Expr *retValue = ret->getRetValue();
687 const Expr *RetE = RS->getRetValue();
/external/clang/lib/Analysis/
H A DReachableCode.cpp74 if (const Expr *RE = RS->getRetValue()) {
H A DConsumed.cpp896 InfoEntry Entry = findInfo(Ret->getRetValue());
/external/clang/lib/AST/
H A DStmt.cpp899 const Expr* ReturnStmt::getRetValue() const { function in class:ReturnStmt
902 Expr* ReturnStmt::getRetValue() { function in class:ReturnStmt
H A DStmtPrinter.cpp367 if (Node->getRetValue()) {
369 PrintExpr(Node->getRetValue());
H A DASTImporter.cpp5148 Expr *ToRetExpr = Importer.Import(S->getRetValue());
5149 if (!ToRetExpr && S->getRetValue())
/external/clang/include/clang/AST/
H A DStmt.h1381 const Expr *getRetValue() const;
1382 Expr *getRetValue();
/external/swiftshader/third_party/subzero/src/
H A DIceInst.cpp926 Type Ty = hasRetValue() ? getRetValue()->getType() : IceType_void;
H A DIceInst.h704 Operand *getRetValue() const { function in class:Ice::InstRet
/external/v8/tools/gcmole/
H A Dgcmole.cc1089 VisitExpr(stmt->getRetValue(), env);
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5317 if (const auto *RetValue = Node.getRetValue())
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp218 Record.AddStmt(S->getRetValue());

Completed in 968 milliseconds

12