Searched refs:wchar_tsize (Results 1 – 7 of 7) sorted by relevance
79 uint8_t wchar_tsize; // size of a C 'wchar_t' type member
329 ubyte wchar_tsize; /// size of a C `wchar_t` type member
283 … 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()
69 ubyte wchar_tsize; /// size of C wchar_t, 2 or 4 variable377 c = (wchar_tsize == 4) ? 'u' : 'U'; in scan()387 t.postfix = c == 'L' ? (wchar_tsize == 2 ? 'w' : 'd') : in scan()
604 tok = target.c.wchar_tsize == 2 ? TOK.wchar_ : TOK.dchar_; in search_correct_C()
80 this.wchar_tsize = target.wchar_tsize; in this()
167 this->c.wchar_tsize = (WCHAR_TYPE_SIZE / BITS_PER_UNIT); in _init()