Searched refs:restrict_to_inner_class (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-polymorphic-call.c | 126 ipa_polymorphic_call_context::restrict_to_inner_class (tree otr_type, in restrict_to_inner_class() function 477 return context.restrict_to_inner_class (otr_type, consider_placement_new, in contains_type_p() 1370 if (!context.restrict_to_inner_class (tci->otr_type)) in record_known_type() 1590 if (!restrict_to_inner_class (otr_type)) in get_dynamic_type() 1920 restrict_to_inner_class (otr_type); in combine_speculation_with() 1983 restrict_to_inner_class (otr_type); in combine_speculation_with() 2020 restrict_to_inner_class (otr_type); in meet_speculation_with() 2116 restrict_to_inner_class (otr_type); in combine_with() 2117 ctx.restrict_to_inner_class (otr_type); in combine_with() 2436 restrict_to_inner_class (otr_type); in meet_with() [all …]
|
H A D | cgraph.h | 1656 bool restrict_to_inner_class (tree otr_type, in class()
|
H A D | ipa-devirt.c | 3064 && !context.restrict_to_inner_class (otr_type))
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-polymorphic-call.cc | 129 ipa_polymorphic_call_context::restrict_to_inner_class (tree otr_type, in restrict_to_inner_class() function in ipa_polymorphic_call_context 480 return context.restrict_to_inner_class (otr_type, consider_placement_new, in contains_type_p() 1374 if (!context.restrict_to_inner_class (tci->otr_type)) in record_known_type() 1594 if (!restrict_to_inner_class (otr_type)) in get_dynamic_type() 1924 restrict_to_inner_class (otr_type); in combine_speculation_with() 1987 restrict_to_inner_class (otr_type); in combine_speculation_with() 2024 restrict_to_inner_class (otr_type); in meet_speculation_with() 2120 restrict_to_inner_class (otr_type); in combine_with() 2121 ctx.restrict_to_inner_class (otr_type); in combine_with() 2440 restrict_to_inner_class (otr_type); in meet_with() [all …]
|
H A D | cgraph.h | 1612 bool restrict_to_inner_class (tree otr_type, in class()
|
H A D | ipa-devirt.cc | 3080 && !context.restrict_to_inner_class (otr_type)) in possible_polymorphic_call_targets()
|
H A D | ChangeLog-2014 | 4128 (ipa_polymorphic_call_context::restrict_to_inner_class): Likewise. 16422 (ipa_polymorphic_call_context::restrict_to_inner_class): Allow accesses 16508 (ipa_polymorphic_call_context::restrict_to_inner_class): 16525 restrict_to_inner_class prototype; add offset_by, make_speculative, 16701 (ipa_polymorphic_call_context::restrict_to_inner_class): Fix pasto 16775 ipa_polymorphic_call_context::restrict_to_inner_class, 16792 ipa_polymorphic_call_context::restrict_to_inner_class, 17059 context.restrict_to_inner_class to suceed on all valid cases; 17716 (ipa_polymorphic_call_context::restrict_to_inner_class): ... this one. 28934 (ipa_polymorphic_call_context::restrict_to_inner_class): ... this one.
|
H A D | ChangeLog-2017 | 28069 (ipa_polymorphic_call_context::restrict_to_inner_class): 34452 (ipa_polymorphic_call_context::restrict_to_inner_class): Likewise.
|