Home | History | Annotate | Download | only in Checkers

Lines Matching full:checker

19 #include "clang/StaticAnalyzer/Core/Checker.h"
32 class CStringChecker : public Checker< eval::Call,
1179 // First, get the two buffers' addresses. Another checker will have already
1803 // First, get the two buffers' addresses. Another checker will have already
1955 // The driver method, and other Checker callbacks.
2003 // If the callee isn't a string function, let another checker handle it.
2156 CStringChecker *checker = mgr.registerChecker<CStringChecker>(); \
2157 checker->Filter.Check##name = true; \
2158 checker->Filter.CheckName##name = mgr.getCurrentCheckName(); \