Lines Matching refs:checker
19 #include "clang/StaticAnalyzer/Core/Checker.h"
32 class CStringChecker : public Checker< eval::Call,
1183 // First, get the two buffers' addresses. Another checker will have already
1807 // First, get the two buffers' addresses. Another checker will have already
1960 // These should probably be moved into a C++ standard library checker.
2012 // The driver method, and other Checker callbacks.
2064 // If the callee isn't a string function, let another checker handle it.
2214 CStringChecker *checker = mgr.registerChecker<CStringChecker>(); \
2215 checker->Filter.Check##name = true; \
2216 checker->Filter.CheckName##name = mgr.getCurrentCheckName(); \