Home
last modified time | relevance | path

Searched refs:after_label (Results 1 – 25 of 55) sorted by relevance

123

/dports/lang/kawa/kawa-3.1.1/gnu/bytecode/
H A DSwitchState.java59 Label after_label; field in SwitchState
70 after_label = new Label(code); in SwitchState()
185 code.emitGoto(after_label); in exitSwitch()
206 code.fixupAdd(CodeAttr.FIXUP_MOVE, -1, after_label); in finish()
260 if (after_label.isUsed()) in finish()
261 after_label.define(code); in finish()
263 after_label.defineRaw(code); in finish()
/dports/audio/mp3splt-gtk/mp3splt-gtk-0.9.2/src/
H A Dwidgets_helper.c163 GtkWidget *wh_create_int_spinner_in_box_with_top_width(gchar *before_label, gchar *after_label, in wh_create_int_spinner_in_box_with_top_width() argument
183 if (after_label != NULL) in wh_create_int_spinner_in_box_with_top_width()
185 gtk_box_pack_start(GTK_BOX(horiz_fake), gtk_label_new(after_label), FALSE, FALSE, 3); in wh_create_int_spinner_in_box_with_top_width()
206 GtkWidget *wh_create_int_spinner_in_box(gchar *before_label, gchar *after_label, in wh_create_int_spinner_in_box() argument
215 return wh_create_int_spinner_in_box_with_top_width(before_label, after_label, in wh_create_int_spinner_in_box()
H A Dwidgets_helper.h63 GtkWidget *wh_create_int_spinner_in_box(gchar *before_label, gchar *after_label,
72 GtkWidget *wh_create_int_spinner_in_box_with_top_width(gchar *before_label, gchar *after_label,
/dports/textproc/py-mdit-py-plugins/mdit-py-plugins-0.3.0/mdit_py_plugins/tasklists/
H A D__init__.py97 after_label(token.content, checklist_id, token_constructor)
128 def after_label(content, checkbox_id, token_constructor): function
/dports/misc/visp/visp-3.4.0/script/
H A DPerfCompare.py134 print('| {} | {} | {} | Speed-up |'.format(title, args.before_label, args.after_label))
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html/styles/
H A Dbdefinitions.perl.old634 local($ref_mark, $visible_mark, $class, $use_label, $after_label) = @_;
664 join('',"<A class=\"$class\" HREF=$ref_mark#$FILE-$label#$id>$visible_mark<\/A>",$after_label, $_);
668 $after_label . $_;
H A Dbdefinitions.perl734 $after_label . $_;
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html-2016/styles/
H A Dbdefinitions.perl.old634 local($ref_mark, $visible_mark, $class, $use_label, $after_label) = @_;
664 join('',"<A class=\"$class\" HREF=$ref_mark#$FILE-$label#$id>$visible_mark<\/A>",$after_label, $_);
668 $after_label . $_;
H A Dbdefinitions.perl734 $after_label . $_;
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dindent_c.c580 static char_u *after_label(char_u *l) in after_label() function
613 p = after_label(l); in get_indent_nolabel()
641 l = after_label(get_cursor_line_ptr()); in skip_label()
2712 l = after_label(get_cursor_line_ptr()); in get_c_indent()
2756 l = after_label(get_cursor_line_ptr()); in get_c_indent()
/dports/editors/vim/vim-8.2.3745/src/
H A Dcindent.c851 after_label(char_u *l) in after_label() function
886 p = after_label(l); in get_indent_nolabel()
916 l = after_label(ml_get_curline()); in skip_label()
2995 l = after_label(ml_get_curline()); in get_c_indent()
3037 l = after_label(ml_get_curline()); in get_c_indent()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Doptabs.c2181 rtx_code_label *after_label = gen_label_rtx (); in expand_doubleword_clz() local
2210 emit_jump_insn (targetm.gen_jump (after_label)); in expand_doubleword_clz()
2228 emit_label (after_label); in expand_doubleword_clz()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Doptabs.c2181 rtx_code_label *after_label = gen_label_rtx (); in expand_doubleword_clz() local
2210 emit_jump_insn (targetm.gen_jump (after_label)); in expand_doubleword_clz()
2228 emit_label (after_label); in expand_doubleword_clz()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Doptabs.c2211 rtx_code_label *after_label = gen_label_rtx (); in expand_doubleword_clz() local
2240 emit_jump_insn (targetm.gen_jump (after_label)); in expand_doubleword_clz()
2258 emit_label (after_label); in expand_doubleword_clz()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Doptabs.c2255 rtx_code_label *after_label = gen_label_rtx (); in expand_doubleword_clz() local
2284 emit_jump_insn (targetm.gen_jump (after_label)); in expand_doubleword_clz()
2302 emit_label (after_label); in expand_doubleword_clz()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Doptabs.c2249 rtx_code_label *after_label = gen_label_rtx (); in expand_doubleword_clz() local
2278 emit_jump_insn (targetm.gen_jump (after_label)); in expand_doubleword_clz()
2296 emit_label (after_label); in expand_doubleword_clz()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Doptabs.c2211 rtx_code_label *after_label = gen_label_rtx (); in expand_doubleword_clz() local
2240 emit_jump_insn (targetm.gen_jump (after_label)); in expand_doubleword_clz()
2258 emit_label (after_label); in expand_doubleword_clz()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Doptabs.c2255 rtx_code_label *after_label = gen_label_rtx (); in expand_doubleword_clz() local
2284 emit_jump_insn (targetm.gen_jump (after_label)); in expand_doubleword_clz()
2302 emit_label (after_label); in expand_doubleword_clz()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Doptabs.c2211 rtx_code_label *after_label = gen_label_rtx (); in expand_doubleword_clz() local
2240 emit_jump_insn (targetm.gen_jump (after_label)); in expand_doubleword_clz()
2258 emit_label (after_label); in expand_doubleword_clz()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Doptabs.c2211 rtx_code_label *after_label = gen_label_rtx (); in expand_doubleword_clz() local
2240 emit_jump_insn (targetm.gen_jump (after_label)); in expand_doubleword_clz()
2258 emit_label (after_label); in expand_doubleword_clz()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Doptabs.c2211 rtx_code_label *after_label = gen_label_rtx (); in expand_doubleword_clz() local
2240 emit_jump_insn (targetm.gen_jump (after_label)); in expand_doubleword_clz()
2258 emit_label (after_label); in expand_doubleword_clz()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Doptabs.c2249 rtx_code_label *after_label = gen_label_rtx (); in expand_doubleword_clz() local
2278 emit_jump_insn (targetm.gen_jump (after_label)); in expand_doubleword_clz()
2296 emit_label (after_label); in expand_doubleword_clz()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Doptabs.c2255 rtx_code_label *after_label = gen_label_rtx (); in expand_doubleword_clz() local
2284 emit_jump_insn (targetm.gen_jump (after_label)); in expand_doubleword_clz()
2302 emit_label (after_label); in expand_doubleword_clz()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Doptabs.c2255 rtx_code_label *after_label = gen_label_rtx (); in expand_doubleword_clz() local
2284 emit_jump_insn (targetm.gen_jump (after_label)); in expand_doubleword_clz()
2302 emit_label (after_label); in expand_doubleword_clz()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Doptabs.c2217 rtx_code_label *after_label = gen_label_rtx (); in expand_doubleword_clz() local
2246 emit_jump_insn (targetm.gen_jump (after_label)); in expand_doubleword_clz()
2264 emit_label (after_label); in expand_doubleword_clz()

123