Searched refs:UO_Real (Results 1 - 8 of 8) sorted by relevance

/external/clang/include/clang/AST/
H A DOperationKinds.h333 UO_Real, UO_Imag, // "__real expr"/"__imag expr" Extension. enumerator in enum:clang::UnaryOperatorKind
H A DStmtVisitor.h93 case UO_Real: DISPATCH(UnaryReal, UnaryOperator);
/external/clang/lib/AST/
H A DExprClassification.cpp225 case UO_Real:
H A DExpr.cpp997 case UO_Real: return "__real";
1951 case UO_Real:
H A DExprConstant.cpp8224 case UO_Real:
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp750 case UO_Real: {
759 // For all other types, UO_Real is an identity operation.
/external/clang/lib/CodeGen/
H A DCGExpr.cpp1850 case UO_Real:
1858 if (E->getOpcode() == UO_Real &&
/external/clang/lib/Sema/
H A DSemaExpr.cpp8463 case UO_Real:
8788 case tok::kw___real: Opc = UO_Real; break;
9494 case UO_Real:
9496 resultType = CheckRealImagOperand(*this, Input, OpLoc, Opc == UO_Real);
9500 if (Opc == UO_Real || Input.get()->getType()->isAnyComplexType()) {

Completed in 143 milliseconds