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

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-structalias.c3035 struct constraint_expr tmplhs; local
3036 tmplhs = new_scalar_tmp_constraint_exp ("doubledereftmp");
3037 process_constraint (new_constraint (tmplhs, rhs));
3038 process_constraint (new_constraint (lhs, tmplhs));
3043 struct constraint_expr tmplhs; local
3044 tmplhs = new_scalar_tmp_constraint_exp ("derefaddrtmp");
3045 process_constraint (new_constraint (tmplhs, rhs));
3046 process_constraint (new_constraint (lhs, tmplhs));
3347 struct constraint_expr tmplhs; variable in typeref:struct:constraint_expr
3348 tmplhs
[all...]

Completed in 88 milliseconds