Home
last modified time | relevance | path

Searched refs:isLP64 (Results 1 – 11 of 11) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dargtypes.c279 if (global.params.is64bit && !global.params.isLP64) in toArgTypes()
298 if (global.params.is64bit && !global.params.isLP64) in toArgTypes()
H A Dglobals.h98 bool isLP64; // generate code for LP64 member
H A Dmtype.c267 if (global.params.isLP64) in _init()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtarget.h160 bool isLP64; // pointers are 64 bits member
H A Dtarget.d115 bool isLP64; // pointers are 64 bits variable
H A Dmtype.d872 const isLP64 = target.isLP64; in _init() local
874 tsize_t = basic[isLP64 ? Tuns64 : Tuns32]; in _init()
875 tptrdiff_t = basic[isLP64 ? Tint64 : Tint32]; in _init()
H A Dmtype.c267 if (global.params.isLP64) in _init()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-target.cc151 global.params.isLP64 = true; in _init()
H A Dd-builtins.cc457 if (global.params.isLP64) in d_init_versions()
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dd-target.cc141 this->isLP64 = true; in _init()
H A DChangeLog-2013549 * d-lang.cc (d_init): Use isLP64 to determine LP64 targets.