Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Dcp-tree.h2897 #define DECL_TEMPLATE_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) & 1) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dcp-tree.h2922 #define DECL_TEMPLATE_INSTANTIATION(NODE) (DECL_USE_TEMPLATE (NODE) & 1) macro