Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-common.c6940 tree format_num_expr, first_arg_num_expr; in block_delta_format_args() local
6945 first_arg_num_expr = TREE_VALUE (TREE_CHAIN (TREE_CHAIN (args))); in block_delta_format_args()
6951 if (first_arg_num_expr && TREE_CODE (first_arg_num_expr) == INTEGER_CST) in block_delta_format_args()
6953 val = TREE_INT_CST_LOW (first_arg_num_expr); in block_delta_format_args()
H A Dc-format.c182 tree first_arg_num_expr in decode_format_attr() local
212 if (!get_constant (first_arg_num_expr, &info->first_arg_num, validated_p)) in decode_format_attr()