Home
last modified time | relevance | path

Searched refs:format_num_expr (Results 1 – 25 of 52) sorted by relevance

123

/dports/devel/monotone/monotone-1.1/test/func/calculation_of_unidiffs/
H A Dfirstfile602 while (TREE_CODE (format_num_expr) == NOP_EXPR
603 || TREE_CODE (format_num_expr) == CONVERT_EXPR
605 format_num_expr = TREE_OPERAND (format_num_expr, 0);
612 if (TREE_CODE (format_num_expr) != INTEGER_CST
619 format_num = TREE_INT_CST_LOW (format_num_expr);
669 tree format_num_expr = TREE_VALUE (args);
682 while (TREE_CODE (format_num_expr) == NOP_EXPR
683 || TREE_CODE (format_num_expr) == CONVERT_EXPR
685 format_num_expr = TREE_OPERAND (format_num_expr, 0);
687 if (TREE_CODE (format_num_expr) != INTEGER_CST)
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dc-common.c5546 tree format_num_expr; in check_function_arguments_recurse() local
5552 format_num_expr = TREE_VALUE (TREE_VALUE (attrs)); in check_function_arguments_recurse()
5553 while (TREE_CODE (format_num_expr) == NOP_EXPR in check_function_arguments_recurse()
5554 || TREE_CODE (format_num_expr) == CONVERT_EXPR in check_function_arguments_recurse()
5555 || TREE_CODE (format_num_expr) == NON_LVALUE_EXPR) in check_function_arguments_recurse()
5556 format_num_expr = TREE_OPERAND (format_num_expr, 0); in check_function_arguments_recurse()
5558 if (TREE_CODE (format_num_expr) != INTEGER_CST in check_function_arguments_recurse()
5559 || TREE_INT_CST_HIGH (format_num_expr) != 0) in check_function_arguments_recurse()
5562 format_num = TREE_INT_CST_LOW (format_num_expr); in check_function_arguments_recurse()
H A Dc-format.c88 tree format_num_expr = TREE_VALUE (args); in handle_format_arg_attribute() local
92 if (!get_constant (format_num_expr, &format_num, 0)) in handle_format_arg_attribute()
182 tree format_num_expr = TREE_VALUE (TREE_CHAIN (args)); in decode_format_attr() local
208 if (!get_constant (format_num_expr, &info->format_num, validated_p)) in decode_format_attr()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dc-common.c5546 tree format_num_expr; in check_function_arguments_recurse() local
5552 format_num_expr = TREE_VALUE (TREE_VALUE (attrs)); in check_function_arguments_recurse()
5553 while (TREE_CODE (format_num_expr) == NOP_EXPR in check_function_arguments_recurse()
5554 || TREE_CODE (format_num_expr) == CONVERT_EXPR in check_function_arguments_recurse()
5555 || TREE_CODE (format_num_expr) == NON_LVALUE_EXPR) in check_function_arguments_recurse()
5556 format_num_expr = TREE_OPERAND (format_num_expr, 0); in check_function_arguments_recurse()
5558 if (TREE_CODE (format_num_expr) != INTEGER_CST in check_function_arguments_recurse()
5559 || TREE_INT_CST_HIGH (format_num_expr) != 0) in check_function_arguments_recurse()
5562 format_num = TREE_INT_CST_LOW (format_num_expr); in check_function_arguments_recurse()
H A Dc-format.c88 tree format_num_expr = TREE_VALUE (args); in handle_format_arg_attribute() local
92 if (!get_constant (format_num_expr, &format_num, 0)) in handle_format_arg_attribute()
182 tree format_num_expr = TREE_VALUE (TREE_CHAIN (args)); in decode_format_attr() local
208 if (!get_constant (format_num_expr, &info->format_num, validated_p)) in decode_format_attr()
/dports/lang/gcc9/gcc-9.4.0/gcc/c-family/
H A Dc-format.c143 tree *format_num_expr = &TREE_VALUE (args); in handle_format_arg_attribute() local
146 if (tree val = get_constant (type, atname, *format_num_expr, 0, &format_num, in handle_format_arg_attribute()
148 *format_num_expr = val; in handle_format_arg_attribute()
310 tree *format_num_expr = &TREE_VALUE (TREE_CHAIN (args)); in decode_format_attr() local
346 if (tree val = get_constant (fntype, atname, *format_num_expr, in decode_format_attr()
348 *format_num_expr = val; in decode_format_attr()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/c-family/
H A Dc-format.c143 tree *format_num_expr = &TREE_VALUE (args); in handle_format_arg_attribute() local
146 if (tree val = get_constant (type, atname, *format_num_expr, 0, &format_num, in handle_format_arg_attribute()
148 *format_num_expr = val; in handle_format_arg_attribute()
310 tree *format_num_expr = &TREE_VALUE (TREE_CHAIN (args)); in decode_format_attr() local
346 if (tree val = get_constant (fntype, atname, *format_num_expr, in decode_format_attr()
348 *format_num_expr = val; in decode_format_attr()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/c-family/
H A Dc-format.c143 tree *format_num_expr = &TREE_VALUE (args); in handle_format_arg_attribute() local
146 if (tree val = get_constant (type, atname, *format_num_expr, 0, &format_num, in handle_format_arg_attribute()
148 *format_num_expr = val; in handle_format_arg_attribute()
310 tree *format_num_expr = &TREE_VALUE (TREE_CHAIN (args)); in decode_format_attr() local
346 if (tree val = get_constant (fntype, atname, *format_num_expr, in decode_format_attr()
348 *format_num_expr = val; in decode_format_attr()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dc-format.c91 tree format_num_expr = TREE_VALUE (args); in handle_format_arg_attribute() local
95 if (!get_constant (format_num_expr, &format_num, 0)) in handle_format_arg_attribute()
179 tree format_num_expr = TREE_VALUE (TREE_CHAIN (args)); in decode_format_attr() local
204 if (!get_constant (format_num_expr, &info->format_num, validated_p)) in decode_format_attr()
/dports/lang/gcc48/gcc-4.8.5/gcc/c-family/
H A Dc-format.c98 tree format_num_expr = TREE_VALUE (args); in handle_format_arg_attribute() local
101 if (!get_constant (format_num_expr, &format_num, 0)) in handle_format_arg_attribute()
251 tree format_num_expr = TREE_VALUE (TREE_CHAIN (args)); in decode_format_attr() local
288 if (!get_constant (format_num_expr, &info->format_num, validated_p)) in decode_format_attr()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/c-family/
H A Dc-format.c98 tree format_num_expr = TREE_VALUE (args); in handle_format_arg_attribute() local
101 if (!get_constant (format_num_expr, &format_num, 0)) in handle_format_arg_attribute()
251 tree format_num_expr = TREE_VALUE (TREE_CHAIN (args)); in decode_format_attr() local
288 if (!get_constant (format_num_expr, &info->format_num, validated_p)) in decode_format_attr()
/dports/lang/gnat_util/gcc-6-20180516/gcc/c-family/
H A Dc-format.c170 tree format_num_expr = TREE_VALUE (args); in handle_format_arg_attribute() local
173 if (!get_constant (format_num_expr, &format_num, 0)) in handle_format_arg_attribute()
323 tree format_num_expr = TREE_VALUE (TREE_CHAIN (args)); in decode_format_attr() local
360 if (!get_constant (format_num_expr, &info->format_num, validated_p)) in decode_format_attr()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/c-family/
H A Dc-format.c99 tree format_num_expr = TREE_VALUE (args); in handle_format_arg_attribute() local
102 if (!get_constant (format_num_expr, &format_num, 0)) in handle_format_arg_attribute()
252 tree format_num_expr = TREE_VALUE (TREE_CHAIN (args)); in decode_format_attr() local
289 if (!get_constant (format_num_expr, &info->format_num, validated_p)) in decode_format_attr()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/c-family/
H A Dc-format.c170 tree format_num_expr = TREE_VALUE (args); in handle_format_arg_attribute() local
173 if (!get_constant (format_num_expr, &format_num, 0)) in handle_format_arg_attribute()
323 tree format_num_expr = TREE_VALUE (TREE_CHAIN (args)); in decode_format_attr() local
360 if (!get_constant (format_num_expr, &info->format_num, validated_p)) in decode_format_attr()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/c-family/
H A Dc-format.c176 tree *format_num_expr = &TREE_VALUE (args); in handle_format_arg_attribute() local
179 if (tree val = get_constant (type, atname, *format_num_expr, 0, &format_num, in handle_format_arg_attribute()
181 *format_num_expr = val; in handle_format_arg_attribute()
343 tree *format_num_expr = &TREE_VALUE (TREE_CHAIN (args)); in decode_format_attr() local
377 if (tree val = get_constant (fntype, atname, *format_num_expr, in decode_format_attr()
379 *format_num_expr = val; in decode_format_attr()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/c-family/
H A Dc-format.c176 tree *format_num_expr = &TREE_VALUE (args); in handle_format_arg_attribute() local
179 if (tree val = get_constant (type, atname, *format_num_expr, 0, &format_num, in handle_format_arg_attribute()
181 *format_num_expr = val; in handle_format_arg_attribute()
343 tree *format_num_expr = &TREE_VALUE (TREE_CHAIN (args)); in decode_format_attr() local
377 if (tree val = get_constant (fntype, atname, *format_num_expr, in decode_format_attr()
379 *format_num_expr = val; in decode_format_attr()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/c-family/
H A Dc-format.c176 tree *format_num_expr = &TREE_VALUE (args); in handle_format_arg_attribute() local
179 if (tree val = get_constant (type, atname, *format_num_expr, 0, &format_num, in handle_format_arg_attribute()
181 *format_num_expr = val; in handle_format_arg_attribute()
343 tree *format_num_expr = &TREE_VALUE (TREE_CHAIN (args)); in decode_format_attr() local
377 if (tree val = get_constant (fntype, atname, *format_num_expr, in decode_format_attr()
379 *format_num_expr = val; in decode_format_attr()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/c-family/
H A Dc-format.c176 tree *format_num_expr = &TREE_VALUE (args); in handle_format_arg_attribute() local
179 if (tree val = get_constant (type, atname, *format_num_expr, 0, &format_num, in handle_format_arg_attribute()
181 *format_num_expr = val; in handle_format_arg_attribute()
341 tree *format_num_expr = &TREE_VALUE (TREE_CHAIN (args)); in decode_format_attr() local
375 if (tree val = get_constant (fntype, atname, *format_num_expr, in decode_format_attr()
377 *format_num_expr = val; in decode_format_attr()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/c-family/
H A Dc-format.c176 tree *format_num_expr = &TREE_VALUE (args); in handle_format_arg_attribute() local
179 if (tree val = get_constant (type, atname, *format_num_expr, 0, &format_num, in handle_format_arg_attribute()
181 *format_num_expr = val; in handle_format_arg_attribute()
343 tree *format_num_expr = &TREE_VALUE (TREE_CHAIN (args)); in decode_format_attr() local
377 if (tree val = get_constant (fntype, atname, *format_num_expr, in decode_format_attr()
379 *format_num_expr = val; in decode_format_attr()
/dports/lang/gcc10/gcc-10.3.0/gcc/c-family/
H A Dc-format.c176 tree *format_num_expr = &TREE_VALUE (args); in handle_format_arg_attribute() local
179 if (tree val = get_constant (type, atname, *format_num_expr, 0, &format_num, in handle_format_arg_attribute()
181 *format_num_expr = val; in handle_format_arg_attribute()
343 tree *format_num_expr = &TREE_VALUE (TREE_CHAIN (args)); in decode_format_attr() local
377 if (tree val = get_constant (fntype, atname, *format_num_expr, in decode_format_attr()
379 *format_num_expr = val; in decode_format_attr()
/dports/lang/gcc11/gcc-11.2.0/gcc/c-family/
H A Dc-format.c176 tree *format_num_expr = &TREE_VALUE (args); in handle_format_arg_attribute() local
179 if (tree val = get_constant (type, atname, *format_num_expr, 0, &format_num, in handle_format_arg_attribute()
181 *format_num_expr = val; in handle_format_arg_attribute()
343 tree *format_num_expr = &TREE_VALUE (TREE_CHAIN (args)); in decode_format_attr() local
377 if (tree val = get_constant (fntype, atname, *format_num_expr, in decode_format_attr()
379 *format_num_expr = val; in decode_format_attr()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/c-family/
H A Dc-format.c135 tree format_num_expr = TREE_VALUE (args); in handle_format_arg_attribute() local
138 if (!get_constant (format_num_expr, &format_num, 0)) in handle_format_arg_attribute()
288 tree format_num_expr = TREE_VALUE (TREE_CHAIN (args)); in decode_format_attr() local
325 if (!get_constant (format_num_expr, &info->format_num, validated_p)) in decode_format_attr()
/dports/net/frr7-pythontools/frr-frr-7.5.1/tools/gcc-plugins/
H A Dfrr-format.c184 tree format_num_expr = TREE_VALUE (args); in handle_frr_format_arg_attribute() local
187 if (!get_constant (format_num_expr, &format_num, 0)) in handle_frr_format_arg_attribute()
320 tree format_num_expr = TREE_VALUE (TREE_CHAIN (args)); in decode_format_attr() local
347 if (!get_constant (format_num_expr, &info->format_num, validated_p)) in decode_format_attr()
/dports/net/frr7/frr-frr-7.5.1/tools/gcc-plugins/
H A Dfrr-format.c184 tree format_num_expr = TREE_VALUE (args); in handle_frr_format_arg_attribute() local
187 if (!get_constant (format_num_expr, &format_num, 0)) in handle_frr_format_arg_attribute()
320 tree format_num_expr = TREE_VALUE (TREE_CHAIN (args)); in decode_format_attr() local
347 if (!get_constant (format_num_expr, &info->format_num, validated_p)) in decode_format_attr()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/c-family/
H A Dc-format.c135 tree format_num_expr = TREE_VALUE (args); in handle_format_arg_attribute() local
138 if (!get_constant (format_num_expr, &format_num, 0)) in handle_format_arg_attribute()
288 tree format_num_expr = TREE_VALUE (TREE_CHAIN (args)); in decode_format_attr() local
325 if (!get_constant (format_num_expr, &info->format_num, validated_p)) in decode_format_attr()

123