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

  /src/external/gpl3/gcc/dist/gcc/cp/
cp-tree.h 5259 #define DECL_TEMPLATE_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) & 1)
5292 instantiated will not be a DECL_TEMPLATE_INSTANTIATION, but will be
5301 (DECL_TEMPLATE_INSTANTIATION (DECL) \
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h 5131 #define DECL_TEMPLATE_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) & 1)
5164 instantiated will not be a DECL_TEMPLATE_INSTANTIATION, but will be
5173 (DECL_TEMPLATE_INSTANTIATION (DECL) \

Completed in 28 milliseconds