Searched refs:UO_Real (Results 1 – 10 of 10) sorted by relevance
336 UO_Real, UO_Imag, // "__real expr"/"__imag expr" Extension. enumerator
94 case UO_Real: DISPATCH(UnaryReal, UnaryOperator); in Visit()
231 case UO_Real: in ClassifyInternal()
1108 case UO_Real: return "__real"; in getOpcodeStr()2093 case UO_Real: in isUnusedResultAWarning()
1274 case UO_Real: in VisitUnaryOperator()
9199 case UO_Real: in CheckICE()
801 case UO_Real: { in VisitUnaryOperator()
445 case UO_Real: in translateUnaryOperator()
2200 case UO_Real: in EmitUnaryOpLValue()2207 if (E->getOpcode() == UO_Real && in EmitUnaryOpLValue()2216 (E->getOpcode() == UO_Real in EmitUnaryOpLValue()
9778 case UO_Real: in getPrimaryDecl()10157 case tok::kw___real: Opc = UO_Real; break; in ConvertTokenKindToUnaryOpcode()10916 case UO_Real: in CreateBuiltinUnaryOp()10918 resultType = CheckRealImagOperand(*this, Input, OpLoc, Opc == UO_Real); in CreateBuiltinUnaryOp()10922 if (Opc == UO_Real || Input.get()->getType()->isAnyComplexType()) { in CreateBuiltinUnaryOp()