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 D | 20000914-1.c | 59 PLACEHOLDER_EXPR, enumerator
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | tree.def | 526 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 D | alias.c | 490 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 D | tree.c | 1537 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 D | emit-rtl.c | 1672 || TREE_CODE (inner) == PLACEHOLDER_EXPR) 1673 if (TREE_CODE (inner) == PLACEHOLDER_EXPR)
|
| H A D | fold-const.c | 2474 || offset != 0 || TREE_CODE (linner) == PLACEHOLDER_EXPR) 2486 || TREE_CODE (rinner) == PLACEHOLDER_EXPR) 2662 || TREE_CODE (inner) == PLACEHOLDER_EXPR)
|
| H A D | expr.c | 5836 else if (TREE_CODE (exp) == PLACEHOLDER_EXPR) 7022 case PLACEHOLDER_EXPR: 9564 || (TREE_CODE (TREE_OPERAND (offset, 0)) == PLACEHOLDER_EXPR
|
| H A D | FSFChangeLog.11 | 162 * 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 D | ChangeLog.6 | 7389 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 D | FSFChangeLog | 2471 (expand_expr, case PLACEHOLDER_EXPR): Refine search again; look
|
| H A D | dwarf2out.c | 8427 case PLACEHOLDER_EXPR:
|
| H A D | FSFChangeLog.10 | 361 if inner PLACEHOLDER_EXPR has not yet been initialized. 6731 * expr.c (expand_expr, case PLACEHOLDER_EXPR): Consider two types
|
| H A D | ChangeLog.2 | 3792 optimize COMPONENT_REF of a PLACEHOLDER_EXPR. 3982 * tree.def (PLACEHOLDER_EXPR): Update comments.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree.def | 575 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 D | tree.c | 378 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 D | tree-pretty-print.c | 1169 case PLACEHOLDER_EXPR: in dump_generic_node()
|
| H A D | fold-const.c | 3504 || 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 D | dwarf2out.c | 9102 case PLACEHOLDER_EXPR: in loc_descriptor_from_tree_1()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | c-tree.texi | 551 outer object using a @code{PLACEHOLDER_EXPR}.
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | c-tree.texi | 550 outer object using a @code{PLACEHOLDER_EXPR}.
|
| H A D | gccint.info | 4387 outer object using a `PLACEHOLDER_EXPR'.
|