Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DUndefinedMemoryManipulationCheck.h24 class UndefinedMemoryManipulationCheck : public ClangTidyCheck {
26 UndefinedMemoryManipulationCheck(StringRef Name, ClangTidyContext *Context) in UndefinedMemoryManipulationCheck() function
H A DUndefinedMemoryManipulationCheck.cpp26 void UndefinedMemoryManipulationCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
48 void UndefinedMemoryManipulationCheck::check( in check()
H A DCMakeLists.txt64 UndefinedMemoryManipulationCheck.cpp
H A DBugproneTidyModule.cpp190 CheckFactories.registerCheck<UndefinedMemoryManipulationCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
H A DBUILD.gn76 "UndefinedMemoryManipulationCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt966 clang-tools-extra/clang-tidy/bugprone/UndefinedMemoryManipulationCheck.cpp
967 clang-tools-extra/clang-tidy/bugprone/UndefinedMemoryManipulationCheck.h