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

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-structalias.c3594 struct constraint_expr *lhsp, *rhsp; variable in typeref:struct:constraint_expr
3599 FOR_EACH_VEC_ELT (lhsc, i, lhsp)
3601 process_constraint (new_constraint (*lhsp, *rhsp));
3609 FOR_EACH_VEC_ELT (lhsc, i, lhsp)
3610 process_constraint (new_constraint (*lhsp, tmp));
3620 struct constraint_expr *lhsp, *rhsp; local
3627 lhsp = &lhsc[0];
3629 if (lhsp->type == DEREF
3630 || (lhsp->type == ADDRESSOF && lhsp
4248 ce_s *lhsp; local
4472 struct constraint_expr rhs, *lhsp; local
4597 struct constraint_expr *lhsp; local
4826 struct constraint_expr rhsc, *lhsp; local
4995 struct constraint_expr *rhsp, *lhsp; local
5014 ce_s *lhsp; local
[all...]
H A Dtree-ssa-forwprop.c789 tree *lhsp = gimple_assign_lhs_ptr (use_stmt); local
790 while (handled_component_p (*lhsp))
791 lhsp = &TREE_OPERAND (*lhsp, 0);
792 lhs = *lhsp;
860 *lhsp = new_lhs;
/haiku-buildtools/gcc/libcpp/
H A Dexpr.c1863 bool lhsp = num_positive (lhs, precision);
1864 result.overflow = (lhsp != num_positive (rhs, precision)
1865 && lhsp != num_positive (result, precision));
1880 bool lhsp = num_positive (lhs, precision);
1881 result.overflow = (lhsp == num_positive (rhs, precision)
1882 && lhsp != num_positive (result, precision));
1862 bool lhsp = num_positive (lhs, precision); local
1879 bool lhsp = num_positive (lhs, precision); local

Completed in 46 milliseconds