Home
last modified time | relevance | path

Searched refs:el_type (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Djv-valprint.c86 struct type *el_type = java_primitive_type_from_name (name, i - 2); in java_value_print() local
94 if (el_type == NULL) in java_value_print()
151 struct value *v = allocate_value (el_type); in java_value_print()
152 struct value *next_v = allocate_value (el_type); in java_value_print()
181 VALUE_OFFSET (next_v) += TYPE_LENGTH (el_type); in java_value_print()
183 TYPE_LENGTH (el_type)) != 0) in java_value_print()
H A Djv-lang.c883 struct type *el_type; in evaluate_subexp_java() local
892 el_type = type_from_class (temp); in evaluate_subexp_java()
893 if (TYPE_CODE (el_type) == TYPE_CODE_STRUCT) in evaluate_subexp_java()
894 el_type = lookup_pointer_type (el_type); in evaluate_subexp_java()
897 return value_zero (el_type, VALUE_LVAL (arg1)); in evaluate_subexp_java()
906 address = (address + 4) + index * TYPE_LENGTH (el_type); in evaluate_subexp_java()
907 return value_at (el_type, address, NULL); in evaluate_subexp_java()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dverify.c171 tree el_type = NULL_TREE; local
173 el_type = el_type1;
176 el_type = merge_types (el_type1, el_type2);
177 if (el_type != NULL_TREE)
185 return promote_type (build_java_array_type (el_type, len1));
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c10465 tree el_type = ffecom_tree_type[FFEINFO_basictypeREAL][kt]; in ffecom_constantunion() local
10504 build_real (el_type, real), in ffecom_constantunion()
10505 build_real (el_type, imag)); in ffecom_constantunion()