Searched refs:fld2 (Results 1 – 3 of 3) sorted by relevance
69 : fld(x), fld2(y) in Bitfields()73 unsigned fld2 : 7; member
2973 tree fld2 = build_decl (UNKNOWN_LOCATION, FIELD_DECL, NULL_TREE, atype2); in build_new_constexpr_heap_type() local2975 DECL_FIELD_CONTEXT (fld2) = rtype; in build_new_constexpr_heap_type()2977 DECL_ARTIFICIAL (fld2) = true; in build_new_constexpr_heap_type()2979 DECL_CHAIN (fld1) = fld2; in build_new_constexpr_heap_type()
7388 tree fld2 = DECL_CHAIN (fld1); in cxx_eval_constant_expression() local7389 elt_type = TREE_TYPE (TREE_TYPE (fld2)); in cxx_eval_constant_expression()