Searched refs:StmtPoint (Results 1 - 10 of 10) sorted by relevance

/external/clang/include/clang/Analysis/
H A DProgramPoint.h212 class StmtPoint : public ProgramPoint { class in namespace:clang
214 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, function in class:clang::StmtPoint
232 class PreStmt : public StmtPoint {
236 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {}
245 class PostStmt : public StmtPoint {
249 : StmtPoint(S, data, k, L, tag) {}
254 : StmtPoint(S, NULL, k, L, tag) {}
258 : StmtPoint(S, NULL, PostStmtKind, L, tag) {}
278 class LocationCheck : public StmtPoint {
282 : StmtPoint(
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp72 // (9) The successor is not a CallExpr StmtPoint (so that we would be able to
120 if (const StmtPoint *SP = dyn_cast<StmtPoint>(&SuccLoc))
H A DBugReporterVisitors.cpp162 if (const StmtPoint *SP = Node->getLocationAs<StmtPoint>())
192 const StmtPoint *SP = N->getLocationAs<StmtPoint>();
H A DExprEngineCallAndReturn.cpp75 if (const StmtPoint *SP = dyn_cast<StmtPoint>(&PP)) {
H A DPathDiagnostic.cpp618 if (const StmtPoint *PS = dyn_cast<StmtPoint>(&P))
H A DExprEngine.cpp984 if (const StmtPoint *SP = dyn_cast<StmtPoint>(&L))
1935 if (StmtPoint *L = dyn_cast<StmtPoint>(&Loc)) {
H A DBugReporter.cpp47 if (const StmtPoint* SP = dyn_cast<StmtPoint>(&P))
/external/clang/lib/StaticAnalyzer/Checkers/
H A DIdempotentOperationChecker.cpp335 = cast<StmtPoint>(C.getPredecessor()->getLocation()).getStmt();
584 if (StmtPoint *SP = dyn_cast<StmtPoint>(&P)) {
H A DMacOSKeychainAPIChecker.cpp674 const CallExpr *CE = cast<CallExpr>(cast<StmtPoint>(N->getLocation())
H A DRetainCountChecker.cpp1888 if (!isa<StmtPoint>(N->getLocation()))
1910 const Stmt *S = cast<StmtPoint>(N->getLocation()).getStmt();
2000 const Stmt *S = cast<StmtPoint>(N->getLocation()).getStmt();
2049 const Stmt *S = cast<StmtPoint>(N->getLocation()).getStmt();
2157 const Stmt *S = cast<StmtPoint>(N->getLocation()).getStmt();

Completed in 1142 milliseconds