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

  /external/clang/lib/StaticAnalyzer/Checkers/
ReturnUndefChecker.cpp 118 emitBug(C, *BT_NullReference, RetE, bugreporter::getDerefExpr(RetE));
DereferenceChecker.cpp 168 bugreporter::trackNullOrUndefValue(N, bugreporter::getDerefExpr(S), *report);
188 bugreporter::trackNullOrUndefValue(N, bugreporter::getDerefExpr(S),
NonNullParamChecker.cpp 201 const Expr *ArgEDeref = bugreporter::getDerefExpr(ArgE);
CallAndMessageChecker.cpp 101 BadE = bugreporter::getDerefExpr(BadE);
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 354 const Expr *getDerefExpr(const Stmt *S);
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 43 const Expr *bugreporter::getDerefExpr(const Stmt *S) {
67 return getDerefExpr(ME->getBase());
    [all...]

Completed in 636 milliseconds