Home
last modified time | relevance | path

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

1234

/freebsd-14.2/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.def144 "during analysis. If temporary destructors are disabled "
238 "actually elided during analysis. Both behaviors are allowed by the C++ "
251 "Whether the analysis should try to widen loops.", false)
292 bool, IsNaiveCTUEnabled, "experimental-enable-naive-ctu-analysis",
293 "Whether naive cross translation unit analysis is enabled. This is an "
355 "for import when inlining functions during CTU analysis. "
357 "analysis with many interdependent definitions located in "
406 "The percentage of single-TU analysed nodes that the CTU analysis is "
413 "analysis is too low, it is meaningful to provide a minimum value that "
419 "analysis. "
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/
H A DPassSupport.h38 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \ argument
42 PassInfo::NormalCtor_t(callDefaultCtor<passName>), cfg, analysis); \
52 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \ argument
59 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \ argument
62 PassInfo::NormalCtor_t(callDefaultCtor<passName>), cfg, analysis); \
168 #define INITIALIZE_AG_PASS(passName, agName, arg, name, cfg, analysis, def) \ argument
174 PassInfo::NormalCtor_t(callDefaultCtor<passName>), cfg, analysis); \
188 #define INITIALIZE_AG_PASS_BEGIN(passName, agName, arg, n, cfg, analysis, def) \ argument
193 #define INITIALIZE_AG_PASS_END(passName, agName, arg, n, cfg, analysis, def) \ argument
196 PassInfo::NormalCtor_t(callDefaultCtor<passName>), cfg, analysis); \
/freebsd-14.2/tools/build/options/
H A DWITH_META_ERROR_TARGET8 to help with failure analysis.
/freebsd-14.2/lib/libblacklist/
H A DMakefile12 CFLAGS.clang+=-Wno-thread-safety-analysis
/freebsd-14.2/sys/contrib/device-tree/Bindings/csky/
H A Dpmu.txt6 it could count cpu's events for helping analysis performance issues.
/freebsd-14.2/contrib/libfido2/.github/workflows/
H A Dcodeql-analysis.yml41 - name: perform codeql analysis
/freebsd-14.2/contrib/openbsm/
H A DCREDITS43 In addition, Coverity, Inc.'s Prevent(tm) static analysis tool and Gimpel
/freebsd-14.2/sys/contrib/device-tree/Bindings/soc/mediatek/
H A Ddevapc.yaml14 analysis and countermeasures.
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsageGadgets.def10 /// the UnsafeBufferUsage analysis.
/freebsd-14.2/contrib/unbound/doc/
H A DCREDITS14 Ondřej Surý - running coverity analysis tool on 0.9 dev version.
/freebsd-14.2/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-14.2/contrib/libucl/m4/
H A Dgcov.m428 AC_ARG_ENABLE(coverage, AC_HELP_STRING([--enable-coverage],[configure code coverage analysis tools]…
/freebsd-14.2/contrib/one-true-awk/testdir/
H A Dfunstack.in7211 classcodes = "C4100 (Numerical analysis)",
7501 title = "Language analysis in the humanities",
9361analysis in numerical methods); B0290D (Functional analysis); B0290K (Nonlinear and functional equ…
9450 …classcodes = "B0290D (Functional analysis); C4120 (Functional analysis); C7310 (Mathematics comp…
10046 …classcodes = "B0290D (Functional analysis); C4120 (Functional analysis); C7310 (Mathematics comp…
10400 …keywords = "cluster analysis; computer aided analysis; computer graphics; factor analysis; hie…
14222 …classcodes = "B0290 (Numerical analysis); C4100 (Numerical analysis); C7310 (Mathematics computi…
14322 …classcodes = "B0290D (Functional analysis); C4120 (Functional analysis); C7310 (Mathematics comp…
15846 …classcodes = "B0290D (Functional analysis); C4120 (Functional analysis); C7310 (Mathematics comp…
19217analysis; analysis of; biology computing; BMD; BMDP; cluster analysis; computing; contingency tabl…
[all …]
/freebsd-14.2/sys/contrib/libsodium/
H A DTHANKS89 - Coverity, Inc. to provide static analysis.
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.def121 // LiveRegMatrixAnalysis()) MACHINE_FUNCTION_ANALYSIS("gc-analysis",
265 DUMMY_MACHINE_FUNCTION_ANALYSIS("gc-analysis", GCMachineCodeAnalysisPass, ())
/freebsd-14.2/sys/contrib/device-tree/Bindings/gpu/
H A Darm,mali-midgard.yaml100 measurements or derived by analysis.
H A Darm,mali-bifrost.yaml94 measurements or derived by analysis.
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DREADME.txt10 base ManglingParser to perform some simple analysis on the mangled
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td494 def RangeLoopAnalysis : DiagGroup<"range-loop-analysis",
496 def ForLoopAnalysis : DiagGroup<"for-loop-analysis">;
497 def LoopAnalysis : DiagGroup<"loop-analysis", [ForLoopAnalysis,
1073 def ThreadSafetyAnalysis : DiagGroup<"thread-safety-analysis">;
1332 `-Rpass-analysis=stack-frame-layout` command-line flag to the compiler
1343 clang -c a.cpp -Rpass-analysis=stack-frame-layout -mllvm -filter-print-funcs=foo
1347 clang -c a.cpp -Rpass-analysis=stack-frame-layout -foptimization-record-file=<file>
1356 def BackendOptimizationRemarkAnalysis : DiagGroup<"pass-analysis">;
1423 // A group for cross translation unit static analysis related warnings.
/freebsd-14.2/crypto/openssl/doc/man3/
H A DRSA_check_key.pod61 acceleration or analysis purposes, then in all likelihood the RSA key data
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td337 HelpText<"Stores information during the analysis about nullability.">,
463 "no reports, but adds valuable information to the analysis when "
514 "emits no reports, but adds valuable information to the analysis "
1415 HelpText<"Print callbacks that are called during analysis in order">,
1571 HelpText<"Print results of live variable analysis">,
1575 HelpText<"Print results of live expression analysis">,
/freebsd-14.2/sys/contrib/zstd/
H A DCONTRIBUTING.md73 … * Ensure that static analysis passes on your development machine. See the Static Analysis section
112 Static analysis is a process for examining the correctness or validity of a program without actually
114 static analysis. You can install it by following the instructions for your OS on https://clang-anal…
116 Once installed, you can ensure that our static analysis tests pass on your local development machine
129 ### Pitfalls of static analysis

1234