Home
last modified time | relevance | path

Searched defs:DECL_TEMPLATE_INSTANTIATION (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcp-tree.h3773 #define DECL_TEMPLATE_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) & 1) macro
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.h4675 #define DECL_TEMPLATE_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) & 1) macro