Home
last modified time | relevance | path

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

12345678910>>...13

/netbsd-src/sys/fs/cd9660/
H A Dcd9660_rrip.c590 ISO_RRIP_ANALYZE analyze; in cd9660_rrip_analyze() local
592 analyze.inop = inop; in cd9660_rrip_analyze()
593 analyze.imp = imp; in cd9660_rrip_analyze()
594 analyze.fields = ISO_SUSP_ATTR | ISO_SUSP_TSTAMP | ISO_SUSP_DEVICE; in cd9660_rrip_analyze()
596 return cd9660_rrip_loop(isodir, &analyze, rrip_table_analyze); in cd9660_rrip_analyze()
617 ISO_RRIP_ANALYZE analyze; in cd9660_rrip_getname() local
621 analyze.outbuf = outbuf; in cd9660_rrip_getname()
622 analyze.outlen = outlen; in cd9660_rrip_getname()
623 analyze.maxlen = ISO_MAXNAMLEN; in cd9660_rrip_getname()
624 analyze.inump = inump; in cd9660_rrip_getname()
[all …]
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dlabel.y58 virtual unsigned analyze() { return 0; } in analyze() function
65 unsigned analyze() { return CONTAINS_VARIABLE|CONTAINS_AT; } in analyze() function
76 unsigned analyze() { return CONTAINS_FORMAT; } in analyze() function
85 unsigned analyze() { return CONTAINS_VARIABLE; } in analyze() function
102 unsigned analyze() { return expr ? expr->analyze() : 0; } in analyze() function
112 unsigned analyze() { return flags; } in analyze() function
119 unsigned analyze() { in analyze() function
120 return ((expr ? (expr->analyze() & ~CONTAINS_VARIABLE) : 0) in analyze()
167 unsigned analyze() { in analyze() function
168 return (expr1 ? expr1->analyze() : 0) | (expr2 ? expr2->analyze() : 0); in analyze()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/
H A 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
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Danalyze.py119 analyze=args.ctu_phases.analyze,
123 else CtuConfig(collect=False, analyze=False, dir='', extdef_map_cmd=''))
132 analyze=ctu_config[1],
260 if ctu_config.collect and ctu_config.analyze:
263 args.ctu_phases = CtuConfig(collect=True, analyze=False,
267 args.ctu_phases = CtuConfig(collect=False, analyze=True,
664 if ctu_config.collect or ctu_config.analyze:
665 assert ctu_config.collect != ctu_config.analyze
668 if ctu_config.analyze:
H A Darguments.py134 if args.ctu_phases.analyze and not args.ctu_phases.collect \
383 const=CtuConfig(collect=True, analyze=True,
399 const=CtuConfig(collect=True, analyze=False,
407 const=CtuConfig(collect=False, analyze=True,
/netbsd-src/external/bsd/unbound/dist/testdata/clang-analysis.tdir/
H A Dclang-analysis.test49 echo clang --analyze $CPPFLAGS $x
52 #echo "(cd $odir; clang --analyze $CPPFLAGS $srcdir/$x 2>&1 ) | tee tmp.$$"
53 (cd "$odir"; clang --analyze $CPPFLAGS $srcdir/$x 2>&1 ) | tee tmp.$$
64 …echo "create reports in file.plist dir with clang --analyze --analyzer-output html $CPPFLAGS""$fa…
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Dlibdiff.mak51 -@erase "$(INTDIR)\analyze.obj"
111 "$(INTDIR)\analyze.obj" \
154 -@erase "$(INTDIR)\analyze.obj"
214 "$(INTDIR)\analyze.obj" \
247 SOURCE=.\analyze.c
249 "$(INTDIR)\analyze.obj" : $(SOURCE) "$(INTDIR)"
H A Dbuild_diff.com5 $ CC analyze.c
17 $ library/create diff.olb diff.obj,analyze.obj,cmpbuf.obj,-
H A DMakefile.am20 libdiff_a_SOURCES = diff.c diff3.c analyze.c cmpbuf.c cmpbuf.h io.c \
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv-shorten-memrefs.cc76 regno_map * analyze (basic_block bb);
101 pass_shorten_memrefs::analyze (basic_block bb) in analyze() function in __anon4c80d3ec0111::pass_shorten_memrefs
207 m = analyze (bb); in execute()
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/user-docs/
H A 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
/netbsd-src/share/mk/
H A Dbsd.clang-analyze.mk5 CLANG_ANALYZE_FLAGS+= --analyze
38 analyze: ${CLANG_ANALYZE_OUTPUT}
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDominanceFrontier.cpp50 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
84 DF.analyze(AM.getResult<DominatorTreeAnalysis>(F)); in run()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dpktview.c154 static void analyze(sldns_buffer* pkt) in analyze() function
198 analyze(pkt); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dopt.rst17 function of :program:`opt` depends on whether the `-analyze` option is
20 When `-analyze` is specified, :program:`opt` performs various analyses
26 While `-analyze` is *not* given, :program:`opt` attempts to produce an
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/bin/
H A Danalyze-c++12 from libscanbuild.analyze import analyze_compiler_wrapper
H A Danalyze-cc12 from libscanbuild.analyze import analyze_compiler_wrapper
H A Dscan-build13 from libscanbuild.analyze import scan_build
H A Danalyze-build13 from libscanbuild.analyze import analyze_build
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUsingDeclarationsSorter.h28 analyze(TokenAnnotator &Annotator,
H A DNamespaceEndCommentsFixer.h38 analyze(TokenAnnotator &Annotator,
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcgraphunit.cc332 node->analyze (); in process_new_functions()
589 node->analyze (); in add_new_function()
613 cgraph_node::analyze (void) in analyze() function in cgraph_node
636 t->analyze (); in analyze()
641 t->analyze (); in analyze()
978 node->analyze (); in finalize_decl()
1242 cnode->analyze (); in analyze_functions()
1296 vnode->analyze (); in analyze_functions()
2597 analyze (); in create_wrapper()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineDominanceFrontier.cpp42 Base.analyze(getAnalysis<MachineDominatorTree>().getBase()); in runOnMachineFunction()
/netbsd-src/external/gpl2/diffutils/bin/diff/
H A DMakefile9 SRCS= analyze.c context.c diff.c dir.c ed.c ifdef.c io.c \
/netbsd-src/external/gpl2/diffutils/dist/
H A DAUTHORS89 Assigns changes (makefile.in, analyze.c, cmp.c, error.c, diff.c,
110 Assigns changes to diff. (diffutils-2.7.2/analyze.c, context.c, diff.[ch],

12345678910>>...13