Searched refs:UndefinedMemoryManipulationCheck (Results 1 – 6 of 6) 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()
64 UndefinedMemoryManipulationCheck.cpp
190 CheckFactories.registerCheck<UndefinedMemoryManipulationCheck>( in addCheckFactories()
76 "UndefinedMemoryManipulationCheck.cpp",
966 clang-tools-extra/clang-tidy/bugprone/UndefinedMemoryManipulationCheck.cpp967 clang-tools-extra/clang-tidy/bugprone/UndefinedMemoryManipulationCheck.h