Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcoverage.c841 tree ctr_type; in build_fn_info() local
870 ctr_type = TREE_TYPE (TREE_TYPE (fields)); in build_fn_info()
883 CONSTRUCTOR_APPEND_ELT (ctr, TYPE_FIELDS (ctr_type), in build_fn_info()
888 CONSTRUCTOR_APPEND_ELT (ctr, DECL_CHAIN (TYPE_FIELDS (ctr_type)), in build_fn_info()
891 CONSTRUCTOR_APPEND_ELT (v2, NULL, build_constructor (ctr_type, ctr)); in build_fn_info()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcoverage.cc849 tree ctr_type; in build_fn_info() local
878 ctr_type = TREE_TYPE (TREE_TYPE (fields)); in build_fn_info()
891 CONSTRUCTOR_APPEND_ELT (ctr, TYPE_FIELDS (ctr_type), in build_fn_info()
896 CONSTRUCTOR_APPEND_ELT (ctr, DECL_CHAIN (TYPE_FIELDS (ctr_type)), in build_fn_info()
899 CONSTRUCTOR_APPEND_ELT (v2, NULL, build_constructor (ctr_type, ctr)); in build_fn_info()