Home | History | Annotate | Download | only in Checkers

Lines Matching refs:Checker

16 #include "clang/StaticAnalyzer/Core/Checker.h"
27 class CStringChecker : public Checker< eval::Call,
977 // First, get the two buffers' addresses. Another checker will have already
1544 // First, get the two buffers' addresses. Another checker will have already
1637 // The driver method, and other Checker callbacks.
1677 // If the callee isn't a string function, let another checker handle it.