Lines Matching refs:speculative_outer_type

218 		  || (types_must_be_same_for_odr (speculative_outer_type,  in restrict_to_inner_class()
244 if (!maybe_derived_type || !speculative_outer_type in restrict_to_inner_class()
245 || !speculation_consistent_p (speculative_outer_type, in restrict_to_inner_class()
257 type = speculative_outer_type; in restrict_to_inner_class()
326 speculative_outer_type = type; in restrict_to_inner_class()
366 speculative_outer_type = type; in restrict_to_inner_class()
383 if (!speculative_outer_type in restrict_to_inner_class()
384 || !speculation_consistent_p (speculative_outer_type, in restrict_to_inner_class()
389 if (speculative_outer_type) in restrict_to_inner_class()
392 type = speculative_outer_type; in restrict_to_inner_class()
415 if (!speculative_outer_type in restrict_to_inner_class()
416 || !speculation_consistent_p (speculative_outer_type, in restrict_to_inner_class()
421 if (speculative_outer_type) in restrict_to_inner_class()
424 type = speculative_outer_type; in restrict_to_inner_class()
633 if (speculative_outer_type) in dump()
638 print_generic_expr (f, speculative_outer_type, TDF_SLIM); in dump()
671 bp_pack_value (&bp, speculative_outer_type != NULL, 1); in stream_out()
678 if (speculative_outer_type != NULL) in stream_out()
680 stream_write_tree (ob, speculative_outer_type, true); in stream_out()
714 speculative_outer_type = stream_read_tree (ib, data_in); in stream_in()
719 speculative_outer_type = NULL; in stream_in()
1829 else if (!speculative_outer_type in get_dynamic_type()
1832 speculative_outer_type = TYPE_MAIN_VARIANT (tci.known_current_type); in get_dynamic_type()
1928 if (!speculative_outer_type in combine_speculation_with()
1932 speculative_outer_type = new_outer_type; in combine_speculation_with()
1937 else if (types_must_be_same_for_odr (speculative_outer_type, in combine_speculation_with()
1967 else if (speculative_outer_type in combine_speculation_with()
1972 0, speculative_outer_type, false)))) in combine_speculation_with()
1974 tree old_outer_type = speculative_outer_type; in combine_speculation_with()
1978 speculative_outer_type = new_outer_type; in combine_speculation_with()
1987 if (!speculative_outer_type) in combine_speculation_with()
1989 speculative_outer_type = old_outer_type; in combine_speculation_with()
1996 || types_must_be_same_for_odr (speculative_outer_type, in combine_speculation_with()
2011 if (!new_outer_type && speculative_outer_type) in meet_speculation_with()
2022 if (!speculative_outer_type in meet_speculation_with()
2023 || !speculation_consistent_p (speculative_outer_type, in meet_speculation_with()
2036 else if (types_must_be_same_for_odr (speculative_outer_type, in meet_speculation_with()
2057 speculative_outer_type, false, false)) in meet_speculation_with()
2059 else if (contains_type_p (speculative_outer_type, in meet_speculation_with()
2063 speculative_outer_type = new_outer_type; in meet_speculation_with()
2071 speculative_outer_type, false, true)) in meet_speculation_with()
2081 else if (contains_type_p (speculative_outer_type, in meet_speculation_with()
2084 speculative_outer_type = new_outer_type; in meet_speculation_with()
2306 updated |= combine_speculation_with (ctx.speculative_outer_type, in combine_with()
2396 if (speculative_outer_type in equal_to()
2397 && speculation_consistent_p (speculative_outer_type, speculative_offset, in equal_to()
2400 if (!x.speculative_outer_type) in equal_to()
2403 if (!types_odr_comparable (speculative_outer_type, in equal_to()
2404 x.speculative_outer_type) in equal_to()
2405 || !types_same_for_odr (speculative_outer_type, in equal_to()
2406 x.speculative_outer_type) in equal_to()
2411 else if (x.speculative_outer_type in equal_to()
2412 && x.speculation_consistent_p (x.speculative_outer_type, in equal_to()
2599 updated |= meet_speculation_with (ctx.speculative_outer_type, in meet_with()