Searched refs:fielddecl (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | ipa-type-escape.c | 891 tree fielddecl = NULL_TREE; in look_for_address_of() local 896 fielddecl = TREE_OPERAND (cref, 1); in look_for_address_of() 897 mark_interesting_addressof (TREE_TYPE (fielddecl), in look_for_address_of() 898 DECL_FIELD_CONTEXT (fielddecl)); in look_for_address_of()
|
| H A D | fold-const.c | 8194 tree fielddecl = TREE_OPERAND (TREE_OPERAND (varop, 0), 1); in fold_comparison() local 8195 HOST_WIDE_INT size = tree_low_cst (DECL_SIZE (fielddecl), 1); in fold_comparison()
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | perly.y | 114 %type <opval> optfieldattrlist fielddecl 624 | fielddecl PERLY_SEMICOLON 626 $$ = $fielddecl; 1565 fielddecl
|
| H A D | perly.tab | 235 YYSYMBOL_fielddecl = 224, /* fielddecl */ 425 "optfieldattrlist", "fielddecl", "$@24", "optlistexpr", "optexpr",
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | fold-const.c | 6068 tree fielddecl = TREE_OPERAND (TREE_OPERAND (varop, 0), 1); local 6069 int size = TREE_INT_CST_LOW (DECL_SIZE (fielddecl));
|