Searched refs:TYPEOF_TYPE_EXPR (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ptree.cc | 166 print_node (file, "expr", TYPEOF_TYPE_EXPR (node), indent + 4); in cxx_print_type()
|
| H A D | cp-tree.def | 184 /* A type designated by `__typeof (expr)'. TYPEOF_TYPE_EXPR is the
|
| H A D | error.cc | 692 dump_expr (pp, TYPEOF_TYPE_EXPR (t), flags & ~TFF_EXPR_IN_PARENS); in dump_type()
|
| H A D | typeck.cc | 1491 if (!cp_tree_equal (TYPEOF_TYPE_EXPR (t1), TYPEOF_TYPE_EXPR (t2))) in structural_comptypes()
|
| H A D | ChangeLog-2004 | 5664 (TYPEOF_TYPE_EXPR): New macro. 5666 * error.c (dump_type): Use TYPEOF_TYPE_EXPR.
|
| H A D | cp-tree.h | 4805 #define TYPEOF_TYPE_EXPR(NODE) (TYPE_VALUES_RAW (TYPEOF_TYPE_CHECK (NODE))) macro
|
| H A D | semantics.cc | 4365 TYPEOF_TYPE_EXPR (type) = expr; in finish_typeof()
|
| H A D | ChangeLog-2011 | 3447 * cp-tree.h (TYPENAME_TYPE_FULLNAME, TYPEOF_TYPE_EXPR): Use
|
| H A D | pt.cc | 16426 type = tsubst_expr (TYPEOF_TYPE_EXPR (t), args, in tsubst()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cp-tree.def | 184 /* A type designated by `__typeof (expr)'. TYPEOF_TYPE_EXPR is the
|
| H A D | error.c | 619 dump_expr (pp, TYPEOF_TYPE_EXPR (t), flags & ~TFF_EXPR_IN_PARENS); in dump_type()
|
| H A D | cp-tree.h | 4563 #define TYPEOF_TYPE_EXPR(NODE) (TYPE_VALUES_RAW (TYPEOF_TYPE_CHECK (NODE))) macro
|
| H A D | semantics.c | 4038 TYPEOF_TYPE_EXPR (type) = expr; in finish_typeof()
|
| H A D | pt.c | 16016 type = tsubst_expr (TYPEOF_TYPE_EXPR (t), args, in tsubst()
|