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

  /src/external/gpl3/gcc/dist/gcc/cp/
mangle.cc 83 #define CLASSTYPE_TEMPLATE_ID_P(NODE) \
301 if (CLASS_TYPE_P (type) && CLASSTYPE_TEMPLATE_ID_P (type))
1338 if (CLASSTYPE_TEMPLATE_ID_P (node))
1409 gcc_assert (CLASSTYPE_TEMPLATE_ID_P (type));
  /src/external/gpl3/gcc.old/dist/gcc/cp/
mangle.cc 83 #define CLASSTYPE_TEMPLATE_ID_P(NODE) \
290 if (CLASS_TYPE_P (type) && CLASSTYPE_TEMPLATE_ID_P (type))
1216 if (CLASSTYPE_TEMPLATE_ID_P (node))
1282 gcc_assert (CLASSTYPE_TEMPLATE_ID_P (type));

Completed in 61 milliseconds