Home
last modified time | relevance | path

Searched refs:longsize (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtarget.h76 uint8_t longsize; // size of a C 'long' or 'unsigned long' type member
H A Dtarget.d326 ubyte longsize; /// size of a C `long` or `unsigned long` type member
H A Dlexer.d66 ubyte longsize; /// size of C long, 4 or 8 variable
2323 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()
H A Dchkformat.d147 const c_longsize = target.c.longsize; in checkPrintfFormat()
386 const c_longsize = target.c.longsize; in checkScanfFormat()
H A Dcparse.d77 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()
H A Dcppmangle.d1761 c = target.c.longsize == 8 ? 'l' : 'x'; in visit()
1764 c = target.c.longsize == 8 ? 'm' : 'y'; in visit()
H A Dexpressionsem.d12054 (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()
/netbsd-src/external/bsd/ntp/dist/util/
H A DREADME25 The byteorder.c and longsize.c programs are used during the configuration
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-target.cc164 this->c.longsize = (LONG_TYPE_SIZE / BITS_PER_UNIT); in _init()