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

  /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...]
decl2.cc 1890 if (tree ti = get_template_info (*decl))
1901 if (tree ti = get_template_info (*decl))
3015 tree tinfo = get_template_info (template_decl);
5808 if (tree tinfo = get_template_info (decl))
search.cc 784 if (tree tinfo = get_template_info (scope))
module.cc 7996 tree ti = get_template_info (inner);
11037 tree ti = get_template_info (inner);
11287 tree ti = get_template_info (tmpl);
12943 tree ti = get_template_info (decl);
cp-tree.h 7575 extern tree get_template_info (const_tree);
name-lookup.cc 7766 tinfo = get_template_info (scope->this_entity);
semantics.cc 350 if (tree template_info = get_template_info (cs))
  /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...]
decl2.cc 1776 if (tree ti = get_template_info (*decl))
1787 if (tree ti = get_template_info (*decl))
2857 tree tinfo = get_template_info (template_decl);
5780 if (tree tinfo = get_template_info (decl))
search.cc 748 if (tree tinfo = get_template_info (scope))
cp-tree.h 7364 extern tree get_template_info (const_tree);
name-lookup.cc 7565 tinfo = get_template_info (scope->this_entity);
semantics.cc 351 if (tree template_info = get_template_info (cs))

Completed in 119 milliseconds