Home
last modified time | relevance | path

Searched refs:num_binary_op (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dexpr.c47 static cpp_num num_binary_op (cpp_reader *, cpp_num, cpp_num, enum cpp_ttype);
939 top[-1].value = num_binary_op (pfile, top[-1].value, in reduce()
1359 num_binary_op (cpp_reader *pfile, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) in num_binary_op() function
1565 lhs = num_binary_op (pfile, lhs, sub, CPP_MINUS); in num_div_op()
H A DChangeLog57 (num_binary_op): Ditto.
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200212956 (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 DChangeLog.tree-ssa2132 (eval_token, num_binary_op, num_part_mul, num_div_op): Likewise.
H A DChangeLog-200433453 (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