Searched refs:bool_type (Results 1 – 13 of 13) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | cp-valprint.c | 746 type *bool_type = builtin_type (arch)->builtin_bool; in test_print_fields() local 754 f = append_composite_type_field_raw (the_struct, "A", bool_type); in test_print_fields() 760 f = append_composite_type_field_raw (the_struct, "C", bool_type); in test_print_fields() 769 f = append_composite_type_field_raw (the_struct, "A", bool_type); in test_print_fields() 775 f = append_composite_type_field_raw (the_struct, "C", bool_type); in test_print_fields()
|
| D | language.c | 934 return ld->arch_info[la->la_language].bool_type (); in language_bool_type() 940 language_arch_info::bool_type () const in bool_type() function
|
| D | language.h | 126 struct type *bool_type () const;
|
| D | rust-lang.c | 1718 struct type *bool_type in language_arch_info() local 1745 lai->set_bool_type (bool_type); in language_arch_info()
|
| D | valprint.c | 1228 struct type *bool_type = builtin_type (gdbarch)->builtin_bool; in val_print_type_code_flags() local 1237 if (field_type == bool_type in val_print_type_code_flags()
|
| D | ChangeLog-2020 | 1889 (language_arch_info::bool_type): Define.
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | debug.h | 199 bool (*bool_type) (void *, unsigned int); member
|
| D | debug.c | 2507 return (*fns->bool_type) (fhandle, type->size); in debug_write_type()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/lto/ |
| D | lto-lang.cc | 1046 tree bool_type = build_nonstandard_boolean_type (elem_bits); in lto_type_for_mode() local 1047 return build_vector_type_for_mode (bool_type, mode); in lto_type_for_mode()
|
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | gcc-c-fe.def | 147 GCC_METHOD0 (gcc_type, bool_type)
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | gcc-c-fe.def | 150 GCC_METHOD0 (gcc_type, bool_type)
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | gcc-c-fe.def | 147 GCC_METHOD0 (gcc_type, bool_type)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree.cc | 10077 tree bool_type = build_nonstandard_boolean_type (esize); in build_truth_vector_type_for_mode() local 10079 return make_vector_type (bool_type, nunits, mask_mode); in build_truth_vector_type_for_mode() 10099 tree bool_type = build_nonstandard_boolean_type (esize); in build_truth_vector_type_for() local 10101 return make_vector_type (bool_type, nunits, VOIDmode); in build_truth_vector_type_for()
|