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

/freebsd-12-stable/contrib/gcc/
H A Dc-format.c1204 tree format_tree;
1216 format_tree = TREE_VALUE (params);
1218 if (format_tree == 0)
1234 format_tree, arg_num);
1302 check_format_arg (void *ctx, tree format_tree,
1316 if (integer_zerop (format_tree))
1346 if (TREE_CODE (format_tree) == PLUS_EXPR)
1350 arg0 = TREE_OPERAND (format_tree, 0);
1351 arg1 = TREE_OPERAND (format_tree, 1);
1355 format_tree
1200 tree format_tree; local
1298 check_format_arg(void *ctx, tree format_tree, unsigned HOST_WIDE_INT arg_num) argument
[all...]

Completed in 70 milliseconds