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

  /src/external/gpl3/gcc/dist/gcc/
ipa-polymorphic-call.cc 129 ipa_polymorphic_call_context::restrict_to_inner_class (tree otr_type, function in class:ipa_polymorphic_call_context
480 return context.restrict_to_inner_class (otr_type, consider_placement_new,
1373 if (!context.restrict_to_inner_class (tci->otr_type))
1577 /* Remember OFFSET before it is modified by restrict_to_inner_class.
1593 if (!restrict_to_inner_class (otr_type))
1920 /* restrict_to_inner_class may eliminate wrong speculation making our job
1923 restrict_to_inner_class (otr_type);
1986 restrict_to_inner_class (otr_type);
2020 /* restrict_to_inner_class may eliminate wrong speculation making our job
2023 restrict_to_inner_class (otr_type)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-polymorphic-call.cc 129 ipa_polymorphic_call_context::restrict_to_inner_class (tree otr_type, function in class:ipa_polymorphic_call_context
480 return context.restrict_to_inner_class (otr_type, consider_placement_new,
1374 if (!context.restrict_to_inner_class (tci->otr_type))
1578 /* Remember OFFSET before it is modified by restrict_to_inner_class.
1594 if (!restrict_to_inner_class (otr_type))
1921 /* restrict_to_inner_class may eliminate wrong speculation making our job
1924 restrict_to_inner_class (otr_type);
1987 restrict_to_inner_class (otr_type);
2021 /* restrict_to_inner_class may eliminate wrong speculation making our job
2024 restrict_to_inner_class (otr_type)
    [all...]

Completed in 18 milliseconds