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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
TaintTesterChecker.cpp 35 void checkPostStmt(const Expr *E, CheckerContext &C) const;
44 void TaintTesterChecker::checkPostStmt(const Expr *E,
UndefCapturedBlockVarChecker.cpp 33 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
52 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE,
UndefResultChecker.cpp 34 void checkPostStmt(const BinaryOperator *B, CheckerContext &C) const;
38 void UndefResultChecker::checkPostStmt(const BinaryOperator *B,
CheckerDocumentation.cpp 81 void checkPostStmt(const DeclStmt *DS, CheckerContext &C) const;
320 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS,
PointerArithChecker.cpp 69 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const;
70 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const;
71 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
220 void PointerArithChecker::checkPostStmt(const CallExpr *CE,
243 void PointerArithChecker::checkPostStmt(const CXXNewExpr *NE,
260 void PointerArithChecker::checkPostStmt(const CastExpr *CE,
ObjCContainersChecker.cpp 54 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
84 void ObjCContainersChecker::checkPostStmt(const CallExpr *CE,
DynamicTypeChecker.cpp 67 void checkPostStmt(const ImplicitCastExpr *CE, CheckerContext &C) const;
163 void DynamicTypeChecker::checkPostStmt(const ImplicitCastExpr *CE,
BasicObjCFoundationChecks.cpp 130 void checkPostStmt(const ObjCDictionaryLiteral *DL,
132 void checkPostStmt(const ObjCArrayLiteral *AL,
320 void NilArgChecker::checkPostStmt(const ObjCArrayLiteral *AL,
328 void NilArgChecker::checkPostStmt(const ObjCDictionaryLiteral *DL,
848 void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const;
    [all...]
ObjCSelfInitChecker.cpp 73 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const;
197 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E,
PthreadLockChecker.cpp 64 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
81 void PthreadLockChecker::checkPostStmt(const CallExpr *CE,
DebugCheckers.cpp 225 void checkPostStmt(const Stmt *S, CheckerContext &C) const {
DynamicTypePropagation.cpp 104 void checkPostStmt(const CastExpr *CastE, CheckerContext &C) const;
105 void checkPostStmt(const CXXNewExpr *NewE, CheckerContext &C) const;
294 void DynamicTypePropagation::checkPostStmt(const CXXNewExpr *NewE,
522 void DynamicTypePropagation::checkPostStmt(const CastExpr *CE,
    [all...]
GenericTaintChecker.cpp 36 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
285 void GenericTaintChecker::checkPostStmt(const CallExpr *CE,
MacOSKeychainAPIChecker.cpp 58 void checkPostStmt(const CallExpr *S, CheckerContext &C) const;
294 // tracking when the second allocator is processed in checkPostStmt().
441 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE,
MallocChecker.cpp 202 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
203 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const;
206 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
748 void MallocChecker::checkPostStmt(const CallExpr *CE, CheckerContext &C) const {
814 // processed by the checkPostStmt callbacks for CXXNewExpr and
    [all...]
NullabilityChecker.cpp 112 void checkPostStmt(const ExplicitCastExpr *CE, CheckerContext &C) const;
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 104 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
Checker.h 104 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/
Checker.h 104 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/
Checker.h 104 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/
Checker.h 104 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/
Checker.h 104 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/
Checker.h 104 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/
Checker.h 104 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
Checker.h 104 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C);

Completed in 860 milliseconds

1 2