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

  /external/clang/include/clang/Analysis/
ProgramPoint.h 164 class StmtPoint : public ProgramPoint {
166 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L,
182 class PreStmt : public StmtPoint {
186 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {}
195 class PostStmt : public StmtPoint {
199 : StmtPoint(S, data, k, L, tag) {}
204 : StmtPoint(S, NULL, k, L, tag) {}
208 : StmtPoint(S, NULL, PostStmtKind, L, tag) {}
228 class LocationCheck : public StmtPoint {
232 : StmtPoint(S, NULL, K, L, tag) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IdempotentOperationChecker.cpp 333 = cast<StmtPoint>(C.getPredecessor()->getLocation()).getStmt();
580 if (StmtPoint *SP = dyn_cast<StmtPoint>(&P)) {
MacOSKeychainAPIChecker.cpp 615 const CallExpr *CE = cast<CallExpr>(cast<StmtPoint>(N->getLocation())
RetainCountChecker.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 211 if (const StmtPoint *PS = dyn_cast<StmtPoint>(&P))
BugReporter.cpp 42 if (const StmtPoint* SP = dyn_cast<StmtPoint>(&P))
    [all...]
ExprEngine.cpp     [all...]

Completed in 192 milliseconds