Searched refs:FloatLoopCounter (Results 1 – 12 of 12) sorted by relevance
1 .. title:: clang-tidy - clang-analyzer-security.FloatLoopCounter5 clang-analyzer-security.FloatLoopCounter8 The clang-analyzer-security.FloatLoopCounter check is an alias, please see
19 void FloatLoopCounter::registerMatchers(MatchFinder *Finder) { in registerMatchers()25 void FloatLoopCounter::check(const MatchFinder::MatchResult &Result) { in check()
24 class FloatLoopCounter : public ClangTidyCheck {26 FloatLoopCounter(StringRef Name, ClangTidyContext *Context) in FloatLoopCounter() function
11 FloatLoopCounter.cpp
298 CheckFactories.registerCheck<FloatLoopCounter>("cert-flp30-c"); in addCheckFactories()
3 // RUN: -analyzer-checker=security.FloatLoopCounter8 // RUN: -analyzer-checker=security.FloatLoopCounter13 // RUN: -analyzer-checker=security.FloatLoopCounter18 // RUN: -analyzer-checker=security.FloatLoopCounter22 // RUN: -analyzer-checker=security.FloatLoopCounter27 // RUN: -analyzer-checker=security.FloatLoopCounter32 // RUN: -analyzer-checker=security.FloatLoopCounter37 // RUN: -analyzer-checker=security.FloatLoopCounter
22 "FloatLoopCounter.cpp",
1101 REGISTER_CHECKER(FloatLoopCounter)
435 …analyzer-security.FloatLoopCounter <clang-analyzer/security.FloatLoopCounter.html>`_, `Clang Stati…
971 def FloatLoopCounter : Checker<"FloatLoopCounter">,
692 .. _security-FloatLoopCounter:694 security.FloatLoopCounter (C)
986 clang-tools-extra/clang-tidy/cert/FloatLoopCounter.cpp987 clang-tools-extra/clang-tidy/cert/FloatLoopCounter.h