Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Dexpr.c47 static cpp_num num_binary_op (cpp_reader *, cpp_num, cpp_num, enum cpp_ttype);
1273 top[-1].value = num_binary_op (pfile, top[-1].value, in reduce()
1711 num_binary_op (cpp_reader *pfile, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) in num_binary_op() function
1921 lhs = num_binary_op (pfile, lhs, sub, CPP_MINUS); in num_div_op()
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dexpr.c46 static cpp_num num_binary_op (cpp_reader *, cpp_num, cpp_num, enum cpp_ttype);
1502 top[-1].value = num_binary_op (pfile, top[-1].value, in reduce()
1940 num_binary_op (cpp_reader *pfile, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) in num_binary_op() function
2165 lhs = num_binary_op (pfile, lhs, sub, CPP_MINUS); in num_div_op()