Lines Matching refs:DebugIteratorModeling
27 class DebugIteratorModeling class
40 typedef void (DebugIteratorModeling::*FnCheck)(const CallExpr *,
45 &DebugIteratorModeling::analyzerIteratorPosition},
47 &DebugIteratorModeling::analyzerIteratorContainer},
49 &DebugIteratorModeling::analyzerIteratorValidity},
53 DebugIteratorModeling();
60 DebugIteratorModeling::DebugIteratorModeling() { in DebugIteratorModeling() function in DebugIteratorModeling
66 bool DebugIteratorModeling::evalCall(const CallEvent &Call, in evalCall()
81 void DebugIteratorModeling::analyzerIteratorDataField(const CallExpr *CE, in analyzerIteratorDataField()
101 void DebugIteratorModeling::analyzerIteratorPosition(const CallExpr *CE, in analyzerIteratorPosition()
109 void DebugIteratorModeling::analyzerIteratorContainer(const CallExpr *CE, in analyzerIteratorContainer()
117 void DebugIteratorModeling::analyzerIteratorValidity(const CallExpr *CE, in analyzerIteratorValidity()
126 ExplodedNode *DebugIteratorModeling::reportDebugMsg(llvm::StringRef Msg, in reportDebugMsg()
139 mgr.registerChecker<DebugIteratorModeling>(); in registerDebugIteratorModeling()