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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 705 global template class, push_template_decl handles putting the
1049 tree decl = push_template_decl (TYPE_MAIN_DECL (type));
5100 /* Subroutine of push_template_decl used to see if each template
5818 push_template_decl (tree decl, bool is_friend) function
29108 return push_template_decl (decl);
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 738 global template class, push_template_decl handles putting the
1082 tree decl = push_template_decl (TYPE_MAIN_DECL (type));
5120 /* Subroutine of push_template_decl used to see if each template
5847 push_template_decl (tree decl, bool is_friend) function
29632 return push_template_decl (decl);

Completed in 42 milliseconds