Searched refs:push_type (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | c-exp.y | 725 push_type (tp_space_identifier); 746 { push_type (tp_pointer); $$ = 0; } 748 { push_type (tp_pointer); $$ = $2; } 750 { push_type (tp_reference); $$ = 0; } 752 { push_type (tp_reference); $$ = $2; } 761 push_type (tp_array); 766 push_type (tp_array); 771 { push_type (tp_function); } 773 { push_type (tp_function); } 1008 { push_type (tp_const); [all …]
|
| H A D | f-exp.y | 547 { push_type (tp_pointer); $$ = 0; } 549 { push_type (tp_pointer); $$ = $2; } 551 { push_type (tp_reference); $$ = 0; } 553 { push_type (tp_reference); $$ = $2; } 560 { push_type (tp_function); } 562 { push_type (tp_function); }
|
| H A D | c-exp.c | 2059 push_type (tp_space_identifier); 2065 { push_type (tp_pointer); yyval.voidval = 0; } 2070 { push_type (tp_pointer); yyval.voidval = yyvsp[0].voidval; } 2075 { push_type (tp_reference); yyval.voidval = 0; } 2080 { push_type (tp_reference); yyval.voidval = yyvsp[0].voidval; } 2092 push_type (tp_array); 2100 push_type (tp_array); 2107 { push_type (tp_function); } 2112 { push_type (tp_function); } 2422 { push_type (tp_const); [all …]
|
| H A D | objc-exp.y | 810 { push_type (tp_pointer); $$ = 0; } 812 { push_type (tp_pointer); $$ = $2; } 814 { push_type (tp_reference); $$ = 0; } 816 { push_type (tp_reference); $$ = $2; } 825 push_type (tp_array); 830 push_type (tp_array); 835 { push_type (tp_function); } 837 { push_type (tp_function); }
|
| H A D | objc-exp.c | 2134 { push_type (tp_pointer); yyval.voidval = 0; } 2139 { push_type (tp_pointer); yyval.voidval = yyvsp[0].voidval; } 2144 { push_type (tp_reference); yyval.voidval = 0; } 2149 { push_type (tp_reference); yyval.voidval = yyvsp[0].voidval; } 2161 push_type (tp_array); 2169 push_type (tp_array); 2176 { push_type (tp_function); } 2181 { push_type (tp_function); }
|
| H A D | f-exp.c | 1676 { push_type (tp_pointer); yyval.voidval = 0; } 1681 { push_type (tp_pointer); yyval.voidval = yyvsp[0].voidval; } 1686 { push_type (tp_reference); yyval.voidval = 0; } 1691 { push_type (tp_reference); yyval.voidval = yyvsp[0].voidval; } 1701 { push_type (tp_function); } 1706 { push_type (tp_function); }
|
| H A D | parser-defs.h | 150 extern void push_type (enum type_pieces);
|
| H A D | parse.c | 1152 push_type (enum type_pieces tp) in push_type() function
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | prdbg.c | 81 static bfd_boolean push_type (struct pr_handle *, const char *); 335 push_type (struct pr_handle *info, const char *type) in push_type() function 546 return push_type (info, "<undefined>"); in pr_empty_type() 556 return push_type (info, "void"); in pr_void_type() 568 return push_type (info, ab); in pr_int_type() 580 return push_type (info, "float"); in pr_float_type() 582 return push_type (info, "double"); in pr_float_type() 585 return push_type (info, ab); in pr_float_type() 611 return push_type (info, ab); in pr_bool_type() 624 if (! push_type (info, "enum ")) in pr_enum_type() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | prdbg.c | 80 static bfd_boolean push_type (struct pr_handle *, const char *); 334 push_type (struct pr_handle *info, const char *type) in push_type() function 545 return push_type (info, "<undefined>"); in pr_empty_type() 555 return push_type (info, "void"); in pr_void_type() 567 return push_type (info, ab); in pr_int_type() 579 return push_type (info, "float"); in pr_float_type() 581 return push_type (info, "double"); in pr_float_type() 584 return push_type (info, ab); in pr_float_type() 610 return push_type (info, ab); in pr_bool_type() 623 if (! push_type (info, "enum ")) in pr_enum_type() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | verify.c | 331 push_type (type[index]); 337 push_type (type[index]);
|
| H A D | expr.c | 260 push_type (type) in push_type() function 277 push_type (type);
|
| H A D | java-tree.h | 1241 extern void push_type PARAMS ((tree));
|
| H A D | ChangeLog | 3813 * expr.c (push_type, java_stack_pop, java_stack_swap): Likewise. 4078 (push_type): Now just call push_type_0 (nd fatal on overflow). 9784 set_local_type, merge_type_state, push_type, load_type_state, 14309 * expr.c (push_type): Always promote_type, not just for RECORD_TYPE. 14637 (push_type, pop_type): New functions for verifier.
|