Searched refs:FloatLoopCounter (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | clang-analyzer-security.FloatLoopCounter.rst | 1 .. title:: clang-tidy - clang-analyzer-security.FloatLoopCounter 5 clang-analyzer-security.FloatLoopCounter 8 The clang-analyzer-security.FloatLoopCounter check is an alias, please see
|
D | list.rst | 381 …`clang-analyzer-security.FloatLoopCounter <clang-analyzer-security.FloatLoopCounter.html>`_, `Clan…
|
/external/llvm-project/clang-tools-extra/clang-tidy/cert/ |
D | FloatLoopCounter.cpp | 19 void FloatLoopCounter::registerMatchers(MatchFinder *Finder) { in registerMatchers() 25 void FloatLoopCounter::check(const MatchFinder::MatchResult &Result) { in check()
|
D | FloatLoopCounter.h | 24 class FloatLoopCounter : public ClangTidyCheck { 26 FloatLoopCounter(StringRef Name, ClangTidyContext *Context) in FloatLoopCounter() function
|
D | CMakeLists.txt | 11 FloatLoopCounter.cpp
|
D | CERTTidyModule.cpp | 101 CheckFactories.registerCheck<FloatLoopCounter>("cert-flp30-c"); in addCheckFactories()
|
/external/clang/test/Analysis/ |
D | security-syntax-checks.m | 1 …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/ |
D | security-syntax-checks.m | 3 // 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/ |
D | BUILD.gn | 22 "FloatLoopCounter.cpp",
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | Checkers.td | 322 def FloatLoopCounter : Checker<"FloatLoopCounter">,
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckSecuritySyntaxOnly.cpp | 775 REGISTER_CHECKER(FloatLoopCounter)
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckSecuritySyntaxOnly.cpp | 1102 REGISTER_CHECKER(FloatLoopCounter)
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
D | Checkers.td | 923 def FloatLoopCounter : Checker<"FloatLoopCounter">,
|
/external/llvm-project/clang/docs/analyzer/ |
D | checkers.rst | 654 .. _security-FloatLoopCounter: 656 security.FloatLoopCounter (C)
|