Searched refs:tmpvar (Results 1 – 1 of 1) sorted by relevance
2310 tree tmpvar = create_tmp_var_raw (pointedtotype, "doubledereftmp"); in process_constraint() local2311 struct constraint_expr tmplhs = get_constraint_exp_from_ssa_var (tmpvar); in process_constraint()2492 tree tmpvar = create_tmp_var_raw (ptr_type_node, "dereftmp"); in do_deref() local2493 struct constraint_expr tmplhs = get_constraint_exp_from_ssa_var (tmpvar); in do_deref()3032 tree tmpvar; in do_structure_copy() local3035 tmpvar = create_tmp_var_raw (pointedtotype, "structcopydereftmp"); in do_structure_copy()3036 do_structure_copy (tmpvar, rhsop); in do_structure_copy()3037 do_structure_copy (lhsop, tmpvar); in do_structure_copy()