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

1 2

  /external/clang/examples/analyzer-plugin/
MainCallChecker.cpp 14 void checkPreStmt(const CallExpr *CE, CheckerContext &C) const;
18 void MainCallChecker::checkPreStmt(const CallExpr *CE, CheckerContext &C) const {
  /external/clang/lib/StaticAnalyzer/Checkers/
FixedAddressChecker.cpp 31 void checkPreStmt(const BinaryOperator *B, CheckerContext &C) const;
35 void FixedAddressChecker::checkPreStmt(const BinaryOperator *B,
ReturnUndefChecker.cpp 30 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const;
34 void ReturnUndefChecker::checkPreStmt(const ReturnStmt *RS,
UndefinedArraySubscriptChecker.cpp 30 void checkPreStmt(const ArraySubscriptExpr *A, CheckerContext &C) const;
35 UndefinedArraySubscriptChecker::checkPreStmt(const ArraySubscriptExpr *A,
CastToStructChecker.cpp 30 void checkPreStmt(const CastExpr *CE, CheckerContext &C) const;
34 void CastToStructChecker::checkPreStmt(const CastExpr *CE,
DivZeroChecker.cpp 28 void checkPreStmt(const BinaryOperator *B, CheckerContext &C) const;
32 void DivZeroChecker::checkPreStmt(const BinaryOperator *B,
ObjCAtSyncChecker.cpp 33 void checkPreStmt(const ObjCAtSynchronizedStmt *S, CheckerContext &C) const;
37 void ObjCAtSyncChecker::checkPreStmt(const ObjCAtSynchronizedStmt *S,
PointerArithChecker.cpp 30 void checkPreStmt(const BinaryOperator *B, CheckerContext &C) const;
34 void PointerArithChecker::checkPreStmt(const BinaryOperator *B,
PointerSubChecker.cpp 31 void checkPreStmt(const BinaryOperator *B, CheckerContext &C) const;
35 void PointerSubChecker::checkPreStmt(const BinaryOperator *B,
ReturnPointerRangeChecker.cpp 30 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const;
34 void ReturnPointerRangeChecker::checkPreStmt(const ReturnStmt *RS,
CastSizeChecker.cpp 28 void checkPreStmt(const CastExpr *CE, CheckerContext &C) const;
32 void CastSizeChecker::checkPreStmt(const CastExpr *CE,CheckerContext &C) const {
AttrNonNullChecker.cpp 30 void checkPreStmt(const CallExpr *CE, CheckerContext &C) const;
34 void AttrNonNullChecker::checkPreStmt(const CallExpr *CE,
VLASizeChecker.cpp 33 void checkPreStmt(const DeclStmt *DS, CheckerContext &C) const;
37 void VLASizeChecker::checkPreStmt(const DeclStmt *DS, CheckerContext &C) const {
MacOSXAPIChecker.cpp 37 void checkPreStmt(const CallExpr *CE, CheckerContext &C) const;
93 void MacOSXAPIChecker::checkPreStmt(const CallExpr *CE,
ChrootChecker.cpp 55 void checkPreStmt(const CallExpr *CE, CheckerContext &C) const;
127 void ChrootChecker::checkPreStmt(const CallExpr *CE, CheckerContext &C) const {
IteratorsChecker.cpp 107 void checkPreStmt(const CXXOperatorCallExpr *OCE,
110 void checkPreStmt(const DeclStmt *DS,
113 void checkPreStmt(const CXXMemberCallExpr *MCE,
116 void checkPreStmt(const CallExpr *CE,
450 void IteratorsChecker::checkPreStmt(const CallExpr *CE,
466 void IteratorsChecker::checkPreStmt(const CXXOperatorCallExpr *OCE,
518 void IteratorsChecker::checkPreStmt(const DeclStmt *DS,
568 void IteratorsChecker::checkPreStmt(const CXXMemberCallExpr *MCE,
ObjCSelfInitChecker.cpp 77 void checkPreStmt(const ReturnStmt *S, CheckerContext &C) const;
78 void checkPreStmt(const CallExpr *CE, CheckerContext &C) const;
232 void ObjCSelfInitChecker::checkPreStmt(const ReturnStmt *S,
260 void ObjCSelfInitChecker::checkPreStmt(const CallExpr *CE,
StackAddrEscapeChecker.cpp 33 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const;
115 void StackAddrEscapeChecker::checkPreStmt(const ReturnStmt *RS,
UnixAPIChecker.cpp 35 void checkPreStmt(const CallExpr *CE, CheckerContext &C) const;
226 void UnixAPIChecker::checkPreStmt(const CallExpr *CE, CheckerContext &C) const {
BasicObjCFoundationChecks.cpp 149 void checkPreStmt(const CallExpr *CE, CheckerContext &C) const;
250 void CFNumberCreateChecker::checkPreStmt(const CallExpr *CE,
355 void checkPreStmt(const CallExpr *CE, CheckerContext &C) const;
360 void CFRetainReleaseChecker::checkPreStmt(const CallExpr *CE,
MacOSKeychainAPIChecker.cpp 57 void checkPreStmt(const CallExpr *S, CheckerContext &C) const;
58 void checkPreStmt(const ReturnStmt *S, CheckerContext &C) const;
282 void MacOSKeychainAPIChecker::checkPreStmt(const CallExpr *CE,
489 void MacOSKeychainAPIChecker::checkPreStmt(const ReturnStmt *S,
CallAndMessageChecker.cpp 38 void checkPreStmt(const CallExpr *CE, CheckerContext &C) const;
192 void CallAndMessageChecker::checkPreStmt(const CallExpr *CE,
IdempotentOperationChecker.cpp 72 void checkPreStmt(const BinaryOperator *B, CheckerContext &C) const;
111 void IdempotentOperationChecker::checkPreStmt(const BinaryOperator *B,
356 // checkPreStmt and part in checkPostStmt.
StreamChecker.cpp 79 void checkPreStmt(const ReturnStmt *S, CheckerContext &C) const;
443 void StreamChecker::checkPreStmt(const ReturnStmt *S, CheckerContext &C) const {
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 89 ((const CHECKER *)checker)->checkPreStmt(llvm::cast<STMT>(S), C);

Completed in 490 milliseconds

1 2