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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 216 static bool complex_alias_template_p (const_tree tmpl);
6223 if (complex_alias_template_p (tmpl))
6531 /* walk_tree callback for complex_alias_template_p. */
6599 complex_alias_template_p (const_tree tmpl) function
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 6565 /* A cache of the result of complex_alias_template_p. */
6577 /* walk_tree callback for complex_alias_template_p. */
6646 complex_alias_template_p (const_tree tmpl, tree *seen_out) function
6728 if (complex_alias_template_p (TI_TEMPLATE (tinfo), &seen))

Completed in 77 milliseconds