Searched refs:StmtPoint (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Analysis/ |
D | ProgramPoint.h | 153 class StmtPoint : public ProgramPoint { 155 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, in StmtPoint() function 171 class PreStmt : public StmtPoint { 175 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() function 184 class PostStmt : public StmtPoint { 188 : StmtPoint(S, data, k, L, tag) {} in StmtPoint() function 193 : StmtPoint(S, NULL, k, L, tag) {} in StmtPoint() function 196 : StmtPoint(S, NULL, PostStmtKind, L, tag) {} in StmtPoint() function 236 class LocationCheck : public StmtPoint { 240 : StmtPoint(S, NULL, K, L, tag) {} in LocationCheck() [all …]
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | IdempotentOperationChecker.cpp | 335 = cast<StmtPoint>(C.getPredecessor()->getLocation()).getStmt(); in checkPostStmt() 575 if (StmtPoint *SP = dyn_cast<StmtPoint>(&P)) { in pathWasCompletelyAnalyzed()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 63 if (const StmtPoint* SP = dyn_cast<StmtPoint>(&P)) in GetStmt()
|
D | ExprEngine.cpp | 3095 if (StmtPoint *L = dyn_cast<StmtPoint>(&Loc)) { in getNodeLabel()
|