Searched refs:allow_string (Results 1 – 3 of 3) sorted by relevance
11355 bool allow_string in tsubst_attribute() local11359 if (TREE_CODE (v) == STRING_CST && allow_string) in tsubst_attribute()11374 else if (allow_string) in tsubst_attribute()
11711 bool allow_string in tsubst_attribute() local11715 if (TREE_CODE (v) == STRING_CST && allow_string) in tsubst_attribute()11730 else if (allow_string) in tsubst_attribute()
912 * pt.c (tsubst_attribute): Fix up STRING_CST handling if allow_string.