Home
last modified time | relevance | path

Searched defs:checkPostStmt (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DTaintTesterChecker.cpp44 void TaintTesterChecker::checkPostStmt(const Expr *E, in checkPostStmt() function in TaintTesterChecker
DUndefResultChecker.cpp37 void UndefResultChecker::checkPostStmt(const BinaryOperator *B, in checkPostStmt() function in UndefResultChecker
DAdjustedReturnValueChecker.cpp33 void AdjustedReturnValueChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in AdjustedReturnValueChecker
DNoReturnFunctionChecker.cpp37 void NoReturnFunctionChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in NoReturnFunctionChecker
DObjCSelfInitChecker.cpp218 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E, in checkPostStmt() function in ObjCSelfInitChecker
264 void ObjCSelfInitChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in ObjCSelfInitChecker
299 void ObjCSelfInitChecker::checkPostStmt(const CallOrObjCMessage &CE, in checkPostStmt() function in ObjCSelfInitChecker
DUndefCapturedBlockVarChecker.cpp54 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in UndefCapturedBlockVarChecker
DPthreadLockChecker.cpp57 void PthreadLockChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in PthreadLockChecker
DObjCContainersChecker.cpp88 void ObjCContainersChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in ObjCContainersChecker
DCheckerDocumentation.cpp228 void CheckerDocumentation::checkPostStmt(const CallExpr *DS, in checkPostStmt() function in ento::CheckerDocumentation
DIdempotentOperationChecker.cpp328 void IdempotentOperationChecker::checkPostStmt(const BinaryOperator *B, in checkPostStmt() function in IdempotentOperationChecker
DRetainCountChecker.cpp2536 void RetainCountChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in RetainCountChecker
2576 void RetainCountChecker::checkPostStmt(const CastExpr *CE, in checkPostStmt() function in RetainCountChecker
2616 void RetainCountChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in RetainCountChecker
2647 void RetainCountChecker::checkPostStmt(const CXXConstructExpr *CE, in checkPostStmt() function in RetainCountChecker
2695 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt() function in RetainCountChecker
2701 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt() function in RetainCountChecker
DGenericTaintChecker.cpp291 void GenericTaintChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in GenericTaintChecker
DMacOSKeychainAPIChecker.cpp446 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in MacOSKeychainAPIChecker
DMallocChecker.cpp359 void MallocChecker::checkPostStmt(const CallExpr *CE, CheckerContext &C) const { in checkPostStmt() function in MallocChecker
1029 void MallocChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in MallocChecker