Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c2896 tree fld2 = build_decl (UNKNOWN_LOCATION, FIELD_DECL, NULL_TREE, atype2); in build_new_constexpr_heap_type() local
2898 DECL_FIELD_CONTEXT (fld2) = rtype; in build_new_constexpr_heap_type()
2900 DECL_ARTIFICIAL (fld2) = true; in build_new_constexpr_heap_type()
2902 DECL_CHAIN (fld1) = fld2; in build_new_constexpr_heap_type()
H A Dconstexpr.c6512 tree fld2 = DECL_CHAIN (fld1); in cxx_eval_constant_expression() local
6513 elt_type = TREE_TYPE (TREE_TYPE (fld2)); in cxx_eval_constant_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A 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()
H A 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()