Home
last modified time | relevance | path

Searched refs:PLACEHOLDER_EXPR (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000914-1.c59 PLACEHOLDER_EXPR, enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.def526 Such a "self-references" is done using a PLACEHOLDER_EXPR. This is
530 PLACEHOLDER_EXPR.
534 (FOO), just substitute <variable> above with a PLACEHOLDER_EXPR
547 a PLACEHOLDER_EXPR, we look down the first operand of the expression
554 DEFTREECODE (PLACEHOLDER_EXPR, "placeholder_expr", 'x', 0)
557 of a PLACEHOLDER_EXPR. The record to be used is the record within
558 operand 1 that has the same type as the PLACEHOLDER_EXPR in
H A Dalias.c490 while (TREE_CODE (inner) == PLACEHOLDER_EXPR
493 if (TREE_CODE (inner) == PLACEHOLDER_EXPR)
558 while (TREE_CODE (t) == PLACEHOLDER_EXPR
561 if (TREE_CODE (t) == PLACEHOLDER_EXPR)
H A Dtree.c1537 case PLACEHOLDER_EXPR: return TS_COMMON;
1749 else if (code == PLACEHOLDER_EXPR)
1907 if (code == PLACEHOLDER_EXPR)
2000 if (TREE_CODE (inner) == PLACEHOLDER_EXPR
2006 if (TREE_CODE (inner) == PLACEHOLDER_EXPR
H A Demit-rtl.c1672 || TREE_CODE (inner) == PLACEHOLDER_EXPR)
1673 if (TREE_CODE (inner) == PLACEHOLDER_EXPR)
H A Dfold-const.c2474 || offset != 0 || TREE_CODE (linner) == PLACEHOLDER_EXPR)
2486 || TREE_CODE (rinner) == PLACEHOLDER_EXPR)
2662 || TREE_CODE (inner) == PLACEHOLDER_EXPR)
H A Dexpr.c5836 else if (TREE_CODE (exp) == PLACEHOLDER_EXPR)
7022 case PLACEHOLDER_EXPR:
9564 || (TREE_CODE (TREE_OPERAND (offset, 0)) == PLACEHOLDER_EXPR
H A DFSFChangeLog.11162 * expr.c (expand_expr, case PLACEHOLDER_EXPR): Use placeholder_list
2779 * expr.c (expand_expr, case PLACEHOLDER_EXPR): Check all
4127 * expr.c (expand_expr, case PLACEHOLDER_EXPR): Find innermost
4369 * expr.c (expand_expr, case PLACEHOLDER_EXPR): Pick outermost
4370 object in placeholder_list of right type without a PLACEHOLDER_EXPR.
7058 * expr.c (expand_expr, case PLACEHOLDER_EXPR): Refine which
10317 * tree.c (contains_placeholder): Return 1 for PLACEHOLDER_EXPR.
H A DChangeLog.67389 Also return 0 for PLACEHOLDER_EXPR.
7394 (add_bound_info): Remove test for PLACEHOLDER_EXPR here.
7407 (get_inner_reference): Stop at PLACEHOLDER_EXPR if can't find
7411 (expand_expr, case PLACEHOLDER_EXPR): Abort if find_placeholder
8344 * expr.c (get_inner_reference): Handle PLACEHOLDER_EXPR.
8346 (expand_expr, case PLACEHOLDER_EXPR): Initialize find_placeholder arg.
9594 * alias.c (get_alias_set): Try to replace PLACEHOLDER_EXPR.
9600 (expand_expr, case PLACEHOLDER_EXPR): Use it.
H A DFSFChangeLog2471 (expand_expr, case PLACEHOLDER_EXPR): Refine search again; look
H A Ddwarf2out.c8427 case PLACEHOLDER_EXPR:
H A DFSFChangeLog.10361 if inner PLACEHOLDER_EXPR has not yet been initialized.
6731 * expr.c (expand_expr, case PLACEHOLDER_EXPR): Consider two types
H A DChangeLog.23792 optimize COMPONENT_REF of a PLACEHOLDER_EXPR.
3982 * tree.def (PLACEHOLDER_EXPR): Update comments.
/openbsd-src/gnu/gcc/gcc/
H A Dtree.def575 Such a "self-references" is done using a PLACEHOLDER_EXPR. This is
579 PLACEHOLDER_EXPR.
583 (FOO), just substitute <variable> above with a PLACEHOLDER_EXPR
585 the PLACEHOLDER_EXPR as the first operand (which has the correct
587 will find this PLACEHOLDER_EXPR and generate code to calculate the
592 PLACEHOLDER_EXPR. If it does, we call substitute_placeholder_in_expr
605 DEFTREECODE (PLACEHOLDER_EXPR, "placeholder_expr", tcc_exceptional, 0)
H A Dtree.c378 case PLACEHOLDER_EXPR: return sizeof (struct tree_common); in tree_code_size()
2158 case PLACEHOLDER_EXPR: return TS_COMMON; in tree_node_structure()
2183 if (code == PLACEHOLDER_EXPR) in contains_placeholder_p()
2359 if (TREE_CODE (inner) == PLACEHOLDER_EXPR in substitute_in_expr()
2364 if (TREE_CODE (inner) == PLACEHOLDER_EXPR && TREE_TYPE (inner) == 0) in substitute_in_expr()
2460 if (code == PLACEHOLDER_EXPR) in substitute_placeholder_in_expr()
7534 case PLACEHOLDER_EXPR: in walk_tree()
H A Dtree-pretty-print.c1169 case PLACEHOLDER_EXPR: in dump_generic_node()
H A Dfold-const.c3504 || offset != 0 || TREE_CODE (linner) == PLACEHOLDER_EXPR) in optimize_bit_field_compare()
3516 || TREE_CODE (rinner) == PLACEHOLDER_EXPR) in optimize_bit_field_compare()
3691 || TREE_CODE (inner) == PLACEHOLDER_EXPR) in decode_field_reference()
H A Ddwarf2out.c9102 case PLACEHOLDER_EXPR: in loc_descriptor_from_tree_1()
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi551 outer object using a @code{PLACEHOLDER_EXPR}.
/openbsd-src/gnu/gcc/gcc/doc/
H A Dc-tree.texi550 outer object using a @code{PLACEHOLDER_EXPR}.
H A Dgccint.info4387 outer object using a `PLACEHOLDER_EXPR'.