Home
last modified time | relevance | path

Searched refs:hasInvariant (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h314 virtual bool hasInvariant();
461 bool hasInvariant();
795 bool hasInvariant();
833 bool hasInvariant();
H A Dsafe.d76 if (v.type.hasInvariant()) in checkUnsafeAccess()
H A Daggregate.h141 bool hasInvariant();
H A Daggregate.d799 final bool hasInvariant() in hasInvariant() function
H A Dmtype.d2477 bool hasInvariant() in hasInvariant() function
3807 override bool hasInvariant() in hasInvariant() function
3809 return next.hasInvariant(); in hasInvariant()
5833 override bool hasInvariant() in hasInvariant() function
5840 if (s.hasInvariant()) in hasInvariant()
5845 if (v.type.hasInvariant()) in hasInvariant()
6127 override bool hasInvariant() in hasInvariant() function
6129 return memType().hasInvariant(); in hasInvariant()
H A Ddsymbolsem.d856 (dsym.type.hasPointers() || dsym.type.hasInvariant())) // also computes type size in visit()