Home
last modified time | relevance | path

Searched refs:non_null (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.cc1417 stmtblock_t null, non_null; in gfc_deallocate_with_status() local
1506 gfc_start_block (&non_null); in gfc_deallocate_with_status()
1508 gfc_add_expr_to_block (&non_null, add_when_allocated); in gfc_deallocate_with_status()
1509 gfc_add_finalizer_call (&non_null, expr); in gfc_deallocate_with_status()
1516 gfc_add_expr_to_block (&non_null, tmp); in gfc_deallocate_with_status()
1517 gfc_add_modify (&non_null, pointer, build_int_cst (TREE_TYPE (pointer), in gfc_deallocate_with_status()
1536 gfc_add_expr_to_block (&non_null, tmp); in gfc_deallocate_with_status()
1569 gfc_add_expr_to_block (&non_null, tmp); in gfc_deallocate_with_status()
1577 gfc_add_expr_to_block (&non_null, tmp); in gfc_deallocate_with_status()
1594 gfc_add_expr_to_block (&non_null, tmp); in gfc_deallocate_with_status()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.c1344 stmtblock_t null, non_null; in gfc_deallocate_with_status() local
1433 gfc_start_block (&non_null); in gfc_deallocate_with_status()
1435 gfc_add_expr_to_block (&non_null, add_when_allocated); in gfc_deallocate_with_status()
1436 gfc_add_finalizer_call (&non_null, expr); in gfc_deallocate_with_status()
1443 gfc_add_expr_to_block (&non_null, tmp); in gfc_deallocate_with_status()
1444 gfc_add_modify (&non_null, pointer, build_int_cst (TREE_TYPE (pointer), in gfc_deallocate_with_status()
1463 gfc_add_expr_to_block (&non_null, tmp); in gfc_deallocate_with_status()
1496 gfc_add_expr_to_block (&non_null, tmp); in gfc_deallocate_with_status()
1504 gfc_add_expr_to_block (&non_null, tmp); in gfc_deallocate_with_status()
1521 gfc_add_expr_to_block (&non_null, tmp); in gfc_deallocate_with_status()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-range-cache.cc1424 bool non_null = false; in range_from_dom() local
1438 if (!non_null) in range_from_dom()
1439 non_null |= m_non_null.non_null_deref_p (name, bb, false); in range_from_dom()
1498 if (non_null && r.varying_p () in range_from_dom()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model.cc3993 bool non_null = (nonnull_args in push_frame() local
3998 on_top_level_param (parm_default_ssa, non_null, ctxt); in push_frame()
4000 on_top_level_param (iter_parm, non_null, ctxt); in push_frame()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.h874 svalue_id get_value (region_model &model, bool non_null,
H A Dregion-model.cc1156 region::get_value (region_model &model, bool non_null, in get_value() argument
1178 if (non_null) in get_value()