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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
ReturnPointerRangeChecker.cpp 39 const Expr *RetE = RS->getRetValue();
ReturnUndefChecker.cpp 41 const Expr *RetE = RS->getRetValue();
IdenticalExprChecker.cpp 368 return isIdenticalStmt(Ctx, ReturnStmt1->getRetValue(),
369 ReturnStmt2->getRetValue(), IgnoreSideEffects);
ObjCSelfInitChecker.cpp 217 checkForInvalidSelf(S->getRetValue(), C,
NullabilityChecker.cpp 552 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 96 return RS->getRetValue();
257 const Expr *RetE = Ret->getRetValue();
    [all...]
ExprEngineCallAndReturn.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 285 if (S->getRetValue())
286 Visit(S->getRetValue());
CoverageMappingGen.cpp 628 if (S->getRetValue())
629 Visit(S->getRetValue());
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 561 if (Expr *retValue = ret->getRetValue())
595 Expr *retValue = ret->getRetValue();
687 const Expr *RetE = RS->getRetValue();
    [all...]
  /external/clang/lib/Analysis/
ReachableCode.cpp 74 if (const Expr *RE = RS->getRetValue()) {
  /external/clang/lib/AST/
Stmt.cpp 899 const Expr* ReturnStmt::getRetValue() const {
902 Expr* ReturnStmt::getRetValue() {
    [all...]
StmtPrinter.cpp 367 if (Node->getRetValue()) {
369 PrintExpr(Node->getRetValue());
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 1889 milliseconds

1 2