Searched refs:longsize (Results 1 – 9 of 9) sorted by relevance
76 uint8_t longsize; // size of a C 'long' or 'unsigned long' type member
326 ubyte longsize; /// size of a C `long` or `unsigned long` type member
66 ubyte longsize; /// size of C long, 4 or 8 variable2323 if (longsize == 4 || long_longsize == 4) in cnumber()2340 if (longsize == 4 || long_longsize == 4) in cnumber()2364 if (longsize == 4 || long_longsize == 4) in cnumber()
147 const c_longsize = target.c.longsize; in checkPrintfFormat()386 const c_longsize = target.c.longsize; in checkScanfFormat()
77 this.longsize = target.longsize; in this()2397 case TKW.xlong | TKW.xint: t = integerTypeForSize(longsize); break; in cparseDeclarationSpecifiers()2400 case TKW.xunsigned | TKW.xlong: t = unsignedTypeForSize(longsize); break; in cparseDeclarationSpecifiers()
1761 c = target.c.longsize == 8 ? 'l' : 'x'; in visit()1764 c = target.c.longsize == 8 ? 'm' : 'y'; in visit()
12054 (t.ty == Tint32 || t.ty == Tuns32) && target.c.longsize == 4 || in visit()12055 (t.ty == Tint64 || t.ty == Tuns64) && target.c.longsize == 8 || in visit()
25 The byteorder.c and longsize.c programs are used during the configuration
164 this->c.longsize = (LONG_TYPE_SIZE / BITS_PER_UNIT); in _init()