Searched refs:UO_Plus (Results 1 - 10 of 10) sorted by relevance

/external/clang/include/clang/AST/
H A DOperationKinds.h334 UO_Plus, UO_Minus, // [C99 6.5.3.3] Unary arithmetic enumerator in enum:clang::UnaryOperatorKind
H A DStmtVisitor.h89 case UO_Plus: DISPATCH(UnaryPlus, UnaryOperator);
H A DExpr.h1725 return Op >= UO_Plus && Op <= UO_LNot;
/external/clang/lib/AST/
H A DExpr.cpp122 case UO_Plus:
1032 case UO_Plus: return "+";
1051 case OO_Plus: return UO_Plus;
1064 case UO_Plus: return OO_Plus;
1991 case UO_Plus:
H A DStmtProfile.cpp662 UnaryOp = UO_Plus;
H A DExprConstant.cpp7095 case UO_Plus:
7454 case UO_Plus:
7854 case UO_Plus:
8452 case UO_Plus:
/external/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp244 case UO_Plus:
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp811 case UO_Plus:
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp769 if (UOE->getOpcode() == UO_Plus || UOE->getOpcode() == UO_Minus)
/external/clang/lib/Sema/
H A DSemaExpr.cpp8659 if ((UO->getOpcode() == UO_Plus ||
8669 << (UO->getOpcode() == UO_Plus ? "+" : "-")
9217 case tok::plus: Opc = UO_Plus; break;
9826 case UO_Plus:
9837 Opc == UO_Plus &&

Completed in 3820 milliseconds