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

  /src/external/gpl3/gcc/dist/gcc/
gengtype.cc 721 bool is_template_instance = (strchr (s, '<') != NULL);
735 p = (is_template_instance)
717 bool is_template_instance = (strchr (s, '<') != NULL); local
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype.cc 722 bool is_template_instance = (strchr (s, '<') != NULL);
736 p = (is_template_instance)
718 bool is_template_instance = (strchr (s, '<') != NULL); local

Completed in 28 milliseconds