Home
last modified time | relevance | path

Searched refs:fld2 (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
Damd64-eval.cc69 : fld(x), fld2(y) in Bitfields()
73 unsigned fld2 : 7; member
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dinit.cc2973 tree fld2 = build_decl (UNKNOWN_LOCATION, FIELD_DECL, NULL_TREE, atype2); in build_new_constexpr_heap_type() local
2975 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()
Dconstexpr.cc7388 tree fld2 = DECL_CHAIN (fld1); in cxx_eval_constant_expression() local
7389 elt_type = TREE_TYPE (TREE_TYPE (fld2)); in cxx_eval_constant_expression()