Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-format.c1310 tree array_init; in check_format_arg() local
1381 && (array_init = decl_constant_value (format_tree)) != format_tree in check_format_arg()
1382 && TREE_CODE (array_init) == STRING_CST) in check_format_arg()
1388 format_tree = array_init; in check_format_arg()