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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dstruct.d 216 ThreeState ispod; // if struct is POD
225 ispod = ThreeState.none;
404 final bool isPOD()
407 if (ispod != ThreeState.none)
408 return (ispod == ThreeState.yes);
410 ispod = ThreeState.yes;
414 ispod = ThreeState.no;
424 ispod = ThreeState.no;
433 if (!sd.isPOD())
435 ispod = ThreeState.no
    [all...]
aggregate.h 183 ThreeState ispod; // if struct is POD member in class:StructDeclaration
193 bool isPOD();

Completed in 15 milliseconds