Searched refs:num_binary_op (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | cppexp.c | 47 static cpp_num num_binary_op PARAMS ((cpp_reader *, cpp_num, cpp_num, 933 top[-1].value = num_binary_op (pfile, top[-1].value, 1379 num_binary_op (pfile, lhs, rhs, op) in num_binary_op() function 1609 lhs = num_binary_op (pfile, lhs, sub, CPP_MINUS);
|
H A D | ChangeLog | 18664 (num_unary_op, num_binary_op, num_div_op): Issue diagnostics
|
H A D | ChangeLog.7 | 5345 num_part_mul, num_unary_op, num_binary_op, num_negate,
|
/openbsd-src/gnu/gcc/libcpp/ |
H A D | expr.c | 47 static cpp_num num_binary_op (cpp_reader *, cpp_num, cpp_num, enum cpp_ttype); 936 top[-1].value = num_binary_op (pfile, top[-1].value, in reduce() 1356 num_binary_op (cpp_reader *pfile, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) in num_binary_op() function 1562 lhs = num_binary_op (pfile, lhs, sub, CPP_MINUS); in num_div_op()
|
H A D | ChangeLog | 57 (num_binary_op): Ditto.
|