HomeSort by relevance Sort by last modified time
    Searched refs:getRetValue (Results 1 - 18 of 18) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
ReturnPointerRangeChecker.cpp 38 const Expr *RetE = RS->getRetValue();
ReturnUndefChecker.cpp 41 const Expr *RetE = RS->getRetValue();
ObjCSelfInitChecker.cpp 220 checkForInvalidSelf(S->getRetValue(), C,
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 308 if ((retS->getRetValue() == 0 ||
309 isa<DeclRefExpr>(retS->getRetValue()->IgnoreParenCasts())) &&
TransRetainReleaseDealloc.cpp 200 return RefD == getReferencedDecl(RetS->getRetValue());
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 97 if (const Expr *RE = RS->getRetValue())
BugReporterVisitors.cpp 95 return RS->getRetValue();
260 const Expr *RetE = Ret->getRetValue();
    [all...]
ExprEngineCallAndReturn.cpp     [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 303 if (Expr *retValue = ret->getRetValue())
337 Expr *retValue = ret->getRetValue();
421 const Expr *RetE = RS->getRetValue();
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 373 if (Node->getRetValue()) {
375 PrintExpr(Node->getRetValue());
    [all...]
Stmt.cpp 954 const Expr* ReturnStmt::getRetValue() const {
957 Expr* ReturnStmt::getRetValue() {
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 1074 VisitExpr(stmt->getRetValue(), env);
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 1076 VisitExpr(stmt->getRetValue(), env);
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 797 const Expr *RV = S.getRetValue();
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 206 Writer.AddStmt(S->getRetValue());
    [all...]

Completed in 1008 milliseconds