Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtarget.h79 uint8_t wchar_tsize; // size of a C 'wchar_t' type member
H A Dtarget.d329 ubyte wchar_tsize; /// size of a C `wchar_t` type member
H A Dchkformat.d283 … if (!(t.ty == Tpointer && tnext.ty.isSomeChar && tnext.size() == target.c.wchar_tsize)) in checkPrintfFormat()
494 … if (!(t.ty == Tpointer && tnext.ty.isSomeChar && tnext.size() == target.c.wchar_tsize)) in checkScanfFormat()
H A Dlexer.d69 ubyte wchar_tsize; /// size of C wchar_t, 2 or 4 variable
377 c = (wchar_tsize == 4) ? 'u' : 'U'; in scan()
387 t.postfix = c == 'L' ? (wchar_tsize == 2 ? 'w' : 'd') : in scan()
H A Ddscope.d604 tok = target.c.wchar_tsize == 2 ? TOK.wchar_ : TOK.dchar_; in search_correct_C()
H A Dcparse.d80 this.wchar_tsize = target.wchar_tsize; in this()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-target.cc167 this->c.wchar_tsize = (WCHAR_TYPE_SIZE / BITS_PER_UNIT); in _init()