Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddecl.cc6979 tree stripped_str_init = stripped_init; in reshape_init_r() local
6985 && TREE_CODE (stripped_str_init) == CONSTRUCTOR in reshape_init_r()
6986 && CONSTRUCTOR_NELTS (stripped_str_init) == 1) in reshape_init_r()
6988 stripd.cur = CONSTRUCTOR_ELT (stripped_str_init, 0); in reshape_init_r()
6990 stripped_str_init = tree_strip_any_location_wrapper (str_init); in reshape_init_r()
6996 if (TREE_CODE (stripped_str_init) == STRING_CST) in reshape_init_r()