Searched refs:spec_outer_type (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | ipa-polymorphic-call.c | 1834 ipa_polymorphic_call_context::speculation_consistent_p (tree spec_outer_type, in speculation_consistent_p() argument 1844 if (!spec_outer_type || !contains_polymorphic_type_p (spec_outer_type)) in speculation_consistent_p() 1859 if (types_must_be_same_for_odr (spec_outer_type, outer_type)) in speculation_consistent_p() 1864 && !contains_type_p (spec_outer_type, spec_offset, otr_type, false, true)) in speculation_consistent_p() 1871 spec_outer_type, false, false)) in speculation_consistent_p() 1879 && !contains_type_p (spec_outer_type, in speculation_consistent_p() 2317 tree spec_outer_type = outer_type; in make_speculative() local 2331 combine_speculation_with (spec_outer_type, spec_offset, in make_speculative()
|