Searched refs:maxStaticDataSize (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-target.cc | 54 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 D | target.h | 38 static unsigned long long maxStaticDataSize; // maximum size of static data member
|
H A D | mtype.c | 4148 … 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 D | target.h | 146 uint64_t maxStaticDataSize; // maximum size of static data member
|
H A D | target.d | 100 ulong maxStaticDataSize; /// maximum size of static data variable
|
H A D | typesem.d | 792 … 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 D | d-target.cc | 136 this->maxStaticDataSize = tree_to_shwi (TYPE_MAX_VALUE (integer_type_node)); in _init()
|
H A D | ChangeLog-2017 | 795 * d-target.cc (Target::maxStaticDataSize): New variable. 796 (Target::_init): Initialize maxStaticDataSize.
|