Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DUndefinedMemoryManipulationCheck.h24 class UndefinedMemoryManipulationCheck : public ClangTidyCheck {
26 UndefinedMemoryManipulationCheck(StringRef Name, ClangTidyContext *Context) in UndefinedMemoryManipulationCheck() function
DUndefinedMemoryManipulationCheck.cpp26 void UndefinedMemoryManipulationCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
48 void UndefinedMemoryManipulationCheck::check( in check()
DCMakeLists.txt56 UndefinedMemoryManipulationCheck.cpp
DBugproneTidyModule.cpp172 CheckFactories.registerCheck<UndefinedMemoryManipulationCheck>( in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
DBUILD.gn66 "UndefinedMemoryManipulationCheck.cpp",