Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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.c8210 tree fielddecl = TREE_OPERAND (TREE_OPERAND (varop, 0), 1); in fold_comparison() local
8211 HOST_WIDE_INT size = tree_low_cst (DECL_SIZE (fielddecl), 1); in fold_comparison()