HomeSort by relevance Sort by last modified time
    Searched refs:StmtPoint (Results 1 - 13 of 13) 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/Checkers/
DynamicTypeChecker.cpp 112 if (Optional<StmtPoint> SP = ProgLoc.getAs<StmtPoint>()) {
RetainCountChecker.cpp     [all...]
DynamicTypePropagation.cpp     [all...]
NullabilityChecker.cpp 300 if (Optional<StmtPoint> SP = ProgLoc.getAs<StmtPoint>()) {
    [all...]
MacOSKeychainAPIChecker.cpp 615 cast<CallExpr>(N->getLocation().castAs<StmtPoint>().getStmt());
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 178 if (Optional<StmtPoint> SP = Node->getLocationAs<StmtPoint>())
238 Optional<StmtPoint> SP = N->getLocationAs<StmtPoint>();
920 if (Optional<StmtPoint> ps = pp.getAs<StmtPoint>()) {
    [all...]
PathDiagnostic.cpp 670 } else if (Optional<StmtPoint> SP = P.getAs<StmtPoint>()) {
696 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...]

Completed in 422 milliseconds