Searched refs:UndefinedMemoryManipulationCheck (Results 1 – 5 of 5) sorted by relevance
22 class UndefinedMemoryManipulationCheck : public ClangTidyCheck {24 UndefinedMemoryManipulationCheck(StringRef Name, ClangTidyContext *Context) in UndefinedMemoryManipulationCheck() function
24 void UndefinedMemoryManipulationCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()51 void UndefinedMemoryManipulationCheck::check( in check()
90 UndefinedMemoryManipulationCheck.cpp
89 #include "UndefinedMemoryManipulationCheck.h"252 CheckFactories.registerCheck<UndefinedMemoryManipulationCheck>( in addCheckFactories()
98 "UndefinedMemoryManipulationCheck.cpp",