Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/binutils/
H A Ddebug.h199 bfd_boolean (*bool_type) (void *, unsigned int); member
H A Ddebug.c2498 return (*fns->bool_type) (fhandle, type->size); in debug_write_type()
/dragonfly/contrib/binutils-2.27/binutils/
H A Ddebug.h199 bfd_boolean (*bool_type) (void *, unsigned int); member
H A Ddebug.c2497 return (*fns->bool_type) (fhandle, type->size); in debug_write_type()
/dragonfly/contrib/gcc-8.0/gcc/lto/
H A Dlto-lang.c1020 tree bool_type = build_nonstandard_boolean_type (elem_bits); in lto_type_for_mode() local
1021 return build_vector_type_for_mode (bool_type, mode); in lto_type_for_mode()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.c2275 tree bool_type = build_nonstandard_boolean_type (elem_bits); in c_common_type_for_mode() local
2276 return build_vector_type_for_mode (bool_type, mode); in c_common_type_for_mode()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.c10525 tree bool_type = build_nonstandard_boolean_type (esize); in build_truth_vector_type() local
10527 return make_vector_type (bool_type, nunits, mask_mode); in build_truth_vector_type()