Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DNoIntToPtrCheck.cpp19 void NoIntToPtrCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
26 void NoIntToPtrCheck::check(const MatchFinder::MatchResult &Result) { in check()
DNoIntToPtrCheck.h22 class NoIntToPtrCheck : public ClangTidyCheck {
24 NoIntToPtrCheck(StringRef Name, ClangTidyContext *Context) in NoIntToPtrCheck() function
DCMakeLists.txt16 NoIntToPtrCheck.cpp
DPerformanceTidyModule.cpp53 CheckFactories.registerCheck<NoIntToPtrCheck>("performance-no-int-to-ptr"); in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/performance/
DBUILD.gn24 "NoIntToPtrCheck.cpp",