Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c11355 bool allow_string in tsubst_attribute() local
11359 if (TREE_CODE (v) == STRING_CST && allow_string) in tsubst_attribute()
11374 else if (allow_string) in tsubst_attribute()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc11711 bool allow_string in tsubst_attribute() local
11715 if (TREE_CODE (v) == STRING_CST && allow_string) in tsubst_attribute()
11730 else if (allow_string) in tsubst_attribute()
H A DChangeLog-2019912 * pt.c (tsubst_attribute): Fix up STRING_CST handling if allow_string.