Lines Matching defs:opc
4763 Opcode opc, QualType ResTy, ExprValueKind VK,
4767 BinaryOperatorBits.Opc = opc;
4780 Opcode opc, QualType ResTy, ExprValueKind VK,
4784 BinaryOperatorBits.Opc = opc;
4805 Expr *rhs, Opcode opc, QualType ResTy,
4814 BinaryOperator(C, lhs, rhs, opc, ResTy, VK, OK, opLoc, FPFeatures);
4827 Opcode opc, QualType ResTy, ExprValueKind VK,
4836 CompoundAssignOperator(C, lhs, rhs, opc, ResTy, VK, OK, opLoc, FPFeatures,
4847 UnaryOperator::UnaryOperator(const ASTContext &Ctx, Expr *input, Opcode opc,
4852 UnaryOperatorBits.Opc = opc;
4862 Opcode opc, QualType type,
4870 UnaryOperator(C, input, opc, type, VK, OK, l, CanOverflow, FPFeatures);