Searched refs:TFLAGScomplex (Results 1 – 1 of 1) sorted by relevance
2902 #define TFLAGScomplex 0x20 macro2980 flags |= TFLAGSfloating | TFLAGScomplex; in TypeBasic()2984 flags |= TFLAGSfloating | TFLAGScomplex; in TypeBasic()2988 flags |= TFLAGSfloating | TFLAGScomplex; in TypeBasic()3582 return (flags & TFLAGScomplex) != 0; in iscomplex()3645 if (tob->flags & (TFLAGSimaginary | TFLAGScomplex)) in implicitConvTo()3673 if (flags & TFLAGScomplex && !(tob->flags & TFLAGScomplex)) in implicitConvTo()3678 tob->flags & TFLAGScomplex) in implicitConvTo()