Searched refs:MisplacedPointerArithmeticInAllocCheck (Results 1 – 6 of 6) sorted by relevance
23 class MisplacedPointerArithmeticInAllocCheck : public ClangTidyCheck {25 MisplacedPointerArithmeticInAllocCheck(StringRef Name, in MisplacedPointerArithmeticInAllocCheck() function
20 void MisplacedPointerArithmeticInAllocCheck::registerMatchers( in registerMatchers()62 void MisplacedPointerArithmeticInAllocCheck::check( in check()
31 MisplacedPointerArithmeticInAllocCheck.cpp
127 CheckFactories.registerCheck<MisplacedPointerArithmeticInAllocCheck>( in addCheckFactories()
43 "MisplacedPointerArithmeticInAllocCheck.cpp",
911 clang-tools-extra/clang-tidy/bugprone/MisplacedPointerArithmeticInAllocCheck.h