Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedPointerArithmeticInAllocCheck.h23 class MisplacedPointerArithmeticInAllocCheck : public ClangTidyCheck {
25 MisplacedPointerArithmeticInAllocCheck(StringRef Name, in MisplacedPointerArithmeticInAllocCheck() function
H A DMisplacedPointerArithmeticInAllocCheck.cpp20 void MisplacedPointerArithmeticInAllocCheck::registerMatchers( in registerMatchers()
62 void MisplacedPointerArithmeticInAllocCheck::check( in check()
H A DCMakeLists.txt31 MisplacedPointerArithmeticInAllocCheck.cpp
H A DBugproneTidyModule.cpp127 CheckFactories.registerCheck<MisplacedPointerArithmeticInAllocCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
H A DBUILD.gn43 "MisplacedPointerArithmeticInAllocCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt911 clang-tools-extra/clang-tidy/bugprone/MisplacedPointerArithmeticInAllocCheck.h