Home
last modified time | relevance | path

Searched refs:analysis (Results 1 – 25 of 100) sorted by relevance

1234

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyses.def28 ANALYSIS_DIAGNOSTICS(HTML, "html", "Output analysis results using HTML",
33 "Output analysis results using HTML (not allowing for multi-file bugs)",
36 ANALYSIS_DIAGNOSTICS(PLIST, "plist", "Output analysis results using Plists",
41 "Output analysis results using Plists (allowing for multi-file bugs)",
45 "Output analysis results using HTML wrapped with Plists",
48 ANALYSIS_DIAGNOSTICS(SARIF, "sarif", "Output analysis results using SARIF",
52 "Output analysis results using both SARIF and HTML "
56 ANALYSIS_DIAGNOSTICS(TEXT, "text", "Text output of analysis results to stderr",
62 "used in addition to other analysis types",
H A DAnalyzerOptions.def147 "during analysis. If temporary destructors are disabled "
281 "actually elided during analysis. Both behaviors are allowed by the C++ "
294 "Whether the analysis should try to widen loops.", false)
298 "Whether the analysis should try to unroll loops with known bounds.", false)
338 "it's false. The upside is that this can increase analysis precision until "
344 bool, IsNaiveCTUEnabled, "experimental-enable-naive-ctu-analysis",
345 "Whether naive cross translation unit analysis is enabled. This is an "
428 "eliminates this (somewhat arbitrary) restriction from the analysis "
429 "scope, which increases the analysis runtime (on average by ~10%, but "
439 "for import when inlining functions during CTU analysis. "
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/
H A DPassSupport.h39 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \ argument
44 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \ argument
47 PassInfo::NormalCtor_t(callDefaultCtor<passName>), cfg, analysis); \
56 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \ argument
57 INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \
58 INITIALIZE_PASS_END(passName, arg, name, cfg, analysis)
/freebsd/lib/libuvmem/
H A DMakefile8 CFLAGS.clang+=-Wno-thread-safety-analysis
/freebsd/tools/build/options/
H A DWITH_META_ERROR_TARGET8 to help with failure analysis.
/freebsd/lib/libblocklist/
H A DMakefile13 CFLAGS.clang+=-Wno-thread-safety-analysis
/freebsd/lib/libblacklist/
H A DMakefile13 CFLAGS.clang+=-Wno-thread-safety-analysis
/freebsd/sys/contrib/device-tree/Bindings/csky/
H A Dpmu.txt6 it could count cpu's events for helping analysis performance issues.
/freebsd/contrib/openbsm/
H A DCREDITS43 In addition, Coverity, Inc.'s Prevent(tm) static analysis tool and Gimpel
/freebsd/contrib/unbound/doc/
H A DCREDITS14 Ondřej Surý - running coverity analysis tool on 0.9 dev version.
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXPassRegistry.def20 MODULE_ANALYSIS("dxil-root-signature-analysis", dxil::RootSignatureAnalysis())
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.td10 // for code generation, machine code emission, and analysis.
H A DX86InstrFMA.td262 // Commuting the 1st operand of FMA*_Int requires some additional analysis,
264 // the lowest element of the FMA*_Int instruction. Even though such analysis
291 // forms and is possible only after special analysis of all uses of the initial
292 // instruction. Such analysis do not exist yet and thus introducing the 231
294 // such analysis will be implemented eventually.
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsageGadgets.def10 /// the UnsafeBufferUsage analysis.
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in423 classcodes = "C4110 (Error analysis in numerical methods)",
425 …keywords = "difference equations; error analysis; error propagation; recursive computation; su…
758 …ywords = "compilers; computational complexity; context-free grammar; parsing; syntax analysis",
951 …ata; debugging; diagnostics; error correction; error detection; lexical analysis systems programmi…
1060 …classcodes = "C4110 (Error analysis in numerical methods); C4160 (Numerical integration and diff…
1063 …keywords = "adaptive integration; error analysis; error improvement estimate; integration; mat…
1511 …y; computers; computers, programming; data handling; data reduction and analysis; graphics; image …
1564 …abstract = "Four different sequential sampling procedures are applied to the analysis of data …
1569 …keywords = "computers; control; data reduction and analysis; industrial management, data proce…
1633 …keywords = "automatic control, analysis; computers; data handling; data structures; electric c…
[all …]
/freebsd/sys/contrib/libsodium/
H A DTHANKS89 - Coverity, Inc. to provide static analysis.
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/
H A DPasses.td21 analysis passes. Example transformations performed in this pass include
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DREADME.txt10 base ManglingParser to perform some simple analysis on the mangled
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DREADME.txt10 base ManglingParser to perform some simple analysis on the mangled
/freebsd/crypto/openssl/doc/designs/ddd/
H A DREPORT.md8 OpenSSL usage patterns based on analysis of a broad spectrum of open source
13 support QUIC based on theoretical analysis of the minimum requirements to be
14 able to support QUIC. This analysis concluded that the changes needed to
/freebsd/crypto/openssl/doc/man3/
H A DRSA_check_key.pod61 acceleration or analysis purposes, then in all likelihood the RSA key data
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-requirements.md118 Additional OTC analysis
121 An OTC document provided the following analysis.
/freebsd/share/doc/papers/
H A Dbsdreferences.bib84 keywords = {bug fixing, code migration, empirical study, social network analysis},
309 keywords = {global development, open source, quantitative analysis},
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DOpts.td22 def pretty_pgo_analysis_map : FF<"pretty-pgo-analysis-map", "Display PGO analysis values with forma…
/freebsd/contrib/pam-krb5/tests/data/
H A Dvalgrind.supp3 # This is a valgrind suppression file for analysis of test suite results.

1234