Home
last modified time | relevance | path

Searched defs:constructor_elt (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcoverage.c1164 coverage_obj_fn (vec<constructor_elt, va_gc> *ctor, tree fn, in coverage_obj_fn()
1182 coverage_obj_finish (vec<constructor_elt, va_gc> *ctor) in coverage_obj_finish()
H A Dtree-core.h1442 struct GTY(()) constructor_elt { struct
1449 vec<constructor_elt, va_gc> *elts; argument
H A Domp-offload.c113 vec<constructor_elt, va_gc> *v_ctor) in add_decls_addresses_to_decl_constructor()
H A Dtree-switch-conversion.c444 switch_conversion::contains_linear_function_p (vec<constructor_elt, va_gc> *vec, in contains_linear_function_p() argument
H A Dasan.c2817 asan_add_global (tree decl, tree type, vec<constructor_elt, va_gc> *v) in asan_add_global()
H A Dtree.c1859 build_vector_from_ctor (tree type, vec<constructor_elt, va_gc> *v) in build_vector_from_ctor()
2052 build_constructor (tree type, vec<constructor_elt, va_gc> *vals MEM_STAT_DECL) in build_constructor()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcoverage.cc1209 coverage_obj_fn (vec<constructor_elt, va_gc> *ctor, tree fn, in coverage_obj_fn()
1227 coverage_obj_finish (vec<constructor_elt, va_gc> *ctor, in coverage_obj_finish()
H A Dtree-core.h1514 struct GTY(()) constructor_elt { struct
1521 vec<constructor_elt, va_gc> *elts; argument
H A Dtree-switch-conversion.cc445 switch_conversion::contains_linear_function_p (vec<constructor_elt, va_gc> *vec, in contains_linear_function_p() argument
H A Domp-offload.cc116 vec<constructor_elt, va_gc> *v_ctor) in add_decls_addresses_to_decl_constructor()
H A Dasan.cc3260 asan_add_global (tree decl, tree type, vec<constructor_elt, va_gc> *v) in asan_add_global()
H A Dtree.cc2076 build_vector_from_ctor (tree type, const vec<constructor_elt, va_gc> *v) in build_vector_from_ctor()
2269 build_constructor (tree type, vec<constructor_elt, va_gc> *vals MEM_STAT_DECL) in build_constructor()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.cc9378 initialize_vtable (tree binfo, vec<constructor_elt, va_gc> *inits) in initialize_vtable()
9481 build_vtt_inits (tree binfo, tree t, vec<constructor_elt, va_gc> **inits, in build_vtt_inits()
9710 vec<constructor_elt, va_gc> **inits) in accumulate_vtbl_inits()
9758 vec<constructor_elt, va_gc> **l) in dfs_accumulate_vtbl_inits()
9882 vec<constructor_elt, va_gc> **inits) in build_vtbl_initializer()
H A Dconstexpr.cc286 vec<constructor_elt, va_gc> **vec_outer) in build_anon_member_initialization()
337 build_data_member_initialization (tree t, vec<constructor_elt, va_gc> **vec) in build_data_member_initialization() argument
543 sort_constexpr_mem_initializers (tree type, vec<constructor_elt, va_gc> *v) in sort_constexpr_mem_initializers()
4606 base_field_constructor_elt (vec<constructor_elt, va_gc> *v, tree ref) in base_field_constructor_elt()
H A Derror.cc2141 dump_expr_init_vec (cxx_pretty_printer *pp, vec<constructor_elt, va_gc> *v, in dump_expr_init_vec()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c9261 initialize_vtable (tree binfo, vec<constructor_elt, va_gc> *inits) in initialize_vtable()
9364 build_vtt_inits (tree binfo, tree t, vec<constructor_elt, va_gc> **inits, in build_vtt_inits()
9593 vec<constructor_elt, va_gc> **inits) in accumulate_vtbl_inits()
9641 vec<constructor_elt, va_gc> **l) in dfs_accumulate_vtbl_inits()
9765 vec<constructor_elt, va_gc> **inits) in build_vtbl_initializer()
H A Dconstexpr.c280 vec<constructor_elt, va_gc> **vec_outer) in build_anon_member_initialization()
331 build_data_member_initialization (tree t, vec<constructor_elt, va_gc> **vec) in build_data_member_initialization() argument
540 sort_constexpr_mem_initializers (tree type, vec<constructor_elt, va_gc> *v) in sort_constexpr_mem_initializers()
3885 base_field_constructor_elt (vec<constructor_elt, va_gc> *v, tree ref) in base_field_constructor_elt()
H A Derror.c2041 dump_expr_init_vec (cxx_pretty_printer *pp, vec<constructor_elt, va_gc> *v, in dump_expr_init_vec()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-pretty-print.c1703 pp_c_constructor_elts (c_pretty_printer *pp, vec<constructor_elt, va_gc> *v) in pp_c_constructor_elts()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pretty-print.cc1803 pp_c_constructor_elts (c_pretty_printer *pp, vec<constructor_elt, va_gc> *v) in pp_c_constructor_elts()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-codegen.cc1097 build_struct_literal (tree type, vec<constructor_elt, va_gc> *init) in build_struct_literal()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-codegen.cc1154 build_struct_literal (tree type, vec <constructor_elt, va_gc> *init) in build_struct_literal()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc797 load_blob_in_ctor (vec<constructor_elt, va_gc> *&constructor_elements, in load_blob_in_ctor()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc3390 objc_build_constructor (tree type, vec<constructor_elt, va_gc> *elts) in objc_build_constructor()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c3314 objc_build_constructor (tree type, vec<constructor_elt, va_gc> *elts) in objc_build_constructor()

12