Home
last modified time | relevance | path

Searched refs:realloc_lhs (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-access.cc4157 tree realloc_lhs = get_realloc_lhs (stmt, &realloc_ptr); in check_pointer_uses() local
4184 if (realloc_lhs) in check_pointer_uses()
4197 if (m_ptr_qry.rvals->range_of_expr (vr, realloc_lhs, use_stmt)) in check_pointer_uses()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-stmt.cc7005 int realloc_lhs = flag_realloc_lhs; in gfc_trans_allocate() local
7011 flag_realloc_lhs = realloc_lhs; in gfc_trans_allocate()
7062 int realloc_lhs = flag_realloc_lhs; in gfc_trans_allocate() local
7068 flag_realloc_lhs = realloc_lhs; in gfc_trans_allocate()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-stmt.c6972 int realloc_lhs = flag_realloc_lhs; in gfc_trans_allocate() local
6978 flag_realloc_lhs = realloc_lhs; in gfc_trans_allocate()
7029 int realloc_lhs = flag_realloc_lhs; in gfc_trans_allocate() local
7035 flag_realloc_lhs = realloc_lhs; in gfc_trans_allocate()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td4392 defm realloc_lhs : BooleanFFlag<"realloc-lhs">, Group<gfortran_Group>;