Searched refs:FloatLoopCounter (Results 1 – 10 of 10) sorted by relevance
1 .. title:: clang-tidy - clang-analyzer-security.FloatLoopCounter5 clang-analyzer-security.FloatLoopCounter11 The `clang-analyzer-security.FloatLoopCounter` check is an alias, please see
22 class FloatLoopCounter : public ClangTidyCheck {24 FloatLoopCounter(StringRef Name, ClangTidyContext *Context) in FloatLoopCounter() function
1 //===--- FloatLoopCounter.cpp - clang-tidy---------------------------------===//9 #include "FloatLoopCounter.h"18 void FloatLoopCounter::registerMatchers(MatchFinder *Finder) { in registerMatchers() 32 void FloatLoopCounter::check(const MatchFinder::MatchResult &Result) {
11 FloatLoopCounter.cpp
35 #include "FloatLoopCounter.h"307 CheckFactories.registerCheck<FloatLoopCounter>("cert-flp30-c"); in addCheckFactories()
22 "FloatLoopCounter.cpp",
3 // RUN: -analyzer-checker=security.FloatLoopCounter8 // RUN: -analyzer-checker=security.FloatLoopCounter13 // RUN: -analyzer-checker=security.FloatLoopCounter18 // RUN: -analyzer-checker=security.FloatLoopCounter
1112 REGISTER_CHECKER(FloatLoopCounter)
508 :doc:`clang-analyzer-security.FloatLoopCounter <clang-analyzer/security.FloatLoopCounter>`, `Clang Static Analyzer security.FloatLoopCounter <https://clang.llvm.org/docs/analyzer/checkers.html#security-floatloopcounter>`_,
992 def FloatLoopCounter : Checker<"FloatLoopCounter">,