Home
last modified time | relevance | path

Searched refs:opr_flag_int (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c11188 int opr_flag_int; in conv_co_collective() local
11192 opr_flag_int = sym->attr.dimension in conv_co_collective()
11196 opr_flag_int |= opr_expr->ts.type == BT_CHARACTER in conv_co_collective()
11199 opr_flag_int |= sym->formal->sym->attr.value in conv_co_collective()
11204 opr_flag_int = gfc_return_by_reference (opr_expr->symtree->n.sym) in conv_co_collective()
11206 opr_flag_int |= opr_expr->ts.type == BT_CHARACTER in conv_co_collective()
11209 opr_flag_int |= opr_expr->symtree->n.sym->formal->sym->attr.value in conv_co_collective()
11212 opr_flags = build_int_cst (integer_type_node, opr_flag_int); in conv_co_collective()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.cc11557 int opr_flag_int; in conv_co_collective() local
11561 opr_flag_int = sym->attr.dimension in conv_co_collective()
11565 opr_flag_int |= opr_expr->ts.type == BT_CHARACTER in conv_co_collective()
11568 opr_flag_int |= sym->formal->sym->attr.value in conv_co_collective()
11573 opr_flag_int = gfc_return_by_reference (opr_expr->symtree->n.sym) in conv_co_collective()
11575 opr_flag_int |= opr_expr->ts.type == BT_CHARACTER in conv_co_collective()
11578 opr_flag_int |= opr_expr->symtree->n.sym->formal->sym->attr.value in conv_co_collective()
11581 opr_flags = build_int_cst (integer_type_node, opr_flag_int); in conv_co_collective()