Home
last modified time | relevance | path

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

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