HomeSort by: relevance | last modified time | path
    Searched refs:isdataseg (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
declaration.d 434 bool isDataseg()
1118 ubyte isdataseg; // private data for isDataseg 0 unset, 1 true, 2 false
1293 override final bool isDataseg()
1297 printf("VarDeclaration::isDataseg(%p, '%s')\n", this, toChars());
1303 if (isdataseg == 0) // the value is not cached
1305 isdataseg = 2; // The Variables does not go into the datasegment
1322 isdataseg = 1; // It is in the DataSegment
1326 return (isdataseg == 1);
1337 bool i = isDataseg() && !(storage_class & (STC.immutable_ | STC.const_ | STC.shared_ | STC.gshared))
    [all...]
dclass.d 986 var.isdataseg = 1;
declaration.h 132 virtual bool isDataseg();
249 uint8_t isdataseg; // private data for isDataseg member in class:VarDeclaration
281 bool isDataseg();

Completed in 104 milliseconds