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

  /external/clang/lib/StaticAnalyzer/Checkers/
ReturnPointerRangeChecker.cpp 39 const Expr *RetE = RS->getRetValue();
ReturnUndefChecker.cpp 41 const Expr *RetE = RS->getRetValue();
IdenticalExprChecker.cpp 370 return isIdenticalStmt(Ctx, ReturnStmt1->getRetValue(),
371 ReturnStmt2->getRetValue(), IgnoreSideEffects);
ObjCSelfInitChecker.cpp 217 checkForInvalidSelf(S->getRetValue(), C,
NullabilityChecker.cpp 471 auto RetExpr = S->getRetValue();
    [all...]
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 308 if ((retS->getRetValue() == nullptr ||
309 isa<DeclRefExpr>(retS->getRetValue()->IgnoreParenCasts())) &&
TransRetainReleaseDealloc.cpp 194 return RefD == getReferencedDecl(RetS->getRetValue());
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 99 if (const Expr *RE = RS->getRetValue())
BugReporterVisitors.cpp 95 return RS->getRetValue();
256 const Expr *RetE = Ret->getRetValue();
    [all...]
ExprEngineCallAndReturn.cpp     [all...]
  /external/clang/lib/AST/
Stmt.cpp 888 const Expr* ReturnStmt::getRetValue() const {
891 Expr* ReturnStmt::getRetValue() {
    [all...]
StmtPrinter.cpp 366 if (Node->getRetValue()) {
368 PrintExpr(Node->getRetValue());
    [all...]
ASTImporter.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 280 if (S->getRetValue())
281 Visit(S->getRetValue());
CoverageMappingGen.cpp 587 if (S->getRetValue())
588 Visit(S->getRetValue());
    [all...]
CGStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 560 if (Expr *retValue = ret->getRetValue())
594 Expr *retValue = ret->getRetValue();
684 const Expr *RetE = RS->getRetValue();
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Analysis/
ReachableCode.cpp 74 if (const Expr *RE = RS->getRetValue()) {
Consumed.cpp 890 InfoEntry Entry = findInfo(Ret->getRetValue());
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 1057 VisitExpr(stmt->getRetValue(), env);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 206 Writer.AddStmt(S->getRetValue());
    [all...]

Completed in 146 milliseconds