Searched refs:arch_complex_type (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | f-lang.c | 324 = arch_complex_type (gdbarch, "complex*8", in build_fortran_types() 327 = arch_complex_type (gdbarch, "complex*16", in build_fortran_types() 330 = arch_complex_type (gdbarch, "complex*32", in build_fortran_types()
|
H A D | go-lang.c | 641 = arch_complex_type (gdbarch, "complex64", in build_go_types() 644 = arch_complex_type (gdbarch, "complex128", in build_go_types()
|
H A D | gdbtypes.c | 3653 arch_complex_type (struct gdbarch *gdbarch, in arch_complex_type() function 3848 = arch_complex_type (gdbarch, "complex", in gdbtypes_post_init() 3851 = arch_complex_type (gdbarch, "double complex", in gdbtypes_post_init()
|
H A D | gdbtypes.h | 1445 extern struct type *arch_complex_type (struct gdbarch *, char *,
|