| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 190 class F = const Stmt *(ExprMutationAnalyzer::Analyzer::*)(const T *)> 192 ExprMutationAnalyzer::Analyzer *Analyzer, F Finder) { in tryEachMatch() argument 195 if (const Stmt *S = (Analyzer->*Finder)(Nodes.getNodeAs<T>(ID))) in tryEachMatch() 203 const Stmt *ExprMutationAnalyzer::Analyzer::findMutation(const Expr *Exp) { in findMutation() 206 {&ExprMutationAnalyzer::Analyzer::findDirectMutation, in findMutation() 207 &ExprMutationAnalyzer::Analyzer::findMemberMutation, in findMutation() 208 &ExprMutationAnalyzer::Analyzer::findArrayElementMutation, in findMutation() 209 &ExprMutationAnalyzer::Analyzer::findCastMutation, in findMutation() 210 &ExprMutationAnalyzer::Analyzer::findRangeLoopMutation, in findMutation() 211 &ExprMutationAnalyzer::Analyzer::findReferenceMutation, in findMutation() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ExprMutationAnalyzer.h | 41 struct Analyzer { struct 42 Analyzer(const Stmt &Stm, ASTContext &Context, Memoized &Memorized) in Analyzer() function 54 using MutationFinder = const Stmt *(Analyzer::*)(const Expr *); 106 return Analyzer::isUnevaluated(Smt, Stm, Context); in isUnevaluated() 111 Analyzer A; 138 ExprMutationAnalyzer::Analyzer BodyAnalyzer;
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/impedance-analyzer/ |
| H A D | ad5933.txt | 1 Analog Devices AD5933/AD5934 Impedance Converter, Network Analyzer
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/ |
| H A D | SPIRVConvergenceRegionAnalysis.cpp | 318 ConvergenceRegionAnalyzer Analyzer(F, DT, LI); in getConvergenceRegions() local 319 return Analyzer.analyze(); in getConvergenceRegions()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | Symbols.def | 9 // The list of symbols (SymExpr sub-classes) used in the Static Analyzer.
|
| H A D | Regions.def | 9 // The list of regions (MemRegion sub-classes) used in the Static Analyzer.
|
| /freebsd/share/doc/psd/15.yacc/ |
| H A D | ref.bib | 69 %T Lex \(em A Lexical Analyzer Generator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPerfHintAnalysis.cpp | 407 AMDGPUPerfHint Analyzer(FIM, ST->getTargetLowering()); in runOnSCC() local 409 if (Analyzer.runOnFunction(*F)) in runOnSCC()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | sniffer | 56 >32 byte 7 (Internetwork Analyzer) 405 # RADCOM WAN/LAN Analyzer capture files. 407 0 string \x42\xd2\x00\x34\x12\x66\x22\x88 RADCOM WAN/LAN Analyzer capture file
|
| H A D | windows | 288 # display information of Windows Performance Analyzer Trace File (file name)
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnrollPass.cpp | 538 UnrolledInstAnalyzer Analyzer(Iteration, SimplifiedValues, SE, L); in analyzeLoopUnrollCost() local 562 bool IsFree = Analyzer.visit(I); in analyzeLoopUnrollCost()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticCommonKinds.td | 447 // Static Analyzer Core
|
| H A D | AttrDocs.td | 1253 they are used by the Clang Static Analyzer. 1260 they are used by the Clang Static Analyzer. 1286 These attributes are only used by the Clang Static Analyzer. 5400 analysis tools such as the Clang Static Analyzer. The tool will not report 5462 For example, the Clang Static Analyzer suppresses memory leak warnings when 6467 convention. This allows the Static Analyzer to find bugs caused by violations of
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 2716 consumed::ConsumedAnalyzer Analyzer(WarningHandler); in IssueWarnings() local 2717 Analyzer.run(AC); in IssueWarnings()
|
| /freebsd/contrib/expat/ |
| H A D | Changes | 195 #987 CI: Enforce Clang Static Analyzer clean code 1158 #294 #295 Address Clang Static Analyzer warnings 1281 #9 Address two Clang Static Analyzer false positives
|
| /freebsd/share/misc/ |
| H A D | usb_vendors | 946 e8d8 Aaronia AG Spectran Spectrum Analyzer 1697 000d USB Chief Analyzer 1698 0100 Generic Universal Protocol Analyzer 1700 0200 Generic 10K Universal Protocol Analyzer 1702 0300 Generic Universal Protocol Analyzer 5221 1a62 GW Instek GSP-830 Spectrum Analyzer (HID) 5266 0036 PICkit Serial Analyzer 5270 0a04 AGP LIN Serial Analyzer 13268 8001 Tracker 110 Protocol Analyzer 13269 8002 Explorer 200 Protocol Analyzer [all …]
|
| H A D | pci_vendors | 6787 2925 E2925A 32 Bit, 33 MHzPCI Exerciser & Analyzer 7309 80ff PS2 Performance Analyzer 7310 814a PS2 Performance Analyzer 17960 0615 PBT-615 PCI-X Bus Analyzer 17961 0715 cPCI Bus Analyzer 22567 0001 TA700 PCI Bus Analyzer/Exerciser 23018 2928 64 Bit, 66MHz PCI Exerciser & Analyzer 23019 2929 64 Bit, 133MHz PCI-X Analyzer & Exerciser 23963 a023 THUNDERX OCLA (On-Chip Logic Analyzer) 29261 0001 Spectrum Analyzer PC Card (SAgE)
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1 //===--- Checkers.td - Static Analyzer Checkers -===-----------------------===//
|
| /freebsd/contrib/ldns/ |
| H A D | Changelog | 976 Analyzer tool.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 269 Flags controlling the behavior of the Clang Static Analyzer.}]>; 6877 // Analyzer Options
|
| /freebsd/sys/dev/usb/ |
| H A D | usbdevs | 1514 product CATC CHIEF 0x000d USB Chief Bus & Protocol Analyzer
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.in | 1766 …verage requirement. Preliminary studies show that the Harvard Syntactic Analyzer can produce corre… 19487 …Analyzer, Generator of Alternative Designs, and Performance Evaluator. The statement of requiremen…
|