| /openbsd/src/sys/isofs/cd9660/ |
| D | cd9660_rrip.c | 607 ISO_RRIP_ANALYZE analyze; in cd9660_rrip_analyze() local 609 analyze.inop = inop; in cd9660_rrip_analyze() 610 analyze.imp = imp; in cd9660_rrip_analyze() 611 analyze.fields = ISO_SUSP_ATTR | ISO_SUSP_TSTAMP | ISO_SUSP_DEVICE; in cd9660_rrip_analyze() 613 return (cd9660_rrip_loop(isodir, &analyze, rrip_table_analyze)); in cd9660_rrip_analyze() 642 ISO_RRIP_ANALYZE analyze; in cd9660_rrip_getname() local 646 analyze.outbuf = outbuf; in cd9660_rrip_getname() 647 analyze.outlen = outlen; in cd9660_rrip_getname() 648 analyze.maxlen = NAME_MAX; in cd9660_rrip_getname() 649 analyze.inump = inump; in cd9660_rrip_getname() [all …]
|
| /openbsd/src/gnu/llvm/clang/tools/scan-build-py/ |
| D | README.md | 39 $ analyze-build 54 $ analyze-build --ctu 62 $ analyze-build --ctu-collect-only 65 $ analyze-build --ctu-analyze-only 73 Generally speaking, the `intercept-build` and `analyze-build` tools together 77 $ intercept-build <your build command> && analyze-build 116 compilation database. `analyze-build` does only run the analyzer against the
|
| D | CMakeLists.txt | 2 "analyze-build" 7 "analyze-c++" 8 "analyze-cc" 14 "analyze.py"
|
| /openbsd/src/gnu/usr.bin/cvs/diff/ |
| D | build_diff.com | 4 $ CC analyze.c 16 $ library/create diff.olb diff.obj,analyze.obj,cmpbuf.obj,-
|
| D | Makefile.in | 93 libdiff_a_SOURCES = diff.c diff3.c analyze.c cmpbuf.c cmpbuf.h io.c \ 109 am_libdiff_a_OBJECTS = diff.$(OBJEXT) diff3.$(OBJEXT) analyze.$(OBJEXT) \ 128 @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/analyze.Po $(DEPDIR)/cmpbuf.Po \ 198 @_am_include@ @_am_quote@$(DEPDIR)/analyze.Po@_am_quote@
|
| D | Makefile.am | 20 libdiff_a_SOURCES = diff.c diff3.c analyze.c cmpbuf.c cmpbuf.h io.c \
|
| D | ChangeLog | 18 * analyze.c (shift_boundaries): undid Paul Eggert's patch to fix 141 * Makefile.in, analyze.c, cmpbuf.c, cmpbuf.h, context.c, diff.c, 241 * analyze.c: applied Paul Eggert's patch to fix the diff3 merge 343 * Makefile.in, analyze.c, cmpbuf.c, cmpbuf.h, config.hin, 410 * analyze.c, diff.c, diff.h, util.c (diff_error): Renamed from `error'.
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | DominanceFrontier.cpp | 49 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction() 83 DF.analyze(AM.getResult<DominatorTreeAnalysis>(F)); in run()
|
| D | OptimizationRemarkEmitter.cpp | 38 LI.analyze(DT); in OptimizationRemarkEmitter()
|
| /openbsd/src/gnu/llvm/clang/docs/analyzer/user-docs/ |
| D | CrossTranslationUnit.rst | 70 We'd like to analyze `main.cpp` and discover the division by zero bug. 111 $ clang++ --analyze \ 125 This manual procedure is error-prone and not scalable, therefore to analyze real projects it is rec… 135 $ CodeChecker analyze --ctu compile_commands.json -o reports 194 $ /your/path/to/llvm-project/clang/tools/scan-build-py/bin/analyze-build --ctu 195 …analyze-build: Run 'scan-view /tmp/scan-build-2019-07-17-17-53-33-810365-7fqgWk' to examine bug re… 279 We'd like to analyze `main.cpp` and discover the division by zero bug. 296 $ clang++ --analyze \ 311 This manual procedure is error-prone and not scalable, therefore to analyze real projects it is rec… 321 $ CodeChecker analyze --ctu --ctu-ast-loading-mode on-demand compile_commands.json -o reports
|
| /openbsd/src/gnu/llvm/clang/lib/Format/ |
| D | QualifierAlignmentFixer.h | 45 analyze(TokenAnnotator &Annotator, 69 analyze(TokenAnnotator &Annotator,
|
| D | UsingDeclarationsSorter.h | 28 analyze(TokenAnnotator &Annotator,
|
| D | NamespaceEndCommentsFixer.h | 38 analyze(TokenAnnotator &Annotator,
|
| D | DefinitionBlockSeparator.h | 30 analyze(TokenAnnotator &Annotator,
|
| D | TokenAnalyzer.h | 97 analyze(TokenAnnotator &Annotator,
|
| /openbsd/src/usr.sbin/unbound/testcode/ |
| D | pktview.c | 154 static void analyze(sldns_buffer* pkt) in analyze() function 198 analyze(pkt); in main()
|
| /openbsd/src/gnu/llvm/clang/tools/scan-build-py/bin/ |
| D | analyze-build | 13 from libscanbuild.analyze import analyze_build
|
| D | scan-build | 13 from libscanbuild.analyze import scan_build
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | MachineDominanceFrontier.cpp | 41 Base.analyze(getAnalysis<MachineDominatorTree>().getBase()); in runOnMachineFunction()
|
| D | LazyMachineBlockFrequencyInfo.cpp | 85 OwnedMLI->getBase().analyze(MDT->getBase()); in calculateIfNotAvailable()
|
| D | MachineLoopInfo.cpp | 52 LI.analyze(MDT.getBase()); in calculate()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Bitcode/ |
| D | BitcodeAnalyzer.h | 91 Error analyze(std::optional<BCDumpOptions> O = std::nullopt,
|
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/ |
| D | README.txt | 62 to tell the Checker that we are about to analyze a CallExpr, and the 108 $ clang -cc1 -help | grep analyze 109 -analyze-function <value>
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-bcanalyzer/ |
| D | llvm-bcanalyzer.cpp | 126 ExitOnErr(BA.analyze( in main()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| D | CSEInfo.cpp | 240 void GISelCSEInfo::analyze(MachineFunction &MF) { in analyze() function in GISelCSEInfo 433 Info.analyze(*MF); in get()
|