Searched refs:PTRMEM_CST_CLASS (Results 1 – 19 of 19) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | dump.c | 383 dump_child ("clas", PTRMEM_CST_CLASS (t));
|
| D | tree.c | 1686 && same_type_p (PTRMEM_CST_CLASS (t1), PTRMEM_CST_CLASS (t2)));
|
| D | cp-tree.def | 48 `X::Y' The PTRMEM_CST_CLASS is the RECORD_TYPE for `X' and the
|
| D | mangle.c | 1913 PTRMEM_CST_CLASS (expr),
|
| D | error.c | 1547 dump_type (PTRMEM_CST_CLASS (t), flags);
|
| D | cp-tree.h | 2706 #define PTRMEM_CST_CLASS(NODE) \ macro
|
| D | ChangeLog.2 | 3979 (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/ |
| D | dump.c | 381 dump_child ("clas", PTRMEM_CST_CLASS (t)); in cp_dump_tree()
|
| D | tree.c | 1591 return same_type_p (PTRMEM_CST_CLASS (t1), PTRMEM_CST_CLASS (t2)); in cp_tree_equal()
|
| D | cp-tree.def | 46 `X::Y' The PTRMEM_CST_CLASS is the RECORD_TYPE for `X' and the
|
| D | cxx-pretty-print.c | 253 pp_cxx_nested_name_specifier (pp, PTRMEM_CST_CLASS (t)); in pp_cxx_qualified_id()
|
| D | mangle.c | 2038 PTRMEM_CST_CLASS (expr), in write_expression()
|
| D | error.c | 1348 dump_type (PTRMEM_CST_CLASS (t), flags); in dump_expr()
|
| D | cp-tree.h | 2643 #define PTRMEM_CST_CLASS(NODE) \ macro
|
| D | ChangeLog-1998 | 538 * cp-tree.h (PTRMEM_CST_CLASS): Fix typo. 1525 (PTRMEM_CST_CLASS): New macro.
|
| D | ChangeLog-1999 | 3979 (PTRMEM_CST_CLASS): Use TYPE_PTRMEM_CLASS_TYPE.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/doc/ |
| D | c-tree.texi | 1720 @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/ |
| D | c-tree.texi | 1839 @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
|
| D | gccint.info | 5590 `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)
|