Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c2901 #define TFLAGSimaginary 0x10 macro
2968 flags |= TFLAGSfloating | TFLAGSimaginary; in TypeBasic()
2972 flags |= TFLAGSfloating | TFLAGSimaginary; in TypeBasic()
2976 flags |= TFLAGSfloating | TFLAGSimaginary; in TypeBasic()
3577 return (flags & TFLAGSimaginary) != 0; in isimaginary()
3645 if (tob->flags & (TFLAGSimaginary | TFLAGScomplex)) in implicitConvTo()
3677 if (flags & (TFLAGSreal | TFLAGSimaginary) && in implicitConvTo()
3682 if ((flags & (TFLAGSreal | TFLAGSimaginary)) != in implicitConvTo()
3683 (tob->flags & (TFLAGSreal | TFLAGSimaginary))) in implicitConvTo()