OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkPostStmt
(Results
1 - 13
of
13
) 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,
UndefCapturedBlockVarChecker.cpp
33
void
checkPostStmt
(const BlockExpr *BE, CheckerContext &C) const;
55
UndefCapturedBlockVarChecker::
checkPostStmt
(const BlockExpr *BE,
UndefResultChecker.cpp
34
void
checkPostStmt
(const BinaryOperator *B, CheckerContext &C) const;
38
void UndefResultChecker::
checkPostStmt
(const BinaryOperator *B,
CheckerDocumentation.cpp
81
void
checkPostStmt
(const DeclStmt *DS, CheckerContext &C) const;
306
void CheckerDocumentation::
checkPostStmt
(const DeclStmt *DS,
DynamicTypePropagation.cpp
41
void
checkPostStmt
(const ImplicitCastExpr *CastE, CheckerContext &C) const;
42
void
checkPostStmt
(const CXXNewExpr *NewE, CheckerContext &C) const;
176
void DynamicTypePropagation::
checkPostStmt
(const ImplicitCastExpr *CastE,
195
void DynamicTypePropagation::
checkPostStmt
(const CXXNewExpr *NewE,
ObjCContainersChecker.cpp
53
void
checkPostStmt
(const CallExpr *CE, CheckerContext &C) const;
80
void ObjCContainersChecker::
checkPostStmt
(const CallExpr *CE,
BasicObjCFoundationChecks.cpp
130
void
checkPostStmt
(const ObjCDictionaryLiteral *DL,
132
void
checkPostStmt
(const ObjCArrayLiteral *AL,
322
void NilArgChecker::
checkPostStmt
(const ObjCArrayLiteral *AL,
330
void NilArgChecker::
checkPostStmt
(const ObjCDictionaryLiteral *DL,
850
void
checkPostStmt
(const ObjCForCollectionStmt *FCS, CheckerContext &C) const;
[
all
...]
ObjCSelfInitChecker.cpp
73
void
checkPostStmt
(const ObjCIvarRefExpr *E, CheckerContext &C) const;
198
void ObjCSelfInitChecker::
checkPostStmt
(const ObjCIvarRefExpr *E,
PthreadLockChecker.cpp
64
void
checkPostStmt
(const CallExpr *CE, CheckerContext &C) const;
81
void PthreadLockChecker::
checkPostStmt
(const CallExpr *CE,
MallocChecker.cpp
180
void
checkPostStmt
(const CallExpr *CE, CheckerContext &C) const;
181
void
checkPostStmt
(const CXXNewExpr *NE, CheckerContext &C) const;
184
void
checkPostStmt
(const BlockExpr *BE, CheckerContext &C) const;
665
void MallocChecker::
checkPostStmt
(const CallExpr *CE, CheckerContext &C) const {
720
// processed by the
checkPostStmt
callbacks for CXXNewExpr and
756
void MallocChecker::
checkPostStmt
(const CXXNewExpr *NE,
[
all
...]
GenericTaintChecker.cpp
36
void
checkPostStmt
(const CallExpr *CE, CheckerContext &C) const;
285
void GenericTaintChecker::
checkPostStmt
(const CallExpr *CE,
MacOSKeychainAPIChecker.cpp
58
void
checkPostStmt
(const CallExpr *S, CheckerContext &C) const;
300
// tracking when the second allocator is processed in
checkPostStmt
().
443
void MacOSKeychainAPIChecker::
checkPostStmt
(const CallExpr *CE,
/external/clang/include/clang/StaticAnalyzer/Core/
Checker.h
108
((const CHECKER *)checker)->
checkPostStmt
(cast<STMT>(S), C);
Completed in 161 milliseconds