Searched refs:push_type (Results 1 – 14 of 14) sorted by relevance
/openbsd/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; } 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); 1009 push_type (tp_volatile); 1012 { 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; } 2075 { push_type (tp_reference); yyval.voidval = 0; } 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); 2423 push_type (tp_volatile); 2429 { 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/gnu/usr.bin/binutils/binutils/ |
H A D | prdbg.c | 555 return push_type (info, "void"); in pr_void_type() 567 return push_type (info, ab); in pr_int_type() 584 return push_type (info, ab); in pr_float_type() 610 return push_type (info, ab); in pr_bool_type() 1324 if (! push_type (info, t)) in pr_class_baseclass() 1563 return push_type (info, name); in pr_typedef_type() 1598 if (! push_type (info, t)) in pr_tag_type() 2011 if (! push_type (info, name)) in tg_start_struct_type() 2110 if (! push_type (info, name)) in tg_start_class_type() 2206 if (! push_type (info, t)) in tg_class_baseclass() [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | prdbg.c | 556 return push_type (info, "void"); in pr_void_type() 568 return push_type (info, ab); in pr_int_type() 585 return push_type (info, ab); in pr_float_type() 611 return push_type (info, ab); in pr_bool_type() 1325 if (! push_type (info, t)) in pr_class_baseclass() 1564 return push_type (info, name); in pr_typedef_type() 1599 if (! push_type (info, t)) in pr_tag_type() 2012 if (! push_type (info, name)) in tg_start_struct_type() 2111 if (! push_type (info, name)) in tg_start_class_type() 2207 if (! push_type (info, t)) in tg_class_baseclass() [all …]
|
/openbsd/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.
|