Home
last modified time | relevance | path

Searched refs:boolsize (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtarget.h73 uint8_t boolsize; // size of a C '_Bool' type member
H A Dtarget.d323 ubyte boolsize; /// size of a C `_Bool` type member
H A Dcparse.d74 this.boolsize = target.boolsize; in this()
2411 …case TKW.xbool: t = boolsize == 1 ? AST.Type.tbool : integerTypeForSize(boolsi… in cparseDeclarationSpecifiers()
H A Dlexer.d63 ubyte boolsize; /// size of a C _Bool, default 1 variable
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-target.cc161 this->c.boolsize = (BOOL_TYPE_SIZE / BITS_PER_UNIT); in _init()