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

/external/clang/include/clang/AST/
H A DOperationKinds.h336 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.cpp226 case UO_Real:
H A DExpr.cpp1074 case UO_Real: return "__real";
2053 case UO_Real:
H A DExprConstant.cpp8824 case UO_Real:
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp778 case UO_Real: {
787 // For all other types, UO_Real is an identity operation.
/external/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp456 case UO_Real:
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2062 case UO_Real:
2070 if (E->getOpcode() == UO_Real &&
/external/clang/lib/Sema/
H A DSemaExpr.cpp9508 case UO_Real:
9879 case tok::kw___real: Opc = UO_Real; break;
10616 case UO_Real:
10618 resultType = CheckRealImagOperand(*this, Input, OpLoc, Opc == UO_Real);
10622 if (Opc == UO_Real || Input.get()->getType()->isAnyComplexType()) {

Completed in 197 milliseconds