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

  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 6623 enum { templates, non_templates, either } which = either; enumerator in enum:__anon13547
6627 which = non_templates;
6655 if (which == non_templates && TREE_CODE (fn) == TEMPLATE_DECL)
6781 if (which == non_templates && !seen_perfect)
call.cc 6623 enum { templates, non_templates, either } which = either; enumerator in enum:__anon13547
6627 which = non_templates;
6655 if (which == non_templates && TREE_CODE (fn) == TEMPLATE_DECL)
6781 if (which == non_templates && !seen_perfect)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 6125 enum { templates, non_templates, either } which = either; enumerator in enum:__anon15975
6129 which = non_templates;
6153 if (which == non_templates && TREE_CODE (fn) == TEMPLATE_DECL)
6250 if (which == non_templates && !seen_perfect)
call.cc 6125 enum { templates, non_templates, either } which = either; enumerator in enum:__anon15975
6129 which = non_templates;
6153 if (which == non_templates && TREE_CODE (fn) == TEMPLATE_DECL)
6250 if (which == non_templates && !seen_perfect)

Completed in 92 milliseconds