Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-offload.c188 tree funcs_decl_type = build_array_type_nelts (pointer_sized_int_node, in omp_finish_file() local
191 SET_TYPE_ALIGN (funcs_decl_type, TYPE_ALIGN (pointer_sized_int_node)); in omp_finish_file()
193 tree ctor_f = build_constructor (funcs_decl_type, v_f); in omp_finish_file()
198 funcs_decl_type); in omp_finish_file()
207 SET_DECL_ALIGN (funcs_decl, TYPE_ALIGN (funcs_decl_type)); in omp_finish_file()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-offload.cc414 tree funcs_decl_type = build_array_type_nelts (pointer_sized_int_node, in omp_finish_file() local
417 SET_TYPE_ALIGN (funcs_decl_type, TYPE_ALIGN (pointer_sized_int_node)); in omp_finish_file()
419 tree ctor_f = build_constructor (funcs_decl_type, v_f); in omp_finish_file()
424 funcs_decl_type); in omp_finish_file()
433 SET_DECL_ALIGN (funcs_decl, TYPE_ALIGN (funcs_decl_type)); in omp_finish_file()