Home
last modified time | relevance | path

Searched refs:vecinit (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dinit.c2552 tree vecinit = NULL_TREE; in build_new_1() local
2557 vecinit = VEC_index (tree, *init, 0); in build_new_1()
2558 if (CONSTRUCTOR_NELTS (vecinit) == 0) in build_new_1()
2569 if (CONSTRUCTOR_NELTS (vecinit) > 0) in build_new_1()
2574 vecinit = digest_init (arraytype, vecinit, complain); in build_new_1()
2584 vecinit = build_tree_list_vec (*init); in build_new_1()
2592 vecinit, in build_new_1()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dinit.c3363 tree vecinit = NULL_TREE; in build_new_1() local
3367 vecinit = (**init)[0]; in build_new_1()
3368 if (CONSTRUCTOR_NELTS (vecinit) == 0) in build_new_1()
3380 vecinit = digest_init (arraytype, vecinit, complain); in build_new_1()
3395 vecinit, in build_new_1()