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

  /external/clang/include/clang/Analysis/
ProgramPoint.h 262 class StmtPoint : public ProgramPoint {
264 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L,
276 StmtPoint() {}
286 class PreStmt : public StmtPoint {
290 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {}
302 class PostStmt : public StmtPoint {
307 : StmtPoint(S, data, k, L, tag) {}
312 : StmtPoint(S, nullptr, k, L, tag) {}
316 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {}
341 class LocationCheck : public StmtPoint {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypeChecker.cpp 112 if (Optional<StmtPoint> SP = ProgLoc.getAs<StmtPoint>()) {
RetainCountChecker.cpp     [all...]
DynamicTypePropagation.cpp     [all...]
NullabilityChecker.cpp 329 if (Optional<StmtPoint> SP = ProgLoc.getAs<StmtPoint>()) {
    [all...]
MacOSKeychainAPIChecker.cpp 607 cast<CallExpr>(N->getLocation().castAs<StmtPoint>().getStmt());
LocalizationChecker.cpp     [all...]
MallocChecker.cpp     [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 179 if (Optional<StmtPoint> SP = Node->getLocationAs<StmtPoint>())
239 Optional<StmtPoint> SP = N->getLocationAs<StmtPoint>();
844 auto BugPoint = BR.getErrorNode()->getLocation().getAs<StmtPoint>();
857 } else if (auto SP = CurPoint.getAs<StmtPoint>()) {
    [all...]
PathDiagnostic.cpp 665 } else if (Optional<StmtPoint> SP = P.getAs<StmtPoint>()) {
691 if (Optional<StmtPoint> SP = P.getAs<StmtPoint>())
    [all...]
ExprEngineCallAndReturn.cpp 86 if (Optional<StmtPoint> SP = PP.getAs<StmtPoint>()) {
    [all...]
ExprEngine.cpp     [all...]
BugReporter.cpp     [all...]

Completed in 124 milliseconds