reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

tools/clang/lib/Analysis/plugins/SampleAnalyzer/MainCallChecker.cpp
   18 void MainCallChecker::checkPreStmt(const CallExpr *CE,
tools/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp
   63   void checkPreStmt(const CastExpr *CE, CheckerContext &C) const {
   75   void checkPreStmt(const ArraySubscriptExpr *SubExpr,
   87   void checkPreStmt(const CXXNewExpr *NE, CheckerContext &C) const {
   97   void checkPreStmt(const OffsetOfExpr *OOE, CheckerContext &C) const {
tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
  427 void CFNumberChecker::checkPreStmt(const CallExpr *CE,
tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
 2275 void CStringChecker::checkPreStmt(const DeclStmt *DS, CheckerContext &C) const {
tools/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
  314 void CallAndMessageChecker::checkPreStmt(const CallExpr *CE,
  344 void CallAndMessageChecker::checkPreStmt(const CXXDeleteExpr *DE,
tools/clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp
   87 void CastSizeChecker::checkPreStmt(const CastExpr *CE,CheckerContext &C) const {
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  397 void ObjCDeallocChecker::checkPreStmt(
tools/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp
   56 void ConversionChecker::checkPreStmt(const ImplicitCastExpr *Cast,
tools/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
  331   void checkPreStmt(const Stmt *S, CheckerContext &C) const {
tools/clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp
   61 void DeleteWithNonVirtualDtorChecker::checkPreStmt(const CXXDeleteExpr *DE,
tools/clang/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp
   57 void DivZeroChecker::checkPreStmt(const BinaryOperator *B,
tools/clang/lib/StaticAnalyzer/Checkers/EnumCastOutOfRangeChecker.cpp
   92 void EnumCastOutOfRangeChecker::checkPreStmt(const CastExpr *CE,
tools/clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp
   34 void FixedAddressChecker::checkPreStmt(const BinaryOperator *B,
tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
  443 void GenericTaintChecker::checkPreStmt(const CallExpr *CE,
tools/clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
  100   void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const {
tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  249 void MacOSKeychainAPIChecker::checkPreStmt(const CallExpr *CE,
tools/clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp
  152 void MacOSXAPIChecker::checkPreStmt(const CallExpr *CE,
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 1418 void MallocChecker::checkPreStmt(const CXXDeleteExpr *DE,
 2722 void MallocChecker::checkPreStmt(const ReturnStmt *S,
tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  522 void NullabilityChecker::checkPreStmt(const ReturnStmt *S,
tools/clang/lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp
   36 void ObjCAtSyncChecker::checkPreStmt(const ObjCAtSynchronizedStmt *S,
tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
  109 void ObjCContainersChecker::checkPreStmt(const CallExpr *CE,
tools/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
  209 void ObjCSelfInitChecker::checkPreStmt(const ReturnStmt *S,
tools/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp
  275 void PointerArithChecker::checkPreStmt(const CastExpr *CE,
  296 void PointerArithChecker::checkPreStmt(const UnaryOperator *UOp,
  303 void PointerArithChecker::checkPreStmt(const ArraySubscriptExpr *SubsExpr,
  317 void PointerArithChecker::checkPreStmt(const BinaryOperator *BOp,
tools/clang/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp
   34 void PointerSubChecker::checkPreStmt(const BinaryOperator *B,
tools/clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp
   34 void ReturnPointerRangeChecker::checkPreStmt(const ReturnStmt *RS,
tools/clang/lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp
   38 void ReturnUndefChecker::checkPreStmt(const ReturnStmt *RS,
tools/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
  248 void StackAddrEscapeChecker::checkPreStmt(const ReturnStmt *RS,
tools/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
  200 void TestAfterDivZeroChecker::checkPreStmt(const BinaryOperator *B,
tools/clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp
   35 UndefinedArraySubscriptChecker::checkPreStmt(const ArraySubscriptExpr *A,
tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
  103 void UnixAPIMisuseChecker::checkPreStmt(const CallExpr *CE,
  459 void UnixAPIPortabilityChecker::checkPreStmt(const CallExpr *CE,
tools/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
   82 void VLASizeChecker::checkPreStmt(const DeclStmt *DS, CheckerContext &C) const {
tools/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
  186 void ValistChecker::checkPreStmt(const VAArgExpr *VAA,
tools/clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp
  209 void VforkChecker::checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const {