Lines Matching defs:opc
4858 Opcode opc, QualType ResTy, ExprValueKind VK,
4862 BinaryOperatorBits.Opc = opc;
4877 Opcode opc, QualType ResTy, ExprValueKind VK,
4881 BinaryOperatorBits.Opc = opc;
4903 Expr *rhs, Opcode opc, QualType ResTy,
4912 BinaryOperator(C, lhs, rhs, opc, ResTy, VK, OK, opLoc, FPFeatures);
4925 Opcode opc, QualType ResTy, ExprValueKind VK,
4934 CompoundAssignOperator(C, lhs, rhs, opc, ResTy, VK, OK, opLoc, FPFeatures,
4945 UnaryOperator::UnaryOperator(const ASTContext &Ctx, Expr *input, Opcode opc,
4950 UnaryOperatorBits.Opc = opc;
4960 Opcode opc, QualType type,
4968 UnaryOperator(C, input, opc, type, VK, OK, l, CanOverflow, FPFeatures);