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

  /external/clang/include/clang/Analysis/
ProgramPoint.h 198 class StmtPoint : public ProgramPoint {
200 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L,
216 class PreStmt : public StmtPoint {
220 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {}
229 class PostStmt : public StmtPoint {
233 : StmtPoint(S, data, k, L, tag) {}
238 : StmtPoint(S, NULL, k, L, tag) {}
242 : StmtPoint(S, NULL, PostStmtKind, L, tag) {}
262 class LocationCheck : public StmtPoint {
266 : StmtPoint(S, NULL, K, L, tag) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IdempotentOperationChecker.cpp 334 = cast<StmtPoint>(C.getPredecessor()->getLocation()).getStmt();
581 if (StmtPoint *SP = dyn_cast<StmtPoint>(&P)) {
MacOSKeychainAPIChecker.cpp 531 if (!isa<StmtPoint>(P))
664 const CallExpr *CE = cast<CallExpr>(cast<StmtPoint>(N->getLocation())
RetainCountChecker.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 63 if (const StmtPoint *SP = dyn_cast<StmtPoint>(&PP)) {
PathDiagnostic.cpp 356 if (const StmtPoint *PS = dyn_cast<StmtPoint>(&P))
502 if (const StmtPoint *SP = dyn_cast<StmtPoint>(&PP))
ExprEngine.cpp     [all...]
BugReporter.cpp 47 if (const StmtPoint* SP = dyn_cast<StmtPoint>(&P))
    [all...]

Completed in 88 milliseconds