Lines Matching defs:op
30 struct op struct
32 const cpp_token *token; /* The token forming op (for diagnostics). */ argument
33 cpp_num value; /* The value logically "right" of op. */ argument
35 enum cpp_ttype op; member
840 cpp_token op; in parse_defined() local
1102 struct op op; in _cpp_parse_expr() local
1235 reduce (cpp_reader *pfile, struct op *top, enum cpp_ttype op) in reduce()
1410 check_promotion (cpp_reader *pfile, const struct op *op) in check_promotion()
1529 cpp_num lhs, cpp_num rhs, enum cpp_ttype op) in num_bitwise_op()
1558 enum cpp_ttype op) in num_inequality_op()
1580 cpp_num lhs, cpp_num rhs, enum cpp_ttype op) in num_equality_op()
1676 num_unary_op (cpp_reader *pfile, cpp_num num, enum cpp_ttype op) in num_unary_op()
1711 num_binary_op (cpp_reader *pfile, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) in num_binary_op()
1860 num_div_op (cpp_reader *pfile, cpp_num lhs, cpp_num rhs, enum cpp_ttype op, in num_div_op()