Home
last modified time | relevance | path

Searched refs:ProBoundsPointerArithmeticCheck (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProBoundsPointerArithmeticCheck.h24 class ProBoundsPointerArithmeticCheck : public ClangTidyCheck {
26 ProBoundsPointerArithmeticCheck(StringRef Name, ClangTidyContext *Context) in ProBoundsPointerArithmeticCheck() function
H A DProBoundsPointerArithmeticCheck.cpp19 void ProBoundsPointerArithmeticCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
52 void ProBoundsPointerArithmeticCheck::check( in check()
H A DCMakeLists.txt19 ProBoundsPointerArithmeticCheck.cpp
H A DCppCoreGuidelinesTidyModule.cpp77 CheckFactories.registerCheck<ProBoundsPointerArithmeticCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DBUILD.gn31 "ProBoundsPointerArithmeticCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1035 clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.cpp
1036 clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.h