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

  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 2983 bool was_template_id = (TREE_CODE (declarator) == TEMPLATE_ID_EXPR); local
2987 if (!was_template_id)
3177 if (tsk == tsk_template && !was_template_id)
3204 if (was_template_id)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 3002 bool was_template_id = (TREE_CODE (declarator) == TEMPLATE_ID_EXPR); local
3006 if (!was_template_id)
3196 if (tsk == tsk_template && !was_template_id)
3221 if (was_template_id)

Completed in 82 milliseconds