Home
last modified time | relevance | path

Searched refs:pop_type (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dverify.c326 pop_type (type[index]);
784 pop_type (type);
788 pop_type (type);
789 pop_type (type);
795 pop_type (int_type_node);
796 pop_type (long_type_node);
811 pop_type (int_type_node); PUSH_TYPE (long_type_node); break;
813 pop_type (int_type_node); PUSH_TYPE (float_type_node); break;
815 pop_type (int_type_node); PUSH_TYPE (double_type_node); break;
817 pop_type (long_type_node); PUSH_TYPE (int_type_node); break;
[all …]
Dexpr.c357 pop_type (type) in pop_type() function
454 type = pop_type (type);
2103 pop_type (self_type);
2980 tree type = pop_type (ptr_type_node);
Djava-tree.h1158 extern tree pop_type PARAMS ((tree));
DChangeLog3246 (pop_type): Add format specifier in call to `error'.
3346 * verify.c (verify_jvm_instructions): Replace 3 pop_type by POP_TYPE
4080 (pop_type): If pop_type_0 fails, print error message.
8891 (pop_type): Use pop_type_0.
9759 (pop_type): Remove unused variable `i'.
10700 * expr.c (pop_type): Any interface is matches by java.lang.Object.
14445 (pop_type): Use it.
14482 (pop_type, merge_types): Hence ptr_type_node matches any reference.
14516 (pop_type): Accept CHAR/BYTE/BOOLEAN/SHORT promoted type as
14637 (push_type, pop_type): New functions for verifier.
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dprdbg.c85 static char *pop_type (struct pr_handle *);
473 pop_type (struct pr_handle *info) in pop_type() function
715 arg_types[i] = pop_type (info); in pr_function_type()
806 range_type = pop_type (info); in pr_array_type()
880 t = pop_type (info); in pr_offset_type()
909 domain_type = pop_type (info); in pr_method_type()
937 arg_types[i] = pop_type (info); in pr_method_type()
1148 t = pop_type (info); in pr_struct_field()
1195 tv = pop_type (info); in pr_start_class_type()
1288 t = pop_type (info); in pr_class_static_member()
[all …]
DChangeLog-91971728 * prdbg.c (pop_type): Don't remove '+' character.
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dprdbg.c86 static char *pop_type (struct pr_handle *);
474 pop_type (struct pr_handle *info) in pop_type() function
716 arg_types[i] = pop_type (info); in pr_function_type()
807 range_type = pop_type (info); in pr_array_type()
881 t = pop_type (info); in pr_offset_type()
910 domain_type = pop_type (info); in pr_method_type()
938 arg_types[i] = pop_type (info); in pr_method_type()
1149 t = pop_type (info); in pr_struct_field()
1196 tv = pop_type (info); in pr_start_class_type()
1289 t = pop_type (info); in pr_class_static_member()
[all …]
DChangeLog-91971728 * prdbg.c (pop_type): Don't remove '+' character.
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dparser-defs.h156 extern enum type_pieces pop_type (void);
Dparse.c1172 pop_type (void) in pop_type() function
1201 switch (pop_type ()) in follow_types()
Df-exp.y512 switch (pop_type ())
Df-exp.c1640 switch (pop_type ())