Lines Matching refs:DebugIteratorModeling
28 class DebugIteratorModeling class
41 typedef void (DebugIteratorModeling::*FnCheck)(const CallExpr *,
46 &DebugIteratorModeling::analyzerIteratorPosition},
48 &DebugIteratorModeling::analyzerIteratorContainer},
50 &DebugIteratorModeling::analyzerIteratorValidity},
54 DebugIteratorModeling();
61 DebugIteratorModeling::DebugIteratorModeling() { in DebugIteratorModeling() function in DebugIteratorModeling
67 bool DebugIteratorModeling::evalCall(const CallEvent &Call, in evalCall()
82 void DebugIteratorModeling::analyzerIteratorDataField(const CallExpr *CE, in analyzerIteratorDataField()
102 void DebugIteratorModeling::analyzerIteratorPosition(const CallExpr *CE, in analyzerIteratorPosition()
110 void DebugIteratorModeling::analyzerIteratorContainer(const CallExpr *CE, in analyzerIteratorContainer()
118 void DebugIteratorModeling::analyzerIteratorValidity(const CallExpr *CE, in analyzerIteratorValidity()
127 ExplodedNode *DebugIteratorModeling::reportDebugMsg(llvm::StringRef Msg, in reportDebugMsg()
140 mgr.registerChecker<DebugIteratorModeling>(); in registerDebugIteratorModeling()