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

  /src/external/gpl3/gcc/dist/gcc/
ipa-prop.h 1015 ipa_edge_args () : jump_functions (NULL), polymorphic_call_contexts (NULL)
1026 vec_free (polymorphic_call_contexts);
1032 vec<ipa_polymorphic_call_context, va_gc> *polymorphic_call_contexts; variable
1061 if (!args->polymorphic_call_contexts)
1063 return &(*args->polymorphic_call_contexts)[i];
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-prop.h 977 ipa_edge_args () : jump_functions (NULL), polymorphic_call_contexts (NULL)
988 vec_free (polymorphic_call_contexts);
994 vec<ipa_polymorphic_call_context, va_gc> *polymorphic_call_contexts; variable
1023 if (!args->polymorphic_call_contexts)
1025 return &(*args->polymorphic_call_contexts)[i];

Completed in 30 milliseconds