Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dc-pretty-print.c1410 pp_c_constructor_elts (c_pretty_printer *pp, VEC(constructor_elt,gc) *v) in pp_c_constructor_elts()
H A Dtree.c990 build_vector_from_ctor (tree type, VEC(constructor_elt,gc) *v) in build_vector_from_ctor()
1004 build_constructor (tree type, VEC(constructor_elt,gc) *vals) in build_constructor()
H A Dgimplify.c2849 gimplify_init_ctor_eval (tree object, VEC(constructor_elt,gc) *elts, in gimplify_init_ctor_eval()
H A Dtree.h1402 } constructor_elt; typedef
/openbsd-src/gnu/gcc/gcc/cp/
H A Derror.c1281 dump_expr_init_vec (VEC(constructor_elt,gc) *v, int flags) in dump_expr_init_vec()
H A Dsemantics.c2008 finish_compound_literal (tree type, VEC(constructor_elt,gc) *initializer_list) in finish_compound_literal()
H A Dparser.c12850 static VEC(constructor_elt,gc) * in VEC() argument