HomeSort by: relevance | last modified time | path
    Searched defs:wrapped_orig_cst (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
convert.cc 1191 tree wrapped_orig_cst = maybe_wrap_with_location (orig_cst, loc); local
1193 = convert_to_integer_maybe_fold (new_type, wrapped_orig_cst, false);
1201 ASSERT_EQ (result, wrapped_orig_cst);
convert.cc 1191 tree wrapped_orig_cst = maybe_wrap_with_location (orig_cst, loc); local
1193 = convert_to_integer_maybe_fold (new_type, wrapped_orig_cst, false);
1201 ASSERT_EQ (result, wrapped_orig_cst);
  /src/external/gpl3/gcc.old/dist/gcc/
convert.cc 1166 tree wrapped_orig_cst = maybe_wrap_with_location (orig_cst, loc); local
1168 = convert_to_integer_maybe_fold (new_type, wrapped_orig_cst, false);
1176 ASSERT_EQ (result, wrapped_orig_cst);
convert.cc 1166 tree wrapped_orig_cst = maybe_wrap_with_location (orig_cst, loc); local
1168 = convert_to_integer_maybe_fold (new_type, wrapped_orig_cst, false);
1176 ASSERT_EQ (result, wrapped_orig_cst);

Completed in 58 milliseconds