Searched refs:ProBoundsPointerArithmeticCheck (Results 1 – 6 of 6) sorted by relevance
24 class ProBoundsPointerArithmeticCheck : public ClangTidyCheck {26 ProBoundsPointerArithmeticCheck(StringRef Name, ClangTidyContext *Context) in ProBoundsPointerArithmeticCheck() function
19 void ProBoundsPointerArithmeticCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()52 void ProBoundsPointerArithmeticCheck::check( in check()
19 ProBoundsPointerArithmeticCheck.cpp
77 CheckFactories.registerCheck<ProBoundsPointerArithmeticCheck>( in addCheckFactories()
31 "ProBoundsPointerArithmeticCheck.cpp",
1035 clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.cpp1036 clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.h