Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedPointerArithmeticInAllocCheck.h21 class MisplacedPointerArithmeticInAllocCheck : public ClangTidyCheck {
23 MisplacedPointerArithmeticInAllocCheck(StringRef Name, in MisplacedPointerArithmeticInAllocCheck() function
H A DMisplacedPointerArithmeticInAllocCheck.cpp18 void MisplacedPointerArithmeticInAllocCheck::registerMatchers( in registerMatchers()
60 void MisplacedPointerArithmeticInAllocCheck::check( in check()
H A DCMakeLists.txt44 MisplacedPointerArithmeticInAllocCheck.cpp
H A DBugproneTidyModule.cpp44 #include "MisplacedPointerArithmeticInAllocCheck.h"
169 CheckFactories.registerCheck<MisplacedPointerArithmeticInAllocCheck>( in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
H A DBUILD.gn52 "MisplacedPointerArithmeticInAllocCheck.cpp",