Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsm-malloc.cc675 bitmap nonnull_args = get_nonnull_args (fntype); in on_stmt() local
676 if (nonnull_args) in on_stmt()
685 if (bitmap_empty_p (nonnull_args) in on_stmt()
686 || bitmap_bit_p (nonnull_args, i)) in on_stmt()
700 BITMAP_FREE (nonnull_args); in on_stmt()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm-malloc.cc1700 bitmap nonnull_args = get_nonnull_args (fntype); in on_stmt() local
1701 if (nonnull_args) in on_stmt()
1710 if (bitmap_empty_p (nonnull_args) in on_stmt()
1711 || bitmap_bit_p (nonnull_args, i)) in on_stmt()
1737 BITMAP_FREE (nonnull_args); in on_stmt()
H A Dregion-model.cc3987 bitmap nonnull_args = get_nonnull_args (fntype); in push_frame() local
3993 bool non_null = (nonnull_args in push_frame()
3994 ? (bitmap_empty_p (nonnull_args) in push_frame()
3995 || bitmap_bit_p (nonnull_args, parm_idx)) in push_frame()
4004 BITMAP_FREE (nonnull_args); in push_frame()