Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c7797 bool null_pointer_constant, bool strict_string, in digest_init() argument
7846 expr.original_code = (strict_string ? STRING_CST : ERROR_MARK); in digest_init()
9570 bool strict_string, tree type, tree field, bool pending, in output_init_element() argument
9634 new_value = digest_init (loc, type, new_value, origtype, npc, strict_string, in output_init_element()
10038 bool strict_string = value.original_code == STRING_CST; in process_init_element() local
10207 strict_string, fieldtype, in process_init_element()
10295 strict_string, fieldtype, in process_init_element()
10344 strict_string, elttype, in process_init_element()
10379 strict_string, elttype, in process_init_element()
10408 strict_string, constructor_type, in process_init_element()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc7969 bool null_pointer_constant, bool strict_string, in digest_init() argument
8021 expr.original_code = (strict_string ? STRING_CST : ERROR_MARK); in digest_init()
9750 bool strict_string, tree type, tree field, bool pending, in output_init_element() argument
9814 new_value = digest_init (loc, type, new_value, origtype, npc, strict_string, in output_init_element()
10218 bool strict_string = value.original_code == STRING_CST; in process_init_element() local
10387 strict_string, fieldtype, in process_init_element()
10475 strict_string, fieldtype, in process_init_element()
10524 strict_string, elttype, in process_init_element()
10559 strict_string, elttype, in process_init_element()
10588 strict_string, constructor_type, in process_init_element()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200422347 (digest_init): Call it. Additional parameter strict_string. All