Searched refs:strict_string (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c4580 digest_init (tree type, tree init, bool strict_string, int require_constant)
4614 expr.original_code = (strict_string ? STRING_CST : ERROR_MARK);
6140 output_init_element (tree value, bool strict_string, tree type, tree field,
6202 value = digest_init (type, value, strict_string, require_constant_value);
6450 bool strict_string = value.original_code == STRING_CST;
6557 output_init_element (value.value, strict_string,
6646 output_init_element (value.value, strict_string,
6695 output_init_element (value.value, strict_string,
6723 output_init_element (value.value, strict_string,
6747 output_init_element (value.value, strict_string,
4555 digest_init(tree type, tree init, bool strict_string, int require_constant) argument
6109 output_init_element(tree value, bool strict_string, tree type, tree field, int pending) argument
6418 bool strict_string = value.original_code == STRING_CST; local
[all...]

Completed in 46 milliseconds