/external/clang/lib/StaticAnalyzer/Checkers/ |
D | TaintTesterChecker.cpp | 44 void TaintTesterChecker::checkPostStmt(const Expr *E, in checkPostStmt() function in TaintTesterChecker
|
D | UndefResultChecker.cpp | 37 void UndefResultChecker::checkPostStmt(const BinaryOperator *B, in checkPostStmt() function in UndefResultChecker
|
D | AdjustedReturnValueChecker.cpp | 33 void AdjustedReturnValueChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in AdjustedReturnValueChecker
|
D | NoReturnFunctionChecker.cpp | 37 void NoReturnFunctionChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in NoReturnFunctionChecker
|
D | ObjCSelfInitChecker.cpp | 218 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
|
D | UndefCapturedBlockVarChecker.cpp | 54 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() function in UndefCapturedBlockVarChecker
|
D | PthreadLockChecker.cpp | 57 void PthreadLockChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in PthreadLockChecker
|
D | ObjCContainersChecker.cpp | 88 void ObjCContainersChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in ObjCContainersChecker
|
D | CheckerDocumentation.cpp | 228 void CheckerDocumentation::checkPostStmt(const CallExpr *DS, in checkPostStmt() function in ento::CheckerDocumentation
|
D | IdempotentOperationChecker.cpp | 328 void IdempotentOperationChecker::checkPostStmt(const BinaryOperator *B, in checkPostStmt() function in IdempotentOperationChecker
|
D | RetainCountChecker.cpp | 2536 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
|
D | GenericTaintChecker.cpp | 291 void GenericTaintChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in GenericTaintChecker
|
D | MacOSKeychainAPIChecker.cpp | 446 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt() function in MacOSKeychainAPIChecker
|
D | MallocChecker.cpp | 359 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
|