Searched refs:init_boolean_type (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | m2-lang.c | 297 = init_boolean_type (alloc, gdbarch_int_bit (gdbarch), 1, "BOOLEAN"); in build_m2_types()
|
| D | d-lang.c | 206 = init_boolean_type (alloc, 8, 1, "bool"); in build_d_types()
|
| D | f-lang.c | 1748 = init_boolean_type (alloc, TARGET_CHAR_BIT, 1, "logical*1"); in build_fortran_types() 1751 = init_boolean_type (alloc, gdbarch_short_bit (gdbarch), 1, "logical*2"); in build_fortran_types() 1754 = init_boolean_type (alloc, gdbarch_int_bit (gdbarch), 1, "logical*4"); in build_fortran_types() 1757 = init_boolean_type (alloc, gdbarch_long_long_bit (gdbarch), 1, in build_fortran_types()
|
| D | stabsread.c | 2144 rettype = init_boolean_type (alloc, 32, 1, "boolean"); in rs6000_builtin_type() 2161 rettype = init_boolean_type (alloc, 8, 1, "logical*1"); in rs6000_builtin_type() 2164 rettype = init_boolean_type (alloc, 16, 1, "logical*2"); in rs6000_builtin_type() 2167 rettype = init_boolean_type (alloc, 32, 1, "logical*4"); in rs6000_builtin_type() 2170 rettype = init_boolean_type (alloc, 32, 1, "logical"); in rs6000_builtin_type() 3712 return init_boolean_type (alloc, type_bits, unsigned_type, NULL); in read_sun_builtin_type()
|
| D | go-lang.c | 514 = init_boolean_type (alloc, 8, 0, "bool"); in build_go_types()
|
| D | opencl-lang.c | 935 add (init_boolean_type (alloc, 8, 1, "bool")); in language_arch_info()
|
| D | rust-lang.c | 1719 = add (init_boolean_type (alloc, 8, 1, "bool")); in language_arch_info()
|
| D | gdbtypes.h | 2364 extern struct type *init_boolean_type (type_allocator &alloc, int bit,
|
| D | ctfread.c | 568 type = init_boolean_type (alloc, gdbarch_int_bit (gdbarch), in read_base_type()
|
| D | gdbtypes.c | 3422 init_boolean_type (type_allocator &alloc, in init_boolean_type() function 5979 = init_boolean_type (alloc, TARGET_CHAR_BIT, 1, "bool");
|
| D | ChangeLog-2016 | 4920 (init_boolean_type): Likewise. 4930 (init_boolean_type): Likewise.
|
| D | ChangeLog-2017 | 6601 (init_boolean_type): Likewise.
|
| D | ChangeLog-2020 | 4483 * gdbtypes.c (init_integer_type, init_boolean_type): Initialize
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 61596 Unify arch_boolean_type and init_boolean_type 61597 This unifies arch_boolean_type and init_boolean_type by using a type
|