Searched refs:opr_flag_int (Results 1 – 2 of 2) sorted by relevance
11188 int opr_flag_int; in conv_co_collective() local11192 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()
11557 int opr_flag_int; in conv_co_collective() local11561 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()