Home
last modified time | relevance | path

Searched refs:cond_null (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-array.c10319 tree cond_null; in gfc_alloc_allocatable_for_assignment() local
10514 cond_null = fold_build2_loc (input_location, EQ_EXPR, logical_type_node, in gfc_alloc_allocatable_for_assignment()
10523 cond_null = fold_build2_loc (input_location, TRUTH_OR_EXPR, in gfc_alloc_allocatable_for_assignment()
10524 logical_type_node, tmp, cond_null); in gfc_alloc_allocatable_for_assignment()
10525 cond_null= gfc_evaluate_now (cond_null, &fblock); in gfc_alloc_allocatable_for_assignment()
10528 cond_null= gfc_evaluate_now (cond_null, &fblock); in gfc_alloc_allocatable_for_assignment()
10530 tmp = build3_v (COND_EXPR, cond_null, in gfc_alloc_allocatable_for_assignment()
10603 tmp = build3_v (COND_EXPR, cond_null, in gfc_alloc_allocatable_for_assignment()
10924 tmp = build3_v (COND_EXPR, cond_null, alloc_expr, realloc_expr); in gfc_alloc_allocatable_for_assignment()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-array.cc10520 tree cond_null; in gfc_alloc_allocatable_for_assignment() local
10702 cond_null = fold_build2_loc (input_location, EQ_EXPR, logical_type_node, in gfc_alloc_allocatable_for_assignment()
10711 cond_null = fold_build2_loc (input_location, TRUTH_OR_EXPR, in gfc_alloc_allocatable_for_assignment()
10712 logical_type_node, tmp, cond_null); in gfc_alloc_allocatable_for_assignment()
10713 cond_null= gfc_evaluate_now (cond_null, &fblock); in gfc_alloc_allocatable_for_assignment()
10716 cond_null= gfc_evaluate_now (cond_null, &fblock); in gfc_alloc_allocatable_for_assignment()
10718 tmp = build3_v (COND_EXPR, cond_null, in gfc_alloc_allocatable_for_assignment()
10791 tmp = build3_v (COND_EXPR, cond_null, in gfc_alloc_allocatable_for_assignment()
11112 tmp = build3_v (COND_EXPR, cond_null, alloc_expr, realloc_expr); in gfc_alloc_allocatable_for_assignment()
H A DChangeLog-202084 'cond_null'. Reallocation of lhs only to happen if size changes