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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
ctfeexpr.d 235 return e.isArrayLiteralExp().ownedByCtfe == OwnedBy.code;
237 return e.isAssocArrayLiteralExp().ownedByCtfe == OwnedBy.code;
239 return e.isStructLiteralExp().ownedByCtfe == OwnedBy.code;
293 se2.ownedByCtfe = OwnedBy.ctfe;
303 r.ownedByCtfe = OwnedBy.ctfe;
311 r.ownedByCtfe = OwnedBy.ctfe;
356 r.ownedByCtfe = OwnedBy.ctfe;
382 r.ownedByCtfe = OwnedBy.ctfe;
483 OwnedBy wasOwned = aae.ownedByCtfe;
601 ale.ownedByCtfe = OwnedBy.ctfe
    [all...]
expression.h 55 typedef unsigned char OwnedBy;
373 OwnedBy ownedByCtfe;
419 OwnedBy ownedByCtfe;
438 OwnedBy ownedByCtfe;
475 OwnedBy ownedByCtfe;
908 OwnedBy ownedByCtfe;
dinterpret.d 2474 if (e.ownedByCtfe >= OwnedBy.ctfe) // We've already interpreted all the elements
2535 ale.ownedByCtfe = OwnedBy.ctfe;
2556 if (e.ownedByCtfe >= OwnedBy.ctfe) // We've already interpreted all the elements
2626 aae.ownedByCtfe = OwnedBy.ctfe;
2642 if (e.ownedByCtfe >= OwnedBy.ctfe)
2720 sle.ownedByCtfe = OwnedBy.ctfe;
2751 ae.ownedByCtfe = OwnedBy.ctfe;
2818 se.ownedByCtfe = OwnedBy.ctfe;
2867 se.ownedByCtfe = OwnedBy.ctfe;
2916 ae.ownedByCtfe = OwnedBy.ctfe
    [all...]
expression.d 667 enum OwnedBy : ubyte
2432 } // (const if ownedByCtfe == OwnedBy.code)
2438 OwnedBy ownedByCtfe = OwnedBy.code;
2936 OwnedBy ownedByCtfe = OwnedBy.code;
3097 OwnedBy ownedByCtfe = OwnedBy.code;
3190 OwnedBy ownedByCtfe = OwnedBy.code
    [all...]
constfold.d 1406 assert(existingSE.ownedByCtfe != OwnedBy.code);
1418 assert(existingSE.ownedByCtfe != OwnedBy.code);

Completed in 24 milliseconds