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

  /src/external/gpl3/gcc/dist/gcc/
cgraph.h 1561 use SPECULATIVE_OUTER_TYPE and SPECULATIVE_OFFSET. */
1565 tree speculative_outer_type; variable
3496 speculative_outer_type = NULL;
3521 if (speculative_outer_type)
3530 return (!outer_type && !speculative_outer_type);
ipa-devirt.cc 2714 if (odr_query->context.speculative_outer_type)
2716 hstate.merge_hash (TYPE_UID (odr_query->context.speculative_outer_type));
2738 && t1->context.speculative_outer_type == t2->context.speculative_outer_type
3082 if (!speculative || !context.speculative_outer_type)
3093 if ((context.outer_type || context.speculative_outer_type)
3140 if (context.speculative_outer_type)
3141 context.speculative_outer_type
3142 = get_odr_type (context.speculative_outer_type, true)->type;
3197 if (context.speculative_outer_type)
3199 odr_type speculative_outer_type; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cgraph.h 1558 use SPECULATIVE_OUTER_TYPE and SPECULATIVE_OFFSET. */
1562 tree speculative_outer_type; variable
3493 speculative_outer_type = NULL;
3518 if (speculative_outer_type)
3527 return (!outer_type && !speculative_outer_type);
ipa-devirt.cc 2700 if (odr_query->context.speculative_outer_type)
2702 hstate.merge_hash (TYPE_UID (odr_query->context.speculative_outer_type));
2724 && t1->context.speculative_outer_type == t2->context.speculative_outer_type
3068 if (!speculative || !context.speculative_outer_type)
3079 if ((context.outer_type || context.speculative_outer_type)
3126 if (context.speculative_outer_type)
3127 context.speculative_outer_type
3128 = get_odr_type (context.speculative_outer_type, true)->type;
3183 if (context.speculative_outer_type)
3185 odr_type speculative_outer_type; local
    [all...]

Completed in 34 milliseconds