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

  /src/external/gpl3/binutils.old/dist/libiberty/
cp-demangle.c 256 const struct demangle_component *template_decl; member in struct:d_print_template
4748 (d_right (dpi->templates->template_decl),
4893 dst->template_decl = src->template_decl;
5243 dpt.template_decl = typed_name;
5339 = d_left (dpi->templates->template_decl);
6219 dpt.template_decl = NULL;
6224 dpt.template_decl = parms;
6746 dpt.template_decl = dpi->current_template;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 672 gcc_assert (TREE_CODE (tmpl) == TEMPLATE_DECL);
701 TEMPLATE_DECL, it can be NULL since the parameters can be extracted
711 && !(TREE_CODE (function) == TEMPLATE_DECL
728 if (TREE_CODE (function) == TEMPLATE_DECL)
765 if (TREE_CODE (fndecl) == TEMPLATE_DECL)
770 if (is_template != (TREE_CODE (fndecl) == TEMPLATE_DECL))
1110 || TREE_CODE (value) == TEMPLATE_DECL)
1755 if (TREE_CODE (*decl) == TEMPLATE_DECL)
2731 tree template_decl = NULL_TREE;
2737 template_decl = decl
2726 tree template_decl = NULL_TREE; local
    [all...]
call.cc 519 tree template_decl; member in struct:z_candidate
3621 cand->template_decl = build_template_info (tmpl, targs);
3623 cand->template_decl = DECL_TEMPLATE_INFO (fn);
3706 && (c->viable == 1 || TREE_CODE (c->fn) == TEMPLATE_DECL))
3774 if (TREE_CODE (fn1) == TEMPLATE_DECL)
4323 && !cand->template_decl
5076 if (TREE_CODE (fn) == TEMPLATE_DECL)
6151 if (which == templates && TREE_CODE (fn) != TEMPLATE_DECL)
6153 if (which == non_templates && TREE_CODE (fn) == TEMPLATE_DECL)
6189 if (TREE_CODE (fn) == TEMPLATE_DECL)
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
cp-demangle.c 256 const struct demangle_component *template_decl; member in struct:d_print_template
4521 (d_right (dpi->templates->template_decl),
4666 dst->template_decl = src->template_decl;
4957 dpt.template_decl = typed_name;
6342 dpt.template_decl = dpi->current_template;
  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 747 gcc_assert (TREE_CODE (tmpl) == TEMPLATE_DECL);
776 TEMPLATE_DECL, it can be NULL since the parameters can be extracted
786 && !(TREE_CODE (function) == TEMPLATE_DECL
803 if (TREE_CODE (function) == TEMPLATE_DECL)
840 if (TREE_CODE (fndecl) == TEMPLATE_DECL)
845 if (is_template != (TREE_CODE (fndecl) == TEMPLATE_DECL))
1181 || TREE_CODE (value) == TEMPLATE_DECL)
1869 if (TREE_CODE (*decl) == TEMPLATE_DECL)
2726 case TEMPLATE_DECL:
2889 tree template_decl = NULL_TREE
2884 tree template_decl = NULL_TREE; local
    [all...]
call.cc 529 tree template_decl; member in struct:z_candidate
3722 cand->template_decl = build_template_info (tmpl, targs);
3724 cand->template_decl = DECL_TEMPLATE_INFO (fn);
3805 && (cand->viable == 1 || TREE_CODE (cand->fn) == TEMPLATE_DECL))
3866 if (TREE_CODE (fn1) == TEMPLATE_DECL)
4608 && !cand->template_decl
5126 || candidates->template_decl))
5386 if (TREE_CODE (fn) == TEMPLATE_DECL)
6649 if (which == templates && TREE_CODE (fn) != TEMPLATE_DECL)
6655 if (which == non_templates && TREE_CODE (fn) == TEMPLATE_DECL)
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
cp-demangle.c 256 const struct demangle_component *template_decl; member in struct:d_print_template
4748 (d_right (dpi->templates->template_decl),
4893 dst->template_decl = src->template_decl;
5243 dpt.template_decl = typed_name;
5339 = d_left (dpi->templates->template_decl);
6219 dpt.template_decl = NULL;
6224 dpt.template_decl = parms;
6746 dpt.template_decl = dpi->current_template;
  /src/external/gpl3/gdb/dist/libiberty/
cp-demangle.c 256 const struct demangle_component *template_decl; member in struct:d_print_template
4748 (d_right (dpi->templates->template_decl),
4893 dst->template_decl = src->template_decl;
5243 dpt.template_decl = typed_name;
5339 = d_left (dpi->templates->template_decl);
6219 dpt.template_decl = NULL;
6224 dpt.template_decl = parms;
6746 dpt.template_decl = dpi->current_template;
  /src/external/gpl3/gdb.old/dist/libiberty/
cp-demangle.c 256 const struct demangle_component *template_decl; member in struct:d_print_template
4748 (d_right (dpi->templates->template_decl),
4893 dst->template_decl = src->template_decl;
5243 dpt.template_decl = typed_name;
5339 = d_left (dpi->templates->template_decl);
6219 dpt.template_decl = NULL;
6224 dpt.template_decl = parms;
6746 dpt.template_decl = dpi->current_template;
  /src/external/gpl3/binutils/dist/libiberty/
cp-demangle.c 256 const struct demangle_component *template_decl; member in struct:d_print_template
4788 (d_right (dpi->templates->template_decl),
4934 dst->template_decl = src->template_decl;
5284 dpt.template_decl = typed_name;
5380 = d_left (dpi->templates->template_decl);
6260 dpt.template_decl = NULL;
6265 dpt.template_decl = parms;
6795 dpt.template_decl = dpi->current_template;

Completed in 118 milliseconds