Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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.c257 pp_cxx_nested_name_specifier (pp, PTRMEM_CST_CLASS (t)); in pp_cxx_qualified_id()
Dmangle.c2059 PTRMEM_CST_CLASS (expr), in write_expression()
Derror.c1365 dump_type (PTRMEM_CST_CLASS (t), flags); in dump_expr()
Dcp-tree.h2668 #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.
/freebsd-12-stable/contrib/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