Home | History | Annotate | Download | only in Sema

Lines Matching refs:UO_Real

9778     case UO_Real:
10157 case tok::kw___real: Opc = UO_Real; break;
10916 case UO_Real:
10918 resultType = CheckRealImagOperand(*this, Input, OpLoc, Opc == UO_Real);
10922 if (Opc == UO_Real || Input.get()->getType()->isAnyComplexType()) {