Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/
H A DLimitedRandomnessCheck.h25 class LimitedRandomnessCheck : public ClangTidyCheck {
27 LimitedRandomnessCheck(StringRef Name, ClangTidyContext *Context) in LimitedRandomnessCheck() function
H A DLimitedRandomnessCheck.cpp19 void LimitedRandomnessCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
26 void LimitedRandomnessCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DCERTTidyModule.cpp265 CheckFactories.registerCheck<LimitedRandomnessCheck>("cert-msc50-cpp"); in addCheckFactories()
304 CheckFactories.registerCheck<LimitedRandomnessCheck>("cert-msc30-c"); in addCheckFactories()
H A DCMakeLists.txt12 LimitedRandomnessCheck.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cert/
H A DBUILD.gn23 "LimitedRandomnessCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt988 clang-tools-extra/clang-tidy/cert/LimitedRandomnessCheck.cpp
989 clang-tools-extra/clang-tidy/cert/LimitedRandomnessCheck.h