Searched refs:first_arg_num_expr (Results 1 – 2 of 2) sorted by relevance
6940 tree format_num_expr, first_arg_num_expr; in block_delta_format_args() local6945 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()
182 tree first_arg_num_expr in decode_format_attr() local212 if (!get_constant (first_arg_num_expr, &info->first_arg_num, validated_p)) in decode_format_attr()