Searched refs:temprhs (Results 1 – 1 of 1) sorted by relevance
2795 struct constraint_expr temprhs = rhs; in do_simple_structure_copy() local2799 q = get_varinfo (temprhs.var); in do_simple_structure_copy()2804 temprhs.var = q->id; in do_simple_structure_copy()2805 process_constraint (new_constraint (templhs, temprhs)); in do_simple_structure_copy()2834 struct constraint_expr temprhs = rhs; in do_rhs_deref_structure_copy() local2843 q = get_varinfo (temprhs.var); in do_rhs_deref_structure_copy()2845 temprhs.offset += fieldoffset; in do_rhs_deref_structure_copy()2846 process_constraint (new_constraint (templhs, temprhs)); in do_rhs_deref_structure_copy()2873 struct constraint_expr temprhs = rhs; in do_lhs_deref_structure_copy() local2877 if (temprhs.type == SCALAR) in do_lhs_deref_structure_copy()[all …]