Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedOperatorInStrlenInAllocCheck.h24 class MisplacedOperatorInStrlenInAllocCheck : public ClangTidyCheck {
26 MisplacedOperatorInStrlenInAllocCheck(StringRef Name, ClangTidyContext *Context) in MisplacedOperatorInStrlenInAllocCheck() function
H A DMisplacedOperatorInStrlenInAllocCheck.cpp20 void MisplacedOperatorInStrlenInAllocCheck::registerMatchers( in registerMatchers()
73 void MisplacedOperatorInStrlenInAllocCheck::check( in check()
H A DCMakeLists.txt30 MisplacedOperatorInStrlenInAllocCheck.cpp
H A DBugproneTidyModule.cpp125 CheckFactories.registerCheck<MisplacedOperatorInStrlenInAllocCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
H A DBUILD.gn42 "MisplacedOperatorInStrlenInAllocCheck.cpp",