HomeSort by relevance Sort by last modified time
    Searched defs:checkPostStmt (Results 1 - 14 of 14) 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,
AdjustedReturnValueChecker.cpp 29 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
33 void AdjustedReturnValueChecker::checkPostStmt(const CallExpr *CE,
NoReturnFunctionChecker.cpp 31 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
37 void NoReturnFunctionChecker::checkPostStmt(const CallExpr *CE,
UndefCapturedBlockVarChecker.cpp 32 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
54 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE,
UndefResultChecker.cpp 33 void checkPostStmt(const BinaryOperator *B, CheckerContext &C) const;
37 void UndefResultChecker::checkPostStmt(const BinaryOperator *B,
CheckerDocumentation.cpp 76 void checkPostStmt(const CallExpr *DS, CheckerContext &C) const;
228 void CheckerDocumentation::checkPostStmt(const CallExpr *DS,
PthreadLockChecker.cpp 36 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
57 void PthreadLockChecker::checkPostStmt(const CallExpr *CE,
ObjCContainersChecker.cpp 54 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
88 void ObjCContainersChecker::checkPostStmt(const CallExpr *CE,
IdempotentOperationChecker.cpp 74 void checkPostStmt(const BinaryOperator *B, CheckerContext &C) const;
328 void IdempotentOperationChecker::checkPostStmt(const BinaryOperator *B,
357 // checkPreStmt and part in checkPostStmt.
ObjCSelfInitChecker.cpp 67 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const;
70 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
75 void checkPostStmt(const CallOrObjCMessage &CE, CheckerContext &C) const;
210 checkPostStmt(MsgWrapper, C);
218 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E,
264 void ObjCSelfInitChecker::checkPostStmt(const CallExpr *CE,
267 checkPostStmt(CEWrapper, C);
299 void ObjCSelfInitChecker::checkPostStmt(const CallOrObjCMessage &CE,
GenericTaintChecker.cpp 35 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
36 void checkPostStmt(const DeclRefExpr *DRE, CheckerContext &C) const;
291 void GenericTaintChecker::checkPostStmt(const CallExpr *CE,
MacOSKeychainAPIChecker.cpp 60 void checkPostStmt(const CallExpr *S, CheckerContext &C) const;
305 // tracking when the second allocator is processed in checkPostStmt().
446 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE,
MallocChecker.cpp 119 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
120 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
359 void MallocChecker::checkPostStmt(const CallExpr *CE, CheckerContext &C) const {
    [all...]
RetainCountChecker.cpp     [all...]

Completed in 242 milliseconds