Searched refs:fielddecl (Results 1 – 6 of 6) sorted by relevance
/openbsd/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/gnu/usr.bin/perl/ |
H A D | perly.tab | 235 YYSYMBOL_fielddecl = 224, /* fielddecl */ 425 "optfieldattrlist", "fielddecl", "$@24", "optlistexpr", "optexpr",
|
H A D | perly.y | 114 %type <opval> optfieldattrlist fielddecl 624 | fielddecl PERLY_SEMICOLON 626 $$ = $fielddecl; 1565 fielddecl
|
H A D | perly.act | 684 case 72: /* barestmt: fielddecl PERLY_SEMICOLON */ 2201 case 301: /* fielddecl: KW_FIELD fieldvar optfieldattrlist */ 2224 case 303: /* fielddecl: KW_FIELD fieldvar optfieldattrlist ASSIGNOP $@24 term */
|
/openbsd/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));
|