Searched refs:MisplacedPointerArithmeticInAllocCheck (Results 1 – 5 of 5) sorted by relevance
21 class MisplacedPointerArithmeticInAllocCheck : public ClangTidyCheck {23 MisplacedPointerArithmeticInAllocCheck(StringRef Name, in MisplacedPointerArithmeticInAllocCheck() function
18 void MisplacedPointerArithmeticInAllocCheck::registerMatchers( in registerMatchers()60 void MisplacedPointerArithmeticInAllocCheck::check( in check()
44 MisplacedPointerArithmeticInAllocCheck.cpp
44 #include "MisplacedPointerArithmeticInAllocCheck.h"169 CheckFactories.registerCheck<MisplacedPointerArithmeticInAllocCheck>( in addCheckFactories()
52 "MisplacedPointerArithmeticInAllocCheck.cpp",