Searched refs:finish (Results 576 - 596 of 596) sorted by relevance

<<21222324

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dreload.cc3785 /* Unswap these so that they are never swapped at `finish'. */
3805 goto finish;
3881 /* Jump to `finish' from above if all operands are valid already.
3883 finish:
H A Dtree.cc14208 set_source_range (tree expr, location_t start, location_t finish)
14212 src_range.m_finish = finish;
H A Dtree.h6432 set_source_range (tree expr, location_t start, location_t finish);
H A Dgimplify.cc14431 goto finish;
14584 finish:
16681 /* This is dead code, but go ahead and finish so that the
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dreload.c3760 /* Unswap these so that they are never swapped at `finish'. */
3780 goto finish;
3856 /* Jump to `finish' from above if all operands are valid already.
3858 finish:
H A Dtree.h6199 set_source_range (tree expr, location_t start, location_t finish);
H A Dtree.c14958 set_source_range (tree expr, location_t start, location_t finish)
14962 src_range.m_finish = finish;
14929 set_source_range(tree expr, location_t start, location_t finish) argument
/netbsd-current/sys/arch/sparc/sparc/
H A Dlocore.s2012 * Must finish trap frame (psr,pc,npc,%y,%o0..%o7) in case
4458 * Ready to run C code; finish bootstrap.
5035 * Here we finish up as in syscall, but simplified.
5711 b Lfp_finish ! set qsize and finish storing fregs
5722 st %fsr, [%o0 + FS_FSR] ! but first finish the %fsr store
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h93 void set_range (location_t start, location_t finish) argument
95 set_location (make_location (m_loc, start, finish));
H A Dparser.cc4478 the start of the initial string, and its finish at the finish of
8920 with caret==start at the "&&", finish at the end of the label. */
15214 goto finish;
15219 goto finish;
15427 finish:
17381 with caret == start at the start token, finish at the end of the
22612 actual function then finish the template scope here to prevent it.
25285 with caret==start at the open brace, finish at the close brace. */
33022 /* Skip an entire parameter list from start to finish
[all...]
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dtls_openssl.c610 rsa_meth->finish = cryptoapi_finish;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_lrc.c4281 engine->reset.finish = execlists_reset_finish;
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h3054 void finish (char);
/netbsd-current/external/bsd/unbound/dist/
H A DMakefile.in572 $(LIBTOOL) --mode=finish $(DESTDIR)$(PYTHON_SITE_PKG)
600 $(LIBTOOL) --mode=finish $(DESTDIR)$(libdir)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dada-lang.c4826 defns_collected (struct obstack *obstackp, int finish)
4828 if (finish)
4817 defns_collected(struct obstack *obstackp, int finish) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Drs6000-tdep.c1098 return per_inferior->disp_step_buf->finish (arch, thread, sig);
/netbsd-current/sys/arch/m68k/060sp/dist/
H A Dpfpsp.s5565 bra.b stzs_norm # finish scaling
5691 bra.b stzd_norm # finish scaling
5967 beq.b case1_sticky_clear # no; go finish
7526 fblt.w fout_sgl_exg # no; go finish NORM
7737 fblt.w fout_dbl_exg # no; go finish NORM
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp528 SanStats->finish();
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-array.c2791 goto finish;
2835 finish:
4270 /* We finish as many loops as are used by the temporary. */
4279 /* We don't want to finish the outermost loop entirely. */
5243 else if (INTEGER_CST_P (info->finish[n])
5244 && ! INTEGER_CST_P (specinfo->finish[n]))
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-array.cc2887 goto finish;
2931 finish:
4374 /* We finish as many loops as are used by the temporary. */
4383 /* We don't want to finish the outermost loop entirely. */
5350 else if (INTEGER_CST_P (info->finish[n])
5351 && ! INTEGER_CST_P (specinfo->finish[n]))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c4262 the start of the initial string, and its finish at the finish of
8460 with caret==start at the "&&", finish at the end of the label. */
13689 goto finish;
13694 goto finish;
13901 finish:
15812 with caret == start at the start token, finish at the end of the
20727 actual function then finish the template scope here to prevent it.
23321 with caret==start at the open brace, finish at the close brace. */
33312 /* Consume the @end token and finish of
[all...]

Completed in 1180 milliseconds

<<21222324