Searched refs:DOTSTAR_EXPR (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20000914-1.c | 244 DOTSTAR_EXPR, enumerator
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | cxx-pretty-print.c | 717 case DOTSTAR_EXPR: in pp_cxx_pm_expression() 942 case DOTSTAR_EXPR: in pp_cxx_expression()
|
| H A D | decl2.c | 3412 gcc_assert (TREE_CODE (fn) == DOTSTAR_EXPR in build_offset_ref_call_from_tree() 3422 if (TREE_CODE (fn) == DOTSTAR_EXPR) in build_offset_ref_call_from_tree()
|
| H A D | cp-tree.def | 241 DEFTREECODE (DOTSTAR_EXPR, "dotstar_expr", tcc_expression, 2)
|
| H A D | pt.c | 5089 case DOTSTAR_EXPR: in for_each_template_parm_r() 8240 case DOTSTAR_EXPR: in tsubst_copy() 9068 case DOTSTAR_EXPR: in tsubst_copy_and_build()
|
| H A D | parser.c | 1224 { CPP_DOT_STAR, DOTSTAR_EXPR, PREC_PM_EXPRESSION }, 4461 || TREE_CODE (postfix_expression) == DOTSTAR_EXPR) in cp_parser_postfix_expression()
|
| H A D | typeck.c | 2930 if (code == DOTSTAR_EXPR) in build_x_binary_op()
|
| H A D | ChangeLog-2003 | 3481 (build_x_binary_op): Handle DOTSTAR_EXPR.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | cp-tree.def | 243 DEFTREECODE (DOTSTAR_EXPR, "dotstar_expr", 'e', 2)
|
| H A D | typeck2.c | 1196 return build_min_nt (DOTSTAR_EXPR, datum, component);
|
| H A D | decl2.c | 3270 case DOTSTAR_EXPR:
|
| H A D | pt.c | 4691 case DOTSTAR_EXPR: 7425 case DOTSTAR_EXPR:
|