Home
last modified time | relevance | path

Searched refs:arch_boolean_type (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Df-lang.c291 = arch_boolean_type (gdbarch, TARGET_CHAR_BIT, 1, "logical*1"); in build_fortran_types()
298 = arch_boolean_type (gdbarch, gdbarch_short_bit (gdbarch), 1, in build_fortran_types()
302 = arch_boolean_type (gdbarch, gdbarch_long_long_bit (gdbarch), 1, in build_fortran_types()
310 = arch_boolean_type (gdbarch, gdbarch_int_bit (gdbarch), 1, in build_fortran_types()
H A Dm2-lang.c413 = arch_boolean_type (gdbarch, gdbarch_int_bit (gdbarch), 1, "BOOLEAN"); in build_m2_types()
H A Dgo-lang.c613 = arch_boolean_type (gdbarch, 8, 0, "bool"); in build_go_types()
H A Dgdbtypes.h1442 extern struct type *arch_boolean_type (struct gdbarch *, int, int, char *);
H A Djv-lang.c1217 = arch_boolean_type (gdbarch, 8, 0, "boolean"); in build_java_types()
H A Dopencl-lang.c1209 = arch_boolean_type (gdbarch, 8, 1, "bool"); in build_opencl_types()
H A Dgdbtypes.c3613 arch_boolean_type (struct gdbarch *gdbarch, in arch_boolean_type() function