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

  /external/clang/lib/StaticAnalyzer/Checkers/
AdjustedReturnValueChecker.cpp 29 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
33 void AdjustedReturnValueChecker::checkPostStmt(const CallExpr *CE,
NoReturnFunctionChecker.cpp 28 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
33 void NoReturnFunctionChecker::checkPostStmt(const CallExpr *CE,
UndefResultChecker.cpp 32 void checkPostStmt(const BinaryOperator *B, CheckerContext &C) const;
36 void UndefResultChecker::checkPostStmt(const BinaryOperator *B,
UndefCapturedBlockVarChecker.cpp 31 void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
53 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE,
ObjCSelfInitChecker.cpp 75 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const;
78 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
218 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E,
276 void ObjCSelfInitChecker::checkPostStmt(const CallExpr *CE,
PthreadLockChecker.cpp 36 void checkPostStmt(const CallExpr *CE, CheckerContext &C) const;
57 void PthreadLockChecker::checkPostStmt(const CallExpr *CE,
IdempotentOperationChecker.cpp 73 void checkPostStmt(const BinaryOperator *B, CheckerContext &C) const;
329 void IdempotentOperationChecker::checkPostStmt(const BinaryOperator *B,
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 107 ((const CHECKER *)checker)->checkPostStmt(llvm::cast<STMT>(S), C);
  /external/clang/lib/StaticAnalyzer/Core/
CFRefCount.cpp     [all...]

Completed in 833 milliseconds