Searched defs:constructor_elt (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | c-pretty-print.c | 1410 pp_c_constructor_elts (c_pretty_printer *pp, VEC(constructor_elt,gc) *v) in pp_c_constructor_elts()
|
H A D | tree.c | 990 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 D | gimplify.c | 2849 gimplify_init_ctor_eval (tree object, VEC(constructor_elt,gc) *elts, in gimplify_init_ctor_eval()
|
H A D | tree.h | 1402 } constructor_elt; typedef
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | error.c | 1281 dump_expr_init_vec (VEC(constructor_elt,gc) *v, int flags) in dump_expr_init_vec()
|
H A D | semantics.c | 2008 finish_compound_literal (tree type, VEC(constructor_elt,gc) *initializer_list) in finish_compound_literal()
|
H A D | parser.c | 12850 static VEC(constructor_elt,gc) * in VEC() argument
|