Home
last modified time | relevance | path

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

/llvm-project/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
11 The `clang-analyzer-security.FloatLoopCounter` check is an alias, please see
/llvm-project/clang-tools-extra/clang-tidy/cert/
H A DFloatLoopCounter.h22 class FloatLoopCounter : public ClangTidyCheck {
24 FloatLoopCounter(StringRef Name, ClangTidyContext *Context) in FloatLoopCounter() function
H A DFloatLoopCounter.cpp1 //===--- FloatLoopCounter.cpp - clang-tidy---------------------------------===//
9 #include "FloatLoopCounter.h"
18 void FloatLoopCounter::registerMatchers(MatchFinder *Finder) { in registerMatchers()
32 void FloatLoopCounter::check(const MatchFinder::MatchResult &Result) {
H A DCMakeLists.txt11 FloatLoopCounter.cpp
H A DCERTTidyModule.cpp35 #include "FloatLoopCounter.h"
307 CheckFactories.registerCheck<FloatLoopCounter>("cert-flp30-c"); in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cert/
H A DBUILD.gn22 "FloatLoopCounter.cpp",
/llvm-project/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
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp1112 REGISTER_CHECKER(FloatLoopCounter)
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
H A Dlist.rst508 :doc:`clang-analyzer-security.FloatLoopCounter <clang-analyzer/security.FloatLoopCounter>`, `Clang Static Analyzer security.FloatLoopCounter <https://clang.llvm.org/docs/analyzer/checkers.html#security-floatloopcounter>`_,
/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td992 def FloatLoopCounter : Checker<"FloatLoopCounter">,