Home
last modified time | relevance | path

Searched refs:fielddecl (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dipa-type-escape.c891 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 Dfold-const.c8194 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 Dperly.tab235 YYSYMBOL_fielddecl = 224, /* fielddecl */
425 "optfieldattrlist", "fielddecl", "$@24", "optlistexpr", "optexpr",
H A Dperly.y114 %type <opval> optfieldattrlist fielddecl
624 | fielddecl PERLY_SEMICOLON
626 $$ = $fielddecl;
1565 fielddecl
H A Dperly.act684 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 Dfold-const.c6068 tree fielddecl = TREE_OPERAND (TREE_OPERAND (varop, 0), 1); local
6069 int size = TREE_INT_CST_LOW (DECL_SIZE (fielddecl));