/dports/lang/kawa/kawa-3.1.1/gnu/bytecode/ |
H A D | SwitchState.java | 52 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 D | bookmarks.vala | 40 [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 D | test3.c | 69 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 D | body.cpp | 841 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 D | bytecode.cpp | 1542 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 D | Xrus.ad | 376 *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 D | props.c | 81 Widget switch_label, switch_keys; member 576 props.switch_label = XtVaCreateManagedWidget("switch_label", in PropsInit()
|
/dports/lang/nwcc/nwcc_0.8.3/ |
H A D | control.c | 623 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 D | java12.cup | 84 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 D | parse-scan.y | 794 switch_label 795 | switch_labels switch_label 798 switch_label:
|
H A D | parse.y | 1624 switch_label 1625 | switch_labels switch_label 1628 switch_label:
|
H A D | ChangeLog | 5688 * 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 D | parse-scan.y | 794 switch_label 795 | switch_labels switch_label 798 switch_label:
|
H A D | parse.y | 1624 switch_label 1625 | switch_labels switch_label 1628 switch_label:
|
H A D | ChangeLog | 5688 * 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 D | cs-parser.jay | 6369 : switch_label 6375 | switch_labels switch_label 6381 switch_label
|
/dports/games/ldmud/ldmud-3.3.720/src/ |
H A D | prolang.y | 8413 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 D | ChangeLog | 6710 * 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 D | ChangeLog | 7117 * 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 D | ChangeLog | 6594 * 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 D | ChangeLog | 6574 * 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 D | ChangeLog | 7117 * 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:):
|