Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-format.c1200 tree format_tree; in check_format_info() local
1212 format_tree = TREE_VALUE (params); in check_format_info()
1214 if (format_tree == 0) in check_format_info()
1230 format_tree, arg_num); in check_format_info()
1312 if (integer_zerop (format_tree)) in check_format_arg()
1351 format_tree = arg0; in check_format_arg()
1354 format_tree = arg1; in check_format_arg()
1374 format_tree = TREE_OPERAND (format_tree, 0); in check_format_arg()
1378 format_tree = TREE_OPERAND (format_tree, 0); in check_format_arg()
1381 && (array_init = decl_constant_value (format_tree)) != format_tree in check_format_arg()
[all …]