Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Ddummy-frontend.cc280 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()
/netbsd-src/external/gpl3/gcc.old/dist/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()
/netbsd-src/external/gpl3/gcc/dist/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()
/netbsd-src/external/gpl3/gcc.old/dist/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()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-lang.cc383 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c5522 get_attribute_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_attribute_operand() argument
5525 if (tree_fits_uhwi_p (arg_num_expr)) in get_attribute_operand()
5527 *valp = tree_to_uhwi (arg_num_expr); in get_attribute_operand()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc5842 get_attribute_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) in get_attribute_operand() argument
5845 if (tree_fits_uhwi_p (arg_num_expr)) in get_attribute_operand()
5847 *valp = tree_to_uhwi (arg_num_expr); in get_attribute_operand()