Searched refs:do_binop (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/bin/sh/
H A Darith_yacc.c123 static arith_t do_binop(int op, arith_t a, arith_t b) function
225 a = noeval ? b : do_binop(op, a, b);
320 result = do_binop(op - 11, arith_lookupvarint(val.name), result);
/freebsd-11-stable/contrib/gcc/
H A Dtree-vect-generic.c123 do_binop (block_stmt_iterator *bsi, tree inner_type, tree a, tree b, function
305 return expand_vector_addition (bsi, do_binop, do_plus_minus, type,
320 return expand_vector_parallel (bsi, do_binop, type,
338 return expand_vector_piecewise (bsi, do_binop, type, compute_type,
H A Ddwarf2out.c9004 goto do_binop;
9008 goto do_binop;
9012 goto do_binop;
9016 goto do_binop;
9018 do_binop:
9357 goto do_binop;
9362 goto do_binop;
9368 goto do_binop;
9375 goto do_binop;
9379 goto do_binop;
[all...]

Completed in 133 milliseconds