Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DMisplacedOperatorInStrlenInAllocCheck.h24 class MisplacedOperatorInStrlenInAllocCheck : public ClangTidyCheck {
26 MisplacedOperatorInStrlenInAllocCheck(StringRef Name, ClangTidyContext *Context) in MisplacedOperatorInStrlenInAllocCheck() function
DMisplacedOperatorInStrlenInAllocCheck.cpp20 void MisplacedOperatorInStrlenInAllocCheck::registerMatchers( in registerMatchers()
75 void MisplacedOperatorInStrlenInAllocCheck::check( in check()
DCMakeLists.txt27 MisplacedOperatorInStrlenInAllocCheck.cpp
DBugproneTidyModule.cpp114 CheckFactories.registerCheck<MisplacedOperatorInStrlenInAllocCheck>( in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
DBUILD.gn37 "MisplacedOperatorInStrlenInAllocCheck.cpp",