Searched refs:builtin_real (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dm2-lang.h53 struct type *builtin_real; member in struct:builtin_m2_type
H A Dd-lang.h45 struct type *builtin_real; member in struct:builtin_d_type
H A Df-lang.h80 struct type *builtin_real; member in struct:builtin_f_type
H A Dm2-lang.c249 = builtin->builtin_real;
454 builtin_m2_type->builtin_real
H A Dd-lang.c203 = builtin->builtin_real;
320 builtin_d_type->builtin_real
344 = init_complex_type ("creal", builtin_d_type->builtin_real);
H A Df-exp.y618 { $$ = parse_f_type (pstate)->builtin_real; }
632 { $$ = parse_f_type (pstate)->builtin_real;}
872 else if (basetype == parse_f_type (pstate)->builtin_real)
875 return parse_f_type (pstate)->builtin_real;
H A Dm2-exp.y480 ->builtin_real);
647 parse_m2_type (pstate)->builtin_real,
H A Df-lang.c547 = builtin->builtin_real;
766 builtin_f_type->builtin_real
785 = init_complex_type ("complex*8", builtin_f_type->builtin_real);
H A Dd-exp.y730 = parse_d_type (ps)->builtin_real;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dd-lang.h45 struct type *builtin_real = nullptr; member in struct:builtin_d_type
H A Dm2-lang.h43 struct type *builtin_real = nullptr; member in struct:builtin_m2_type
H A Dd-lang.c113 add (builtin->builtin_real);
234 builtin_d_type->builtin_real
261 = init_complex_type ("creal", builtin_d_type->builtin_real);
H A Dm2-lang.c136 add (builtin->builtin_real);
289 builtin_m2_type->builtin_real
H A Df-exp.y755 { $$ = parse_f_type (pstate)->builtin_real; }
757 { $$ = parse_f_type (pstate)->builtin_real; }
771 { $$ = parse_f_type (pstate)->builtin_real;}
1186 else if (basetype == parse_f_type (pstate)->builtin_real)
1189 return parse_f_type (pstate)->builtin_real;
H A Dm2-exp.y473 (parse_m2_type (pstate)->builtin_real, data);
611 parse_m2_type (pstate)->builtin_real,
H A Df-lang.c1681 add (builtin->builtin_real);
1760 builtin_f_type->builtin_real
1781 = init_complex_type ("complex*4", builtin_f_type->builtin_real);
H A Dd-exp.y721 = parse_d_type (ps)->builtin_real;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dread.c17899 tt = builtin_f_type (gdbarch)->builtin_real;
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dread.c17130 tt = builtin_f_type (gdbarch)->builtin_real;

Completed in 482 milliseconds