Searched refs:PTRMEM_CST_CLASS (Results 1 – 10 of 10) sorted by relevance
381 dump_child ("clas", PTRMEM_CST_CLASS (t)); in cp_dump_tree()
1591 return same_type_p (PTRMEM_CST_CLASS (t1), PTRMEM_CST_CLASS (t2)); in cp_tree_equal()
46 `X::Y' The PTRMEM_CST_CLASS is the RECORD_TYPE for `X' and the
257 pp_cxx_nested_name_specifier (pp, PTRMEM_CST_CLASS (t)); in pp_cxx_qualified_id()
2059 PTRMEM_CST_CLASS (expr), in write_expression()
1365 dump_type (PTRMEM_CST_CLASS (t), flags); in dump_expr()
2668 #define PTRMEM_CST_CLASS(NODE) \ macro
538 * cp-tree.h (PTRMEM_CST_CLASS): Fix typo.1525 (PTRMEM_CST_CLASS): New macro.
3979 (PTRMEM_CST_CLASS): Use TYPE_PTRMEM_CLASS_TYPE.
1839 @findex PTRMEM_CST_CLASS2050 @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