Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcoverage.c1038 static VEC(constructor_elt,gc) * in VEC() argument
1057 coverage_obj_finish (VEC(constructor_elt,gc) *ctor) in coverage_obj_finish()
H A Dtree-switch-conversion.c492 constructor_contains_same_values_p (VEC (constructor_elt, gc) *vec) in constructor_contains_same_values_p()
H A Dtree.c1351 build_vector_from_ctor (tree type, VEC(constructor_elt,gc) *v) in build_vector_from_ctor()
1397 build_constructor (tree type, VEC(constructor_elt,gc) *vals) in build_constructor()
H A Dgimplify.c3596 gimplify_init_ctor_eval (tree object, VEC(constructor_elt,gc) *elts, in gimplify_init_ctor_eval()
H A Dtree.h1650 } constructor_elt; typedef
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcoverage.c1180 coverage_obj_fn (vec<constructor_elt, va_gc> *ctor, tree fn, in coverage_obj_fn()
1198 coverage_obj_finish (vec<constructor_elt, va_gc> *ctor) in coverage_obj_finish()
H A Domp-offload.c113 vec<constructor_elt, va_gc> *v_ctor) in add_decls_addresses_to_decl_constructor()
H A Dtree-core.h1371 struct GTY(()) constructor_elt { struct
1378 vec<constructor_elt, va_gc> *elts; argument
H A Dtree-switch-conversion.c1017 constructor_contains_same_values_p (vec<constructor_elt, va_gc> *vec) in constructor_contains_same_values_p() argument
H A Dasan.c2602 asan_add_global (tree decl, tree type, vec<constructor_elt, va_gc> *v) in asan_add_global()
H A Dtree.c1835 build_vector_from_ctor (tree type, vec<constructor_elt, va_gc> *v) in build_vector_from_ctor()
1996 build_constructor (tree type, vec<constructor_elt, va_gc> *vals) in build_constructor()
H A Dgimplify.c4526 gimplify_init_ctor_eval (tree object, vec<constructor_elt, va_gc> *elts, in gimplify_init_ctor_eval()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dconstexpr.c260 vec<constructor_elt, va_gc> **vec_outer) in build_anon_member_initialization()
311 build_data_member_initialization (tree t, vec<constructor_elt, va_gc> **vec) in build_data_member_initialization() argument
520 sort_constexpr_mem_initializers (tree type, vec<constructor_elt, va_gc> *v) in sort_constexpr_mem_initializers()
2710 base_field_constructor_elt (vec<constructor_elt, va_gc> *v, tree ref) in base_field_constructor_elt()
H A Dclass.c8645 initialize_vtable (tree binfo, vec<constructor_elt, va_gc> *inits) in initialize_vtable()
8748 build_vtt_inits (tree binfo, tree t, vec<constructor_elt, va_gc> **inits, in build_vtt_inits()
8977 vec<constructor_elt, va_gc> **inits) in accumulate_vtbl_inits()
9025 vec<constructor_elt, va_gc> **l) in dfs_accumulate_vtbl_inits()
9149 vec<constructor_elt, va_gc> **inits) in build_vtbl_initializer()
H A Derror.c2002 dump_expr_init_vec (cxx_pretty_printer *pp, vec<constructor_elt, va_gc> *v, in dump_expr_init_vec()
H A Ddecl.c6768 initialize_artificial_var (tree decl, vec<constructor_elt, va_gc> *v) in initialize_artificial_var()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dclass.c7808 initialize_vtable (tree binfo, VEC(constructor_elt,gc) *inits) in initialize_vtable()
7911 build_vtt_inits (tree binfo, tree t, VEC(constructor_elt,gc) **inits, tree *index) in build_vtt_inits()
8134 VEC(constructor_elt,gc) **inits) in accumulate_vtbl_inits()
8182 VEC(constructor_elt,gc) **l) in dfs_accumulate_vtbl_inits()
8305 VEC(constructor_elt,gc) **inits) in build_vtbl_initializer()
H A Derror.c1731 dump_expr_init_vec (VEC(constructor_elt,gc) *v, int flags) in dump_expr_init_vec()
H A Dsemantics.c5777 build_data_member_initialization (tree t, VEC(constructor_elt,gc) **vec) in build_data_member_initialization()
5914 static VEC(constructor_elt,gc) * in VEC() argument
7049 base_field_constructor_elt (VEC(constructor_elt,gc) *v, tree ref) in base_field_constructor_elt()
H A Ddecl.c5881 initialize_artificial_var (tree decl, VEC(constructor_elt,gc) *v) in initialize_artificial_var()
H A Dparser.c17607 static VEC(constructor_elt,gc) * in VEC() argument
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-pretty-print.c1680 pp_c_constructor_elts (c_pretty_printer *pp, vec<constructor_elt, va_gc> *v) in pp_c_constructor_elts()
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-pretty-print.c1656 pp_c_constructor_elts (c_pretty_printer *pp, VEC(constructor_elt,gc) *v) in pp_c_constructor_elts()
/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c3202 objc_build_constructor (tree type, VEC(constructor_elt,gc) *elts) in objc_build_constructor()