Searched refs:USING_STMT_NAMESPACE (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | dump.cc | 266 dump_child ("nmsp", USING_STMT_NAMESPACE (t)); in cp_dump_tree()
|
H A D | cp-tree.def | 209 /* A using directive. The operand is USING_STMT_NAMESPACE. */
|
H A D | cxx-pretty-print.cc | 1995 pp_cxx_qualified_id (this, USING_STMT_NAMESPACE (t)); in statement()
|
H A D | cp-tree.h | 5324 #define USING_STMT_NAMESPACE(NODE) TREE_OPERAND (USING_STMT_CHECK (NODE), 0) macro
|
H A D | ChangeLog-2001 | 2109 * cp-tree.h (USING_STMT_NAMESPACE): New macro.
|
H A D | pt.cc | 18639 finish_using_directive (USING_STMT_NAMESPACE (t), /*attribs=*/NULL_TREE); in tsubst_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | dump.c | 266 dump_child ("nmsp", USING_STMT_NAMESPACE (t)); in cp_dump_tree()
|
H A D | cp-tree.def | 207 /* A using directive. The operand is USING_STMT_NAMESPACE. */
|
H A D | cxx-pretty-print.c | 1946 pp_cxx_qualified_id (this, USING_STMT_NAMESPACE (t)); in statement()
|
H A D | cp-tree.h | 5075 #define USING_STMT_NAMESPACE(NODE) TREE_OPERAND (USING_STMT_CHECK (NODE), 0) macro
|
H A D | pt.c | 18055 finish_using_directive (USING_STMT_NAMESPACE (t), /*attribs=*/NULL_TREE); in tsubst_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | generic.texi | 3555 @code{USING_STMT_NAMESPACE}, which will be a NAMESPACE_DECL@. This node
|
H A D | gccint.info | 13059 'USING_STMT_NAMESPACE', which will be a NAMESPACE_DECL. This node
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | generic.texi | 3491 @code{USING_STMT_NAMESPACE}, which will be a NAMESPACE_DECL@. This node
|
H A D | gccint.info | 12641 'USING_STMT_NAMESPACE', which will be a NAMESPACE_DECL. This node
|