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

/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Ddummy-frontend.cc280 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) argument
283 if (!tree_fits_uhwi_p (arg_num_expr))
286 *valp = TREE_INT_CST_LOW (arg_num_expr);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-attribs.cc466 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) argument
469 if (!tree_fits_uhwi_p (arg_num_expr))
472 *valp = TREE_INT_CST_LOW (arg_num_expr);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-attribs.cc540 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) argument
543 if (!tree_fits_uhwi_p (arg_num_expr))
546 *valp = TREE_INT_CST_LOW (arg_num_expr);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-lang.c383 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) argument
386 if (!tree_fits_uhwi_p (arg_num_expr))
389 *valp = TREE_INT_CST_LOW (arg_num_expr);
/netbsd-current/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-lang.cc383 get_nonnull_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp) argument
386 if (!tree_fits_uhwi_p (arg_num_expr))
389 *valp = TREE_INT_CST_LOW (arg_num_expr);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c5537 get_attribute_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp)
5540 if (tree_fits_uhwi_p (arg_num_expr))
5542 *valp = tree_to_uhwi (arg_num_expr);
5522 get_attribute_operand(tree arg_num_expr, unsigned HOST_WIDE_INT *valp) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc5857 get_attribute_operand (tree arg_num_expr, unsigned HOST_WIDE_INT *valp)
5860 if (tree_fits_uhwi_p (arg_num_expr))
5862 *valp = tree_to_uhwi (arg_num_expr);
5842 get_attribute_operand(tree arg_num_expr, unsigned HOST_WIDE_INT *valp) argument

Completed in 243 milliseconds