Home
last modified time | relevance | path

Searched refs:UndefinedMemoryManipulationCheck (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUndefinedMemoryManipulationCheck.h22 class UndefinedMemoryManipulationCheck : public ClangTidyCheck {
24 UndefinedMemoryManipulationCheck(StringRef Name, ClangTidyContext *Context) in UndefinedMemoryManipulationCheck() function
H A DUndefinedMemoryManipulationCheck.cpp24 void UndefinedMemoryManipulationCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
51 void UndefinedMemoryManipulationCheck::check( in check()
H A DCMakeLists.txt90 UndefinedMemoryManipulationCheck.cpp
H A DBugproneTidyModule.cpp89 #include "UndefinedMemoryManipulationCheck.h"
252 CheckFactories.registerCheck<UndefinedMemoryManipulationCheck>( in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
H A DBUILD.gn98 "UndefinedMemoryManipulationCheck.cpp",