Lines Matching refs:DebugIteratorModeling
28 class DebugIteratorModeling class
42 typedef void (DebugIteratorModeling::*FnCheck)(const CallExpr *,
47 &DebugIteratorModeling::analyzerIteratorPosition},
49 &DebugIteratorModeling::analyzerIteratorContainer},
51 &DebugIteratorModeling::analyzerIteratorValidity},
60 bool DebugIteratorModeling::evalCall(const CallEvent &Call, in evalCall()
75 void DebugIteratorModeling::analyzerIteratorDataField(const CallExpr *CE, in analyzerIteratorDataField()
95 void DebugIteratorModeling::analyzerIteratorPosition(const CallExpr *CE, in analyzerIteratorPosition()
103 void DebugIteratorModeling::analyzerIteratorContainer(const CallExpr *CE, in analyzerIteratorContainer()
111 void DebugIteratorModeling::analyzerIteratorValidity(const CallExpr *CE, in analyzerIteratorValidity()
120 ExplodedNode *DebugIteratorModeling::reportDebugMsg(llvm::StringRef Msg, in reportDebugMsg()
133 mgr.registerChecker<DebugIteratorModeling>(); in registerDebugIteratorModeling()