Searched refs:process_init_constructor (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | typeck2.c | 42 process_init_constructor (tree type, tree init, tsubst_flags_t complain); 970 return process_init_constructor (type, init, complain); in digest_init_r() 1377 process_init_constructor (tree type, tree init, tsubst_flags_t complain) in process_init_constructor() function
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | typeck2.c | 37 process_init_constructor (tree type, tree init, int nested, 1151 return process_init_constructor (type, init, nested, complain); in digest_init_r() 1723 process_init_constructor (tree type, tree init, int nested, in process_init_constructor() function
|