Searched refs:BOOL_TYPE_SIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Ddefaults.h409 #ifndef BOOL_TYPE_SIZE
411 #define BOOL_TYPE_SIZE CHAR_TYPE_SIZE macro
H A Dtree.c6558 may be larger than char depending on the value of BOOL_TYPE_SIZE.
6561 boolean_type_node = make_unsigned_type (BOOL_TYPE_SIZE);
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Ddarwin.h432 #define BOOL_TYPE_SIZE (darwin_one_byte_bool ? CHAR_TYPE_SIZE : INT_TYPE_SIZE) macro

Completed in 188 milliseconds