Searched refs:PTRMEM_CST_CLASS (Results 1 – 21 of 21) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | dump.cc | 225 dump_child ("clas", PTRMEM_CST_CLASS (t)); in cp_dump_tree()
|
| H A D | cvt.cc | 613 PTRMEM_CST_CLASS (expr))) in cp_fold_convert()
|
| H A D | cp-tree.def | 44 `X::Y' The PTRMEM_CST_CLASS is the RECORD_TYPE for `X' and the
|
| H A D | cxx-pretty-print.cc | 269 pp_cxx_nested_name_specifier (pp, PTRMEM_CST_CLASS (t)); in pp_cxx_qualified_id()
|
| H A D | tree.cc | 4141 return same_type_p (PTRMEM_CST_CLASS (t1), PTRMEM_CST_CLASS (t2)); in cp_tree_equal()
|
| H A D | mangle.cc | 3065 PTRMEM_CST_CLASS (expr), in write_expression()
|
| H A D | error.cc | 2242 dump_type (pp, PTRMEM_CST_CLASS (t), flags); in dump_expr()
|
| H A D | cp-tree.h | 4791 #define PTRMEM_CST_CLASS(NODE) \ macro
|
| H A D | constexpr.cc | 7329 PTRMEM_CST_CLASS (op)); in cxx_eval_constant_expression()
|
| H A D | pt.cc | 1866 val = iterative_hash_template_arg (PTRMEM_CST_CLASS (arg), val); in iterative_hash_template_arg() 6806 PTRMEM_CST_CLASS (expr))) in check_valid_ptrmem_cst_expr() 6822 inform (loc, "because it is a member of %qT", PTRMEM_CST_CLASS (expr)); in check_valid_ptrmem_cst_expr()
|
| H A D | ChangeLog-1998 | 538 * cp-tree.h (PTRMEM_CST_CLASS): Fix typo. 1525 (PTRMEM_CST_CLASS): New macro.
|
| H A D | ChangeLog-1999 | 3979 (PTRMEM_CST_CLASS): Use TYPE_PTRMEM_CLASS_TYPE.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | dump.c | 225 dump_child ("clas", PTRMEM_CST_CLASS (t)); in cp_dump_tree()
|
| H A D | cvt.c | 612 PTRMEM_CST_CLASS (expr))) in cp_fold_convert()
|
| H A D | cp-tree.def | 44 `X::Y' The PTRMEM_CST_CLASS is the RECORD_TYPE for `X' and the
|
| H A D | cxx-pretty-print.c | 268 pp_cxx_nested_name_specifier (pp, PTRMEM_CST_CLASS (t)); in pp_cxx_qualified_id()
|
| H A D | tree.c | 3898 return same_type_p (PTRMEM_CST_CLASS (t1), PTRMEM_CST_CLASS (t2)); in cp_tree_equal()
|
| H A D | mangle.c | 2912 PTRMEM_CST_CLASS (expr), in write_expression()
|
| H A D | error.c | 2141 dump_type (pp, PTRMEM_CST_CLASS (t), flags); in dump_expr()
|
| H A D | cp-tree.h | 4554 #define PTRMEM_CST_CLASS(NODE) \ macro
|
| H A D | pt.c | 1835 val = iterative_hash_template_arg (PTRMEM_CST_CLASS (arg), val); in iterative_hash_template_arg() 6643 PTRMEM_CST_CLASS (expr))) in check_valid_ptrmem_cst_expr() 6659 inform (loc, "because it is a member of %qT", PTRMEM_CST_CLASS (expr)); in check_valid_ptrmem_cst_expr()
|