Lines Matching defs:op
29 struct op struct
31 const cpp_token *token; /* The token forming op (for diagnostics). */ argument
32 cpp_num value; /* The value logically "right" of op. */ argument
34 enum cpp_ttype op; argument
1048 cpp_token op; in parse_defined() local
1321 struct op op; in _cpp_parse_expr() local
1464 reduce (cpp_reader *pfile, struct op *top, enum cpp_ttype op) in reduce()
1639 check_promotion (cpp_reader *pfile, const struct op *op) in check_promotion()
1758 cpp_num lhs, cpp_num rhs, enum cpp_ttype op) in num_bitwise_op()
1787 enum cpp_ttype op) in num_inequality_op()
1809 cpp_num lhs, cpp_num rhs, enum cpp_ttype op) in num_equality_op()
1905 num_unary_op (cpp_reader *pfile, cpp_num num, enum cpp_ttype op) in num_unary_op()
1940 num_binary_op (cpp_reader *pfile, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) in num_binary_op()
2104 num_div_op (cpp_reader *pfile, cpp_num lhs, cpp_num rhs, enum cpp_ttype op, in num_div_op()