Searched refs:UndefinedMemoryManipulationCheck (Results 1 – 5 of 5) sorted by relevance
24 class UndefinedMemoryManipulationCheck : public ClangTidyCheck {26 UndefinedMemoryManipulationCheck(StringRef Name, ClangTidyContext *Context) in UndefinedMemoryManipulationCheck() function
26 void UndefinedMemoryManipulationCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()48 void UndefinedMemoryManipulationCheck::check( in check()
56 UndefinedMemoryManipulationCheck.cpp
172 CheckFactories.registerCheck<UndefinedMemoryManipulationCheck>( in addCheckFactories()
66 "UndefinedMemoryManipulationCheck.cpp",