Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dclang-analyzer-security.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
Dlist.rst381 …`clang-analyzer-security.FloatLoopCounter <clang-analyzer-security.FloatLoopCounter.html>`_, `Clan…
/external/llvm-project/clang-tools-extra/clang-tidy/cert/
DFloatLoopCounter.cpp19 void FloatLoopCounter::registerMatchers(MatchFinder *Finder) { in registerMatchers()
25 void FloatLoopCounter::check(const MatchFinder::MatchResult &Result) { in check()
DFloatLoopCounter.h24 class FloatLoopCounter : public ClangTidyCheck {
26 FloatLoopCounter(StringRef Name, ClangTidyContext *Context) in FloatLoopCounter() function
DCMakeLists.txt11 FloatLoopCounter.cpp
DCERTTidyModule.cpp101 CheckFactories.registerCheck<FloatLoopCounter>("cert-flp30-c"); in addCheckFactories()
/external/clang/test/Analysis/
Dsecurity-syntax-checks.m1 …apple-darwin10 -analyze -analyzer-checker=security.insecureAPI,security.FloatLoopCounter %s -verify
2 …-analyze -DUSE_BUILTINS -analyzer-checker=security.insecureAPI,security.FloatLoopCounter %s -verify
3 …in10 -analyze -DVARIANT -analyzer-checker=security.insecureAPI,security.FloatLoopCounter %s -verify
4 …DUSE_BUILTINS -DVARIANT -analyzer-checker=security.insecureAPI,security.FloatLoopCounter %s -verify
5 …known-cloudabi -analyze -analyzer-checker=security.insecureAPI,security.FloatLoopCounter %s -verify
6 …-analyze -DUSE_BUILTINS -analyzer-checker=security.insecureAPI,security.FloatLoopCounter %s -verify
7 …dabi -analyze -DVARIANT -analyzer-checker=security.insecureAPI,security.FloatLoopCounter %s -verify
8 …DUSE_BUILTINS -DVARIANT -analyzer-checker=security.insecureAPI,security.FloatLoopCounter %s -verify
/external/llvm-project/clang/test/Analysis/
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
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cert/
DBUILD.gn22 "FloatLoopCounter.cpp",
/external/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td322 def FloatLoopCounter : Checker<"FloatLoopCounter">,
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp775 REGISTER_CHECKER(FloatLoopCounter)
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp1102 REGISTER_CHECKER(FloatLoopCounter)
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td923 def FloatLoopCounter : Checker<"FloatLoopCounter">,
/external/llvm-project/clang/docs/analyzer/
Dcheckers.rst654 .. _security-FloatLoopCounter:
656 security.FloatLoopCounter (C)