Searched refs:isdataseg (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.d1118 ubyte isdataseg; // private data for isDataseg 0 unset, 1 true, 2 false
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);
H A Ddclass.d986 var.isdataseg = 1;
H A Ddeclaration.h249 uint8_t isdataseg; // private data for isDataseg member in class:VarDeclaration
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.c838 isdataseg = 0;
2020 if (isdataseg == 0) // the value is not cached
2022 isdataseg = 2; // The Variables does not go into the datasegment
2039 isdataseg = 1; // It is in the DataSegment
2043 return (isdataseg == 1);
H A Ddeclaration.h256 unsigned char isdataseg; // private data for isDataseg member in class:VarDeclaration

Completed in 206 milliseconds