Searched refs:num_binary_op (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | expr.cc | 46 static cpp_num num_binary_op (cpp_reader *, cpp_num, cpp_num, enum cpp_ttype); 1516 top[-1].value = num_binary_op (pfile, top[-1].value, in reduce() 1954 num_binary_op (cpp_reader *pfile, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) in num_binary_op() function 2179 lhs = num_binary_op (pfile, lhs, sub, CPP_MINUS); in num_div_op()
|
H A D | ChangeLog | 3718 * expr.c (num_binary_op): Use cpp_pedwarning. 3907 * expr.c (num_binary_op): Implement subtraction directly rather 6342 (num_binary_op): Ditto.
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | expr.c | 46 static cpp_num num_binary_op (cpp_reader *, cpp_num, cpp_num, enum cpp_ttype); 1490 top[-1].value = num_binary_op (pfile, top[-1].value, in reduce() 1928 num_binary_op (cpp_reader *pfile, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) in num_binary_op() function 2153 lhs = num_binary_op (pfile, lhs, sub, CPP_MINUS); in num_div_op()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2002 | 12956 (num_unary_op, num_binary_op, num_div_op): Issue diagnostics 19792 num_part_mul, num_unary_op, num_binary_op, num_negate,
|
H A D | ChangeLog.tree-ssa | 2132 (eval_token, num_binary_op, num_part_mul, num_div_op): Likewise.
|
H A D | ChangeLog-2004 | 33453 (eval_token, num_binary_op, num_part_mul, num_div_op): Likewise. 42181 * cppexp.c (num_binary_op): Don't allow comma operators in #if
|