Home
last modified time | relevance | path

Searched refs:FloatLoopCounter (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/
H A Dsecurity.FloatLoopCounter.rst1 .. title:: clang-tidy - clang-analyzer-security.FloatLoopCounter
5 clang-analyzer-security.FloatLoopCounter
8 The clang-analyzer-security.FloatLoopCounter check is an alias, please see
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/
H A DFloatLoopCounter.cpp19 void FloatLoopCounter::registerMatchers(MatchFinder *Finder) { in registerMatchers()
25 void FloatLoopCounter::check(const MatchFinder::MatchResult &Result) { in check()
H A DFloatLoopCounter.h24 class FloatLoopCounter : public ClangTidyCheck {
26 FloatLoopCounter(StringRef Name, ClangTidyContext *Context) in FloatLoopCounter() function
H A DCMakeLists.txt11 FloatLoopCounter.cpp
H A DCERTTidyModule.cpp298 CheckFactories.registerCheck<FloatLoopCounter>("cert-flp30-c"); in addCheckFactories()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dsecurity-syntax-checks.m3 // RUN: -analyzer-checker=security.FloatLoopCounter
8 // RUN: -analyzer-checker=security.FloatLoopCounter
13 // RUN: -analyzer-checker=security.FloatLoopCounter
18 // RUN: -analyzer-checker=security.FloatLoopCounter
22 // RUN: -analyzer-checker=security.FloatLoopCounter
27 // RUN: -analyzer-checker=security.FloatLoopCounter
32 // RUN: -analyzer-checker=security.FloatLoopCounter
37 // RUN: -analyzer-checker=security.FloatLoopCounter
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cert/
H A DBUILD.gn22 "FloatLoopCounter.cpp",
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp1101 REGISTER_CHECKER(FloatLoopCounter)
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/
H A Dlist.rst435 …analyzer-security.FloatLoopCounter <clang-analyzer/security.FloatLoopCounter.html>`_, `Clang Stati…
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td971 def FloatLoopCounter : Checker<"FloatLoopCounter">,
/llvm-project-15.0.7/clang/docs/analyzer/
H A Dcheckers.rst692 .. _security-FloatLoopCounter:
694 security.FloatLoopCounter (C)
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt986 clang-tools-extra/clang-tidy/cert/FloatLoopCounter.cpp
987 clang-tools-extra/clang-tidy/cert/FloatLoopCounter.h