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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DReturnPointerRangeChecker.cpp38 const Expr *RetE = RS->getRetValue();
H A DReturnUndefChecker.cpp41 const Expr *RetE = RS->getRetValue();
H A DObjCSelfInitChecker.cpp220 checkForInvalidSelf(S->getRetValue(), C,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp308 if ((retS->getRetValue() == 0 ||
309 isa<DeclRefExpr>(retS->getRetValue()->IgnoreParenCasts())) &&
H A DTransRetainReleaseDealloc.cpp200 return RefD == getReferencedDecl(RetS->getRetValue());
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp97 if (const Expr *RE = RS->getRetValue())
H A DBugReporterVisitors.cpp95 return RS->getRetValue();
260 const Expr *RetE = Ret->getRetValue();
H A DExprEngineCallAndReturn.cpp999 if (RS->getRetValue()) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp476 if (Expr *retValue = ret->getRetValue())
510 Expr *retValue = ret->getRetValue();
596 const Expr *RetE = RS->getRetValue();
H A DTreeTransform.h5686 ExprResult Result = getDerived().TransformExpr(S->getRetValue());
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DStmtPrinter.cpp373 if (Node->getRetValue()) {
375 PrintExpr(Node->getRetValue());
H A DStmt.cpp954 const Expr* ReturnStmt::getRetValue() const { function in class:ReturnStmt
957 Expr* ReturnStmt::getRetValue() { function in class:ReturnStmt
H A DExprConstant.cpp3307 const Expr *RetExpr = cast<ReturnStmt>(S)->getRetValue();
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1332 const Expr *getRetValue() const;
1333 Expr *getRetValue();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp932 InfoEntry Entry = PropagationMap.find(Ret->getRetValue());
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp797 const Expr *RV = S.getRetValue();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp207 Writer.AddStmt(S->getRetValue());

Completed in 301 milliseconds