Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c6452 tree stripped_str_init = stripped_init; in reshape_init_r() local
6457 && TREE_CODE (stripped_str_init) == CONSTRUCTOR in reshape_init_r()
6458 && CONSTRUCTOR_NELTS (stripped_str_init) == 1) in reshape_init_r()
6460 str_init = (*CONSTRUCTOR_ELTS (stripped_str_init))[0].value; in reshape_init_r()
6461 stripped_str_init = tree_strip_any_location_wrapper (str_init); in reshape_init_r()
6467 if (TREE_CODE (stripped_str_init) == STRING_CST) in reshape_init_r()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A 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()