Home
last modified time | relevance | path

Searched refs:bool_type (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcp-valprint.c746 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()
Dlanguage.c934 return ld->arch_info[la->la_language].bool_type (); in language_bool_type()
940 language_arch_info::bool_type () const in bool_type() function
Dlanguage.h126 struct type *bool_type () const;
Drust-lang.c1718 struct type *bool_type in language_arch_info() local
1745 lai->set_bool_type (bool_type); in language_arch_info()
Dvalprint.c1228 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()
DChangeLog-20201889 (language_arch_info::bool_type): Define.
/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddebug.h199 bool (*bool_type) (void *, unsigned int); member
Ddebug.c2507 return (*fns->bool_type) (fhandle, type->size); in debug_write_type()
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-lang.cc1046 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/
Dgcc-c-fe.def147 GCC_METHOD0 (gcc_type, bool_type)
/netbsd/src/external/gpl3/gdb/dist/include/
Dgcc-c-fe.def150 GCC_METHOD0 (gcc_type, bool_type)
/netbsd/src/external/gpl3/binutils/dist/include/
Dgcc-c-fe.def147 GCC_METHOD0 (gcc_type, bool_type)
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.cc10077 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()