Home
last modified time | relevance | path

Searched refs:analyze (Results 1 – 25 of 104) sorted by relevance

12345

/openbsd/src/sys/isofs/cd9660/
Dcd9660_rrip.c607 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/
DREADME.md39 $ 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
DCMakeLists.txt2 "analyze-build"
7 "analyze-c++"
8 "analyze-cc"
14 "analyze.py"
/openbsd/src/gnu/usr.bin/cvs/diff/
Dbuild_diff.com4 $ CC analyze.c
16 $ library/create diff.olb diff.obj,analyze.obj,cmpbuf.obj,-
DMakefile.in93 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@
DMakefile.am20 libdiff_a_SOURCES = diff.c diff3.c analyze.c cmpbuf.c cmpbuf.h io.c \
DChangeLog18 * 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/
DDominanceFrontier.cpp49 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
83 DF.analyze(AM.getResult<DominatorTreeAnalysis>(F)); in run()
DOptimizationRemarkEmitter.cpp38 LI.analyze(DT); in OptimizationRemarkEmitter()
/openbsd/src/gnu/llvm/clang/docs/analyzer/user-docs/
DCrossTranslationUnit.rst70 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
195analyze-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/
DQualifierAlignmentFixer.h45 analyze(TokenAnnotator &Annotator,
69 analyze(TokenAnnotator &Annotator,
DUsingDeclarationsSorter.h28 analyze(TokenAnnotator &Annotator,
DNamespaceEndCommentsFixer.h38 analyze(TokenAnnotator &Annotator,
DDefinitionBlockSeparator.h30 analyze(TokenAnnotator &Annotator,
DTokenAnalyzer.h97 analyze(TokenAnnotator &Annotator,
/openbsd/src/usr.sbin/unbound/testcode/
Dpktview.c154 static void analyze(sldns_buffer* pkt) in analyze() function
198 analyze(pkt); in main()
/openbsd/src/gnu/llvm/clang/tools/scan-build-py/bin/
Danalyze-build13 from libscanbuild.analyze import analyze_build
Dscan-build13 from libscanbuild.analyze import scan_build
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineDominanceFrontier.cpp41 Base.analyze(getAnalysis<MachineDominatorTree>().getBase()); in runOnMachineFunction()
DLazyMachineBlockFrequencyInfo.cpp85 OwnedMLI->getBase().analyze(MDT->getBase()); in calculateIfNotAvailable()
DMachineLoopInfo.cpp52 LI.analyze(MDT.getBase()); in calculate()
/openbsd/src/gnu/llvm/llvm/include/llvm/Bitcode/
DBitcodeAnalyzer.h91 Error analyze(std::optional<BCDumpOptions> O = std::nullopt,
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/
DREADME.txt62 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/
Dllvm-bcanalyzer.cpp126 ExitOnErr(BA.analyze( in main()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCSEInfo.cpp240 void GISelCSEInfo::analyze(MachineFunction &MF) { in analyze() function in GISelCSEInfo
433 Info.analyze(*MF); in get()

12345