Searched refs:builtin_integer (Results 1 – 5 of 5) sorted by relevance
170 static FIELDTYPE builtin_integer = { variable183 FIELDTYPE *TYPE_INTEGER = &builtin_integer;
616 (parse_f_type (pstate)->builtin_integer,669 = parse_f_type (pstate)->builtin_integer;733 { $$ = parse_f_type (pstate)->builtin_integer; }735 { $$ = parse_f_type (pstate)->builtin_integer; }865 (parse_f_type (pstate)->builtin_integer); in wrap_binop_intrinsic()869 (parse_f_type (pstate)->builtin_integer); in wrap_binop_intrinsic()920 = convert_to_kind_type (parse_f_type (pstate)->builtin_integer, in wrap_ternop_intrinsic()929 (parse_f_type (pstate)->builtin_integer); in wrap_ternop_intrinsic()1202 else if (basetype == parse_f_type (pstate)->builtin_integer) in convert_to_kind_type()1209 return parse_f_type (pstate)->builtin_integer; in convert_to_kind_type()
146 builtin_f_type (gdbarch)->builtin_integer, in fortran_bounds_all_dims()148 struct type *elm_type = builtin_f_type (gdbarch)->builtin_integer; in fortran_bounds_all_dims()663 type *result_type = builtin_f_type (exp->gdbarch)->builtin_integer; in eval_op_f_array_size()679 type *result_type = builtin_f_type (exp->gdbarch)->builtin_integer; in eval_op_f_array_size()731 struct type *elm_type = builtin_f_type (gdbarch)->builtin_integer; in fortran_array_shape()866 type *result_type = builtin_f_type (exp->gdbarch)->builtin_integer; in eval_op_f_ceil()905 type *result_type = builtin_f_type (exp->gdbarch)->builtin_integer; in eval_op_f_floor()1064 = builtin_f_type (exp->gdbarch)->builtin_integer; in eval_op_f_rank()1083 result_type = builtin_f_type (exp->gdbarch)->builtin_integer; in eval_op_f_loc()1591 type *result_type = builtin_f_type (exp->gdbarch)->builtin_integer; in evaluate()[all …]
329 struct type *builtin_integer = nullptr; member
130892 would be integer*8 while GDB internally still would use a builtin_integer,130945 the Fortran builtin types builtin_integer and builtin_integer_s8.