Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedOperatorInStrlenInAllocCheck.h22 class MisplacedOperatorInStrlenInAllocCheck : public ClangTidyCheck {
24 MisplacedOperatorInStrlenInAllocCheck(StringRef Name, ClangTidyContext *Context) in MisplacedOperatorInStrlenInAllocCheck() function
H A DMisplacedOperatorInStrlenInAllocCheck.cpp18 void MisplacedOperatorInStrlenInAllocCheck::registerMatchers( in registerMatchers()
71 void MisplacedOperatorInStrlenInAllocCheck::check( in check()
H A DCMakeLists.txt43 MisplacedOperatorInStrlenInAllocCheck.cpp
H A DBugproneTidyModule.cpp43 #include "MisplacedOperatorInStrlenInAllocCheck.h"
167 CheckFactories.registerCheck<MisplacedOperatorInStrlenInAllocCheck>( in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
H A DBUILD.gn51 "MisplacedOperatorInStrlenInAllocCheck.cpp",