/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | coverage.c | 1038 static VEC(constructor_elt,gc) * in VEC() argument 1057 coverage_obj_finish (VEC(constructor_elt,gc) *ctor) in coverage_obj_finish()
|
H A D | tree-switch-conversion.c | 492 constructor_contains_same_values_p (VEC (constructor_elt, gc) *vec) in constructor_contains_same_values_p()
|
H A D | tree.c | 1351 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 D | gimplify.c | 3596 gimplify_init_ctor_eval (tree object, VEC(constructor_elt,gc) *elts, in gimplify_init_ctor_eval()
|
H A D | tree.h | 1650 } constructor_elt; typedef
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | coverage.c | 1180 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 D | omp-offload.c | 113 vec<constructor_elt, va_gc> *v_ctor) in add_decls_addresses_to_decl_constructor()
|
H A D | tree-core.h | 1371 struct GTY(()) constructor_elt { struct 1378 vec<constructor_elt, va_gc> *elts; argument
|
H A D | tree-switch-conversion.c | 1017 constructor_contains_same_values_p (vec<constructor_elt, va_gc> *vec) in constructor_contains_same_values_p() argument
|
H A D | asan.c | 2602 asan_add_global (tree decl, tree type, vec<constructor_elt, va_gc> *v) in asan_add_global()
|
H A D | tree.c | 1835 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 D | gimplify.c | 4526 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 D | constexpr.c | 260 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 D | class.c | 8645 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 D | error.c | 2002 dump_expr_init_vec (cxx_pretty_printer *pp, vec<constructor_elt, va_gc> *v, in dump_expr_init_vec()
|
H A D | decl.c | 6768 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 D | class.c | 7808 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 D | error.c | 1731 dump_expr_init_vec (VEC(constructor_elt,gc) *v, int flags) in dump_expr_init_vec()
|
H A D | semantics.c | 5777 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 D | decl.c | 5881 initialize_artificial_var (tree decl, VEC(constructor_elt,gc) *v) in initialize_artificial_var()
|
H A D | parser.c | 17607 static VEC(constructor_elt,gc) * in VEC() argument
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-pretty-print.c | 1680 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 D | c-pretty-print.c | 1656 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 D | objc-act.c | 3202 objc_build_constructor (tree type, VEC(constructor_elt,gc) *elts) in objc_build_constructor()
|