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,
RetainCountChecker.cpp     [all...]
  /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 123 if (const Expr *RE = RS->getRetValue())
BugReporterVisitors.cpp 88 return RS->getRetValue();
251 const Expr *RetE = Ret->getRetValue();
    [all...]
ExprEngineCallAndReturn.cpp 866 if (RS->getRetValue()) {
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 373 if (Node->getRetValue()) {
375 PrintExpr(Node->getRetValue());
    [all...]
Stmt.cpp 962 const Expr* ReturnStmt::getRetValue() const {
965 Expr* ReturnStmt::getRetValue() {
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 298 if (Expr *retValue = ret->getRetValue())
332 Expr *retValue = ret->getRetValue();
416 const Expr *RetE = RS->getRetValue();
    [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 1076 VisitExpr(stmt->getRetValue(), env);
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 756 const Expr *RV = S.getRetValue();
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 203 Writer.AddStmt(S->getRetValue());
    [all...]

Completed in 328 milliseconds