Searched refs:stcx (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dclone.c1152 StorageClass stcx = 0; local
1163 stcx = stcy;
1164 else if (stcx ^ stcy)
1175 inv = new InvariantDeclaration(declLoc, Loc(), stc | stcx, Id::classInvariant);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dclone.d1175 StorageClass stcx = 0;
1187 stcx = stcy;
1188 else if (stcx ^ stcy)
1200 auto inv = new InvariantDeclaration(ad.loc, Loc.initial, stc | stcx,

Completed in 67 milliseconds