Home
last modified time | relevance | path

Searched refs:PTRMEM_CST_CLASS (Results 1 – 19 of 19) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Ddump.c383 dump_child ("clas", PTRMEM_CST_CLASS (t));
Dtree.c1686 && same_type_p (PTRMEM_CST_CLASS (t1), PTRMEM_CST_CLASS (t2)));
Dcp-tree.def48 `X::Y' The PTRMEM_CST_CLASS is the RECORD_TYPE for `X' and the
Dmangle.c1913 PTRMEM_CST_CLASS (expr),
Derror.c1547 dump_type (PTRMEM_CST_CLASS (t), flags);
Dcp-tree.h2706 #define PTRMEM_CST_CLASS(NODE) \ macro
DChangeLog.23979 (PTRMEM_CST_CLASS): Use TYPE_PTRMEM_CLASS_TYPE.
7326 * cp-tree.h (PTRMEM_CST_CLASS): Fix typo.
8313 (PTRMEM_CST_CLASS): New macro.
/openbsd/src/gnu/gcc/gcc/cp/
Ddump.c381 dump_child ("clas", PTRMEM_CST_CLASS (t)); in cp_dump_tree()
Dtree.c1591 return same_type_p (PTRMEM_CST_CLASS (t1), PTRMEM_CST_CLASS (t2)); in cp_tree_equal()
Dcp-tree.def46 `X::Y' The PTRMEM_CST_CLASS is the RECORD_TYPE for `X' and the
Dcxx-pretty-print.c253 pp_cxx_nested_name_specifier (pp, PTRMEM_CST_CLASS (t)); in pp_cxx_qualified_id()
Dmangle.c2038 PTRMEM_CST_CLASS (expr), in write_expression()
Derror.c1348 dump_type (PTRMEM_CST_CLASS (t), flags); in dump_expr()
Dcp-tree.h2643 #define PTRMEM_CST_CLASS(NODE) \ macro
DChangeLog-1998538 * cp-tree.h (PTRMEM_CST_CLASS): Fix typo.
1525 (PTRMEM_CST_CLASS): New macro.
DChangeLog-19993979 (PTRMEM_CST_CLASS): Use TYPE_PTRMEM_CLASS_TYPE.
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dc-tree.texi1720 @findex PTRMEM_CST_CLASS
1890 @code{PTRMEM_CST_CLASS} is the class type (either a @code{RECORD_TYPE}
1894 general different from the @code{PTRMEM_CST_CLASS}. For example,
1902 The @code{PTRMEM_CST_CLASS} for @code{&D::i} is @code{D}, even though
/openbsd/src/gnu/gcc/gcc/doc/
Dc-tree.texi1839 @findex PTRMEM_CST_CLASS
2050 @code{PTRMEM_CST_CLASS} is the class type (either a @code{RECORD_TYPE}
2054 general different from the @code{PTRMEM_CST_CLASS}. For example,
2062 The @code{PTRMEM_CST_CLASS} for @code{&D::i} is @code{D}, even though
Dgccint.info5590 `PTRMEM_CST_CLASS' is the class type (either a `RECORD_TYPE' or
5594 general different from the `PTRMEM_CST_CLASS'. For example, given:
5598 The `PTRMEM_CST_CLASS' for `&D::i' is `D', even though the
33307 * PTRMEM_CST_CLASS: Expression trees. (line 6)