Home
last modified time | relevance | path

Searched refs:arg_num_expr (Results 1 – 25 of 81) sorted by relevance

1234

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/jit/
H A Ddummy-frontend.c280 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
283 if (!tree_fits_uhwi_p (arg_num_expr)) in get_nonnull_operand()
286 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/jit/
H A Ddummy-frontend.c280 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
283 if (!tree_fits_uhwi_p (arg_num_expr)) in get_nonnull_operand()
286 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
/dports/lang/gcc11/gcc-11.2.0/gcc/jit/
H A Ddummy-frontend.c280 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
283 if (!tree_fits_uhwi_p (arg_num_expr)) in get_nonnull_operand()
286 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/jit/
H A Ddummy-frontend.c280 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
283 if (!tree_fits_uhwi_p (arg_num_expr)) in get_nonnull_operand()
286 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/
H A Dd-attribs.cc438 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
441 if (!tree_fits_uhwi_p (arg_num_expr)) in get_nonnull_operand()
444 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/
H A Dd-attribs.cc435 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
438 if (!tree_fits_uhwi_p (arg_num_expr)) in get_nonnull_operand()
441 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/
H A Dd-attribs.cc438 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
441 if (!tree_fits_uhwi_p (arg_num_expr)) in get_nonnull_operand()
444 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/
H A Dd-attribs.cc466 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
469 if (!tree_fits_uhwi_p (arg_num_expr)) in get_nonnull_operand()
472 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/
H A Dd-attribs.cc466 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
469 if (!tree_fits_uhwi_p (arg_num_expr)) in get_nonnull_operand()
472 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/
H A Dd-attribs.cc466 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
469 if (!tree_fits_uhwi_p (arg_num_expr)) in get_nonnull_operand()
472 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/lto/
H A Dlto-lang.c323 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
326 if (TREE_CODE (arg_num_expr) != INTEGER_CST in get_nonnull_operand()
327 || TREE_INT_CST_HIGH (arg_num_expr) != 0) in get_nonnull_operand()
330 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
/dports/lang/gcc48/gcc-4.8.5/gcc/lto/
H A Dlto-lang.c313 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
316 if (TREE_CODE (arg_num_expr) != INTEGER_CST in get_nonnull_operand()
317 || TREE_INT_CST_HIGH (arg_num_expr) != 0) in get_nonnull_operand()
320 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/lto/
H A Dlto-lang.c313 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
316 if (TREE_CODE (arg_num_expr) != INTEGER_CST in get_nonnull_operand()
317 || TREE_INT_CST_HIGH (arg_num_expr) != 0) in get_nonnull_operand()
320 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/
H A Dd-attribs.cc540 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
543 if (!tree_fits_uhwi_p (arg_num_expr)) in get_nonnull_operand()
546 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/
H A Dd-attribs.cc539 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
542 if (!tree_fits_uhwi_p (arg_num_expr)) in get_nonnull_operand()
545 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/
H A Dd-attribs.cc539 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
542 if (!tree_fits_uhwi_p (arg_num_expr)) in get_nonnull_operand()
545 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/
H A Dd-attribs.cc539 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
542 if (!tree_fits_uhwi_p (arg_num_expr)) in get_nonnull_operand()
545 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dc-common.c5399 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
5403 while (TREE_CODE (arg_num_expr) == NOP_EXPR in get_nonnull_operand()
5404 || TREE_CODE (arg_num_expr) == CONVERT_EXPR in get_nonnull_operand()
5405 || TREE_CODE (arg_num_expr) == NON_LVALUE_EXPR) in get_nonnull_operand()
5406 arg_num_expr = TREE_OPERAND (arg_num_expr, 0); in get_nonnull_operand()
5408 if (TREE_CODE (arg_num_expr) != INTEGER_CST in get_nonnull_operand()
5409 || TREE_INT_CST_HIGH (arg_num_expr) != 0) in get_nonnull_operand()
5412 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dc-common.c5399 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
5403 while (TREE_CODE (arg_num_expr) == NOP_EXPR in get_nonnull_operand()
5404 || TREE_CODE (arg_num_expr) == CONVERT_EXPR in get_nonnull_operand()
5405 || TREE_CODE (arg_num_expr) == NON_LVALUE_EXPR) in get_nonnull_operand()
5406 arg_num_expr = TREE_OPERAND (arg_num_expr, 0); in get_nonnull_operand()
5408 if (TREE_CODE (arg_num_expr) != INTEGER_CST in get_nonnull_operand()
5409 || TREE_INT_CST_HIGH (arg_num_expr) != 0) in get_nonnull_operand()
5412 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/lto/
H A Dlto-lang.c378 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
381 if (!tree_fits_uhwi_p (arg_num_expr)) in get_nonnull_operand()
384 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
/dports/lang/gcc9/gcc-9.4.0/gcc/lto/
H A Dlto-lang.c381 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
384 if (!tree_fits_uhwi_p (arg_num_expr)) in get_nonnull_operand()
387 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/lto/
H A Dlto-lang.c383 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
386 if (!tree_fits_uhwi_p (arg_num_expr)) in get_nonnull_operand()
389 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/lto/
H A Dlto-lang.c378 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
381 if (!tree_fits_uhwi_p (arg_num_expr)) in get_nonnull_operand()
384 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
/dports/lang/gnat_util/gcc-6-20180516/gcc/lto/
H A Dlto-lang.c334 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
337 if (!tree_fits_uhwi_p (arg_num_expr)) in get_nonnull_operand()
340 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/lto/
H A Dlto-lang.c383 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_nonnull_operand() argument
386 if (!tree_fits_uhwi_p (arg_num_expr)) in get_nonnull_operand()
389 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand()

1234