Home
last modified time | relevance | path

Searched refs:DECL_PRIMARY_TEMPLATE (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Dcp-tree.h2255 ? TREE_TYPE (DECL_TEMPLATE_RESULT (DECL_PRIMARY_TEMPLATE \
2853 #define DECL_PRIMARY_TEMPLATE(NODE) \ macro
2857 #define PRIMARY_TEMPLATE_P(NODE) (DECL_PRIMARY_TEMPLATE (NODE) == (NODE))
Dpt.c3291 DECL_PRIMARY_TEMPLATE (tmpl) = tmpl; in push_template_decl_real()
5391 DECL_PRIMARY_TEMPLATE (new_friend) = new_friend; in tsubst_friend_function()
6539 DECL_PRIMARY_TEMPLATE (r) = r; in tsubst_decl()
DChangeLog-19984555 DECL_PRIMARY_TEMPLATE instead of inline expansion. Use
4959 (DECL_PRIMARY_TEMPLATE): Likewise.
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dcp-tree.h2905 #define DECL_PRIMARY_TEMPLATE(NODE) \ macro
2909 #define PRIMARY_TEMPLATE_P(NODE) (DECL_PRIMARY_TEMPLATE (NODE) == (NODE))
Dpt.c2914 DECL_PRIMARY_TEMPLATE (tmpl) = tmpl;
4966 DECL_PRIMARY_TEMPLATE (new_friend) = new_friend;
6065 DECL_PRIMARY_TEMPLATE (r) = r;
DChangeLog.211343 DECL_PRIMARY_TEMPLATE instead of inline expansion. Use
11747 (DECL_PRIMARY_TEMPLATE): Likewise.