HomeSort by relevance Sort by last modified time
    Searched refs:StmtPoint (Results 1 - 10 of 10) sorted by null

  /external/clang/include/clang/Analysis/
ProgramPoint.h 239 class StmtPoint : public ProgramPoint {
241 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L,
253 StmtPoint() {}
263 class PreStmt : public StmtPoint {
267 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {}
279 class PostStmt : public StmtPoint {
284 : StmtPoint(S, data, k, L, tag) {}
289 : StmtPoint(S, nullptr, k, L, tag) {}
293 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {}
318 class LocationCheck : public StmtPoint {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 93 // (10) The successor is neither a CallExpr StmtPoint nor a CallEnter or
153 if (Optional<StmtPoint> SP = SuccLoc.getAs<StmtPoint>())
BugReporterVisitors.cpp 183 if (Optional<StmtPoint> SP = Node->getLocationAs<StmtPoint>())
242 Optional<StmtPoint> SP = N->getLocationAs<StmtPoint>();
924 if (Optional<StmtPoint> ps = pp.getAs<StmtPoint>()) {
    [all...]
PathDiagnostic.cpp 669 } else if (Optional<StmtPoint> SP = P.getAs<StmtPoint>()) {
695 if (Optional<StmtPoint> SP = P.getAs<StmtPoint>())
    [all...]
ExprEngineCallAndReturn.cpp 83 if (Optional<StmtPoint> SP = PP.getAs<StmtPoint>()) {
    [all...]
ExprEngine.cpp     [all...]
BugReporter.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
MacOSKeychainAPIChecker.cpp 607 cast<CallExpr>(N->getLocation().castAs<StmtPoint>().getStmt());
MallocChecker.cpp     [all...]

Completed in 217 milliseconds