Searched refs:lhsp (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/gcc/libcpp/ |
H A D | expr.c | 1400 bool lhsp = num_positive (lhs, precision); in num_binary_op() local 1401 result.overflow = (lhsp == num_positive (rhs, precision) in num_binary_op() 1402 && lhsp != num_positive (result, precision)); in num_binary_op()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | cppexp.c | 1443 bool lhsp = num_positive (lhs, precision); local 1444 result.overflow = (lhsp == num_positive (rhs, precision) 1445 && lhsp != num_positive (result, precision));
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree-ssa-structalias.c | 3460 struct constraint_expr *lhsp; in find_func_aliases() local 3476 for (j = 0; VEC_iterate (ce_s, lhsc, j, lhsp); j++) in find_func_aliases() 3477 process_constraint (new_constraint (*lhsp, rhs)); in find_func_aliases()
|