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

  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 334 build_template_info (tree template_decl, tree template_args) function
996 SET_TYPE_TEMPLATE_INFO (t, build_template_info (tmpl, args));
3202 DECL_TEMPLATE_INFO (decl) = build_template_info (tmpl, targs);
4612 = build_template_info (DECL_TI_TEMPLATE (orig_inner),
4719 tree tinfo = build_template_info (parm, args);
5431 DECL_TEMPLATE_INFO (tmpl) = build_template_info (maintmpl, specargs);
5461 TI_PARTIAL_INFO (tinfo) = build_template_info (tmpl, NULL_TREE);
6122 = build_template_info (tmpl, args);
6286 tree info = build_template_info (tmpl, args);
6326 DECL_TEMPLATE_INFO (fn) = build_template_info (tmpl, args)
    [all...]
decl2.cc 901 DECL_TEMPLATE_INFO (function) = build_template_info (fns, NULL_TREE);
tree.cc 2929 = build_template_info (TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL (t), newargs);
cp-tree.h 7574 extern tree build_template_info (tree, tree);
name-lookup.cc 6362 DECL_TEMPLATE_INFO (decl) = build_template_info (old, NULL_TREE);
call.cc 3722 cand->template_decl = build_template_info (tmpl, targs);
decl.cc 10698 DECL_TEMPLATE_INFO (decl) = build_template_info (fns, args);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 329 build_template_info (tree template_decl, tree template_args) function
963 SET_TYPE_TEMPLATE_INFO (t, build_template_info (tmpl, args));
3219 DECL_TEMPLATE_INFO (decl) = build_template_info (tmpl, targs);
4726 tree tinfo = build_template_info (parm, args);
5411 DECL_TEMPLATE_INFO (tmpl) = build_template_info (maintmpl, specargs);
6093 = build_template_info (tmpl, args);
6235 tree info = build_template_info (tmpl, args);
6275 DECL_TEMPLATE_INFO (fn) = build_template_info (tmpl, args);
10357 SET_TYPE_TEMPLATE_INFO (t, build_template_info (found, arglist));
14408 = build_template_info (gen_tmpl, argvec)
    [all...]
tree.cc 2914 = build_template_info (TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL (t), newargs);
cp-tree.h 7363 extern tree build_template_info (tree, tree);
call.cc 3621 cand->template_decl = build_template_info (tmpl, targs);
decl.cc 10228 DECL_TEMPLATE_INFO (decl) = build_template_info (fns, args);

Completed in 124 milliseconds