Home
last modified time | relevance | path

Searched refs:maxStaticDataSize (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-target.cc54 unsigned long long Target::maxStaticDataSize; member in Target
146 Target::maxStaticDataSize = tree_to_shwi (TYPE_MAX_VALUE (integer_type_node)); in _init()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtarget.h38 static unsigned long long maxStaticDataSize; // maximum size of static data member
H A Dmtype.c4148 … toChars(), (unsigned long long)tbn->size(loc), (unsigned long long)d1, Target::maxStaticDataSize); in semantic()
4172 if (mulu(tbn->size(loc), d2, overflow) >= Target::maxStaticDataSize || overflow) in semantic()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtarget.h146 uint64_t maxStaticDataSize; // maximum size of static data member
H A Dtarget.d100 ulong maxStaticDataSize; /// maximum size of static data variable
H A Dtypesem.d792 … mtype.toChars(), cast(ulong)tbn.size(loc), cast(ulong)d1, target.maxStaticDataSize); in typeSemantic()
819 if (mulu(tbn.size(loc), d2, overflow) >= target.maxStaticDataSize || overflow) in typeSemantic()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-target.cc136 this->maxStaticDataSize = tree_to_shwi (TYPE_MAX_VALUE (integer_type_node)); in _init()
H A DChangeLog-2017795 * d-target.cc (Target::maxStaticDataSize): New variable.
796 (Target::_init): Initialize maxStaticDataSize.