Searched refs:gfc_build_const (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-const.h | 62 tree gfc_build_const (tree, tree);
|
H A D | trans-const.c | 42 gfc_build_const (tree type, tree intval) in gfc_build_const() function
|
H A D | trans-intrinsic.c | 3467 zero = gfc_build_const (type, integer_zero_node); in gfc_conv_intrinsic_mod() 3591 zero = gfc_build_const (type, integer_zero_node); in gfc_conv_intrinsic_dim() 4711 gfc_build_const (type, integer_one_node)); in gfc_conv_intrinsic_arith() 4712 tmp = gfc_build_const (type, integer_zero_node); in gfc_conv_intrinsic_arith() 4715 tmp = gfc_build_const (type, integer_zero_node); in gfc_conv_intrinsic_arith() 4720 tmp = gfc_build_const (type, fold_build1_loc (input_location, NEGATE_EXPR, in gfc_conv_intrinsic_arith() 4723 tmp = gfc_build_const (type, integer_one_node); in gfc_conv_intrinsic_arith() 4850 gfc_build_const (type, integer_one_node)); in gfc_conv_intrinsic_arith() 4872 gfc_build_const (type, integer_zero_node)); in gfc_conv_intrinsic_arith() 4978 tmp = gfc_build_const (type, integer_zero_node); in gfc_conv_intrinsic_dot_product()
|
H A D | trans-expr.c | 3217 se->expr = gfc_build_const (type, integer_one_node); in gfc_conv_cst_int_power() 3254 tmp = gfc_build_const (type, integer_one_node); in gfc_conv_cst_int_power()
|
H A D | trans-stmt.c | 1530 zero = gfc_build_const (TREE_TYPE (se.expr), integer_zero_node); in gfc_trans_arithmetic_if()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-const.h | 62 tree gfc_build_const (tree, tree);
|
H A D | trans-const.cc | 42 gfc_build_const (tree type, tree intval) in gfc_build_const() function
|
H A D | trans-intrinsic.cc | 3460 zero = gfc_build_const (type, integer_zero_node); in gfc_conv_intrinsic_mod() 3584 zero = gfc_build_const (type, integer_zero_node); in gfc_conv_intrinsic_dim() 4860 gfc_build_const (type, integer_one_node)); in gfc_conv_intrinsic_arith() 4861 tmp = gfc_build_const (type, integer_zero_node); in gfc_conv_intrinsic_arith() 4864 tmp = gfc_build_const (type, integer_zero_node); in gfc_conv_intrinsic_arith() 4869 tmp = gfc_build_const (type, fold_build1_loc (input_location, NEGATE_EXPR, in gfc_conv_intrinsic_arith() 4872 tmp = gfc_build_const (type, integer_one_node); in gfc_conv_intrinsic_arith() 4999 gfc_build_const (type, integer_one_node)); in gfc_conv_intrinsic_arith() 5021 gfc_build_const (type, integer_zero_node)); in gfc_conv_intrinsic_arith() 5127 tmp = gfc_build_const (type, integer_zero_node); in gfc_conv_intrinsic_dot_product()
|
H A D | trans-expr.cc | 3319 se->expr = gfc_build_const (type, integer_one_node); in gfc_conv_cst_int_power() 3356 tmp = gfc_build_const (type, integer_one_node); in gfc_conv_cst_int_power()
|
H A D | trans-stmt.cc | 1566 zero = gfc_build_const (TREE_TYPE (se.expr), integer_zero_node); in gfc_trans_arithmetic_if()
|