Home
last modified time | relevance | path

Searched refs:switch_label (Results 1 – 22 of 22) sorted by relevance

/dports/lang/kawa/kawa-3.1.1/gnu/bytecode/
H A DSwitchState.java52 Label switch_label; field in SwitchState
68 switch_label = new Label(code); in SwitchState()
85 switch_label.setTypes(code); in switchValuePushed()
86 code.fixupAdd(CodeAttr.FIXUP_MOVE, -1, switch_label); in switchValuePushed()
207 switch_label.define(code); in finish()
/dports/devel/dconf-editor/dconf-editor-3.38.3/editor/
H A Dbookmarks.vala40 [GtkChild] private unowned Label switch_label;
87 …update_switch_label (ViewType.SEARCH, ViewType.FOLDER, switch_label); // init text with "Bookmark …
187 update_switch_label (current_type, type, switch_label);
395 … private static void update_switch_label (ViewType old_type, ViewType new_type, Label switch_label)
398 switch_label.label = bookmark_this_search_text;
400 switch_label.label = bookmark_this_location_text;
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm/label/
H A Dtest3.c69 Widget switch_label[MAX_SWITCH]; in main() local
263 switch_label[0] = XtVaCreateManagedWidget( "switch_label", in main()
271 XmNtopWidget,switch_label[0], in main()
293 switch_label[i] = XtVaCreateManagedWidget( "switch_label", in main()
303 XmNtopWidget,switch_label[i], in main()
336 XmNtopWidget,switch_label[MAX_SWITCH-1], in main()
/dports/java/jikes/jikes-1.22/src/
H A Dbody.cpp841 AstSwitchLabel* switch_label = in ProcessSwitchStatement() local
843 if (switch_label -> expression_opt) in ProcessSwitchStatement()
845 ProcessExpression(switch_label -> expression_opt); in ProcessSwitchStatement()
847 switch_label -> expression_opt -> Type(); in ProcessSwitchStatement()
853 switch_label -> expression_opt, in ProcessSwitchStatement()
858 else if (! switch_label -> expression_opt -> IsConstant()) in ProcessSwitchStatement()
861 switch_label -> expression_opt); in ProcessSwitchStatement()
867 switch_label -> expression_opt = in ProcessSwitchStatement()
878 (switch_label -> expression_opt -> in ProcessSwitchStatement()
881 switch_label -> expression_opt, in ProcessSwitchStatement()
[all …]
H A Dbytecode.cpp1542 AstSwitchLabel* switch_label = in EmitSwitchStatement() local
1545 DefineLabel(case_labels[switch_label -> map_index]); in EmitSwitchStatement()
1546 else if (switch_label -> expression_opt) in EmitSwitchStatement()
1549 (switch_label -> expression_opt -> value) -> value; in EmitSwitchStatement()
/dports/russian/xruskb/xruskb-1.15.4/
H A DXrus.ad376 *props_xaw*switch_label.label: Switch key combination
377 *props_xaw*switch_label.borderWidth: 0
378 *props_xaw*switch_label.justify: JustifyLeft
449 *props_xaw*switch_label.fromVert: bell_toggle
450 *props_xaw*switch_label.left: ChainLeft
451 *props_xaw*switch_label.right: ChainLeft
453 *props_xaw*switch_text.fromVert: switch_label
H A Dprops.c81 Widget switch_label, switch_keys; member
576 props.switch_label = XtVaCreateManagedWidget("switch_label", in PropsInit()
/dports/lang/nwcc/nwcc_0.8.3/
H A Dcontrol.c623 struct control *switch_label = NULL; in parse_ctrl() local
675 switch_label = parse_ctrl(/*parent*/ cont, &t, 0, NULL); in parse_ctrl()
676 if (switch_label != NULL) { in parse_ctrl()
679 l = switch_label->stmt->data; in parse_ctrl()
690 if (switch_label == NULL) { in parse_ctrl()
/dports/java/jflex/jflex-1.8.1/examples/cup-java/src/main/cup/
H A Djava12.cup84 terminal CASE, DEFAULT; // switch_label
194 non terminal switch_labels, switch_label;
621 switch_label
622 | switch_labels switch_label
624 switch_label ::=
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/java/
H A Dparse-scan.y794 switch_label
795 | switch_labels switch_label
798 switch_label:
H A Dparse.y1624 switch_label
1625 | switch_labels switch_label
1628 switch_label:
H A DChangeLog5688 * parse.y (switch_label): Use build, not build1, to construct
13250 switch_block_statement_group:, switch_labels:, switch_label:):
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/java/
H A Dparse-scan.y794 switch_label
795 | switch_labels switch_label
798 switch_label:
H A Dparse.y1624 switch_label
1625 | switch_labels switch_label
1628 switch_label:
H A DChangeLog5688 * parse.y (switch_label): Use build, not build1, to construct
13250 switch_block_statement_group:, switch_labels:, switch_label:):
/dports/lang/mono/mono-5.10.1.57/mcs/mcs/
H A Dcs-parser.jay6369 : switch_label
6375 | switch_labels switch_label
6381 switch_label
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dprolang.y8413 switch_statements: switch_label statements_block ;
8416 switch_label: case | default ;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/java/
H A DChangeLog6710 * parse.y (switch_label): Use make_node for DEFAULT_EXPR.
12411 * parse.y (switch_label): Use build, not build1, to construct
19973 switch_block_statement_group:, switch_labels:, switch_label:):
/dports/lang/gnat_util/gcc-6-20180516/gcc/java/
H A DChangeLog7117 * parse.y (switch_label): Use make_node for DEFAULT_EXPR.
12818 * parse.y (switch_label): Use build, not build1, to construct
20380 switch_block_statement_group:, switch_labels:, switch_label:):
/dports/lang/gcc48/gcc-4.8.5/gcc/java/
H A DChangeLog6594 * parse.y (switch_label): Use make_node for DEFAULT_EXPR.
12295 * parse.y (switch_label): Use build, not build1, to construct
19857 switch_block_statement_group:, switch_labels:, switch_label:):
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/java/
H A DChangeLog6574 * parse.y (switch_label): Use make_node for DEFAULT_EXPR.
12275 * parse.y (switch_label): Use build, not build1, to construct
19837 switch_block_statement_group:, switch_labels:, switch_label:):
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/java/
H A DChangeLog7117 * parse.y (switch_label): Use make_node for DEFAULT_EXPR.
12818 * parse.y (switch_label): Use build, not build1, to construct
20380 switch_block_statement_group:, switch_labels:, switch_label:):