HomeSort by relevance Sort by last modified time
    Searched defs:checkPostStmt (Results 1 - 15 of 15) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
TaintTesterChecker.cpp 35 void checkPostStmt(const Expr *E, CheckerContext &C) const;
44 void TaintTesterChecker::checkPostStmt(const Expr *E,
NoReturnFunctionChecker.cpp 32 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
38 void NoReturnFunctionChecker::checkPostStmt(const CallExpr *CE,
UndefCapturedBlockVarChecker.cpp 33 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
55 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 80 void checkPostStmt(const DeclStmt *DS, CheckerContext &C) const;
294 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS,
DynamicTypePropagation.cpp 40 void checkPostStmt(const ImplicitCastExpr *CastE, CheckerContext &C) const;
174 void DynamicTypePropagation::checkPostStmt(const ImplicitCastExpr *CastE,
ObjCContainersChecker.cpp 53 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
80 void ObjCContainersChecker::checkPostStmt(const CallExpr *CE,
PthreadLockChecker.cpp 36 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
49 void PthreadLockChecker::checkPostStmt(const CallExpr *CE,
GenericTaintChecker.cpp 36 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
37 void checkPostStmt(const DeclRefExpr *DRE, CheckerContext &C) const;
286 void GenericTaintChecker::checkPostStmt(const CallExpr *CE,
IdempotentOperationChecker.cpp 75 void checkPostStmt(const BinaryOperator *B, CheckerContext &C) const;
330 void IdempotentOperationChecker::checkPostStmt(const BinaryOperator *B,
361 // checkPreStmt and part in checkPostStmt.
ObjCSelfInitChecker.cpp 67 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const;
201 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E,
MacOSKeychainAPIChecker.cpp 58 void checkPostStmt(const CallExpr *S, CheckerContext &C) const;
299 // tracking when the second allocator is processed in checkPostStmt().
442 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE,
BasicObjCFoundationChecks.cpp 679 void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const;
704 void ObjCLoopChecker::checkPostStmt(const ObjCForCollectionStmt *FCS,
MallocChecker.cpp 150 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
152 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
452 void MallocChecker::checkPostStmt(const CallExpr *CE, CheckerContext &C) const {
    [all...]
RetainCountChecker.cpp     [all...]

Completed in 193 milliseconds