Searched defs:UnaryOp (Results 1 – 6 of 6) sorted by relevance
25 public enum UnaryOp { enum
885 UnaryOperatorKind &UnaryOp, in DecodeOperatorCall()1073 UnaryOperatorKind UnaryOp = UO_Extension; in VisitCXXOperatorCallExpr() local
1173 UnaryOp(TIL_UnaryOpcode Op, SExpr *E) : SExpr(COP_UnaryOp), Expr0(E) { in UnaryOp() function1176 UnaryOp(const UnaryOp &U, SExpr *E) : SExpr(U), Expr0(E) { Flags = U.Flags; } in UnaryOp() function
119 cmsBool _Remove1Op(cmsPipeline* Lut, cmsStageSignature UnaryOp) in _Remove1Op()
680 enum UnaryOp { CAST, HEAD, TAIL, EMPTY }; enum
5292 if (const UnaryOperator *UnaryOp = dyn_cast<UnaryOperator>(Dest)) in CheckMemaccessArguments() local