Home
last modified time | relevance | path

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

/netbsd/external/bsd/elftoolchain/dist/common/
H A Dutarray.h52 typedef void (ctor_f)(void *dst, const void *src); typedef
58 ctor_f *copy;
/netbsd/external/gpl3/gcc/dist/gcc/
H A Domp-offload.c193 tree ctor_f = build_constructor (funcs_decl_type, v_f); in omp_finish_file() local
194 TREE_CONSTANT (ctor_v) = TREE_CONSTANT (ctor_f) = 1; in omp_finish_file()
195 TREE_STATIC (ctor_v) = TREE_STATIC (ctor_f) = 1; in omp_finish_file()
209 DECL_INITIAL (funcs_decl) = ctor_f; in omp_finish_file()
H A Domp-offload.cc419 tree ctor_f = build_constructor (funcs_decl_type, v_f); in omp_finish_file() local
420 TREE_CONSTANT (ctor_v) = TREE_CONSTANT (ctor_f) = 1; in omp_finish_file()
421 TREE_STATIC (ctor_v) = TREE_STATIC (ctor_f) = 1; in omp_finish_file()
435 DECL_INITIAL (funcs_decl) = ctor_f; in omp_finish_file()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Domp-offload.c193 tree ctor_f = build_constructor (funcs_decl_type, v_f); in omp_finish_file() local
194 TREE_CONSTANT (ctor_v) = TREE_CONSTANT (ctor_f) = 1; in omp_finish_file()
195 TREE_STATIC (ctor_v) = TREE_STATIC (ctor_f) = 1; in omp_finish_file()
209 DECL_INITIAL (funcs_decl) = ctor_f; in omp_finish_file()