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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 340 get_template_info (const_tree t) function
390 tree tinfo = get_template_info (type);
420 tree tinfo = get_template_info (node);
436 tree ctinfo = get_template_info (ctxt);
609 tree ti = get_template_info (DECL_TEMPLATE_RESULT (args));
1293 if (tree ti = get_template_info (fn))
3691 if ((template_info = get_template_info (t))
3707 if ((template_info = get_template_info (t))
4977 if (tree ti = get_template_info (result))
4991 tree ti = get_template_info (DECL_TEMPLATE_RESULT (tmpl))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 371 get_template_info (const_tree t) function
421 tree tinfo = get_template_info (type);
451 tree tinfo = get_template_info (node);
467 tree ctinfo = get_template_info (ctxt);
642 tree ti = get_template_info (DECL_TEMPLATE_RESULT (args));
3655 if ((template_info = get_template_info (t))
3671 if ((template_info = get_template_info (t))
4997 if (tree ti = get_template_info (result))
5013 tree ti = get_template_info (decl);
5161 tree tinfo = get_template_info (decl)
    [all...]

Completed in 60 milliseconds