HomeSort by: relevance | last modified time | path
    Searched defs:realloc_lhs (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-warn-access.cc 4170 tree realloc_lhs = get_realloc_lhs (stmt, &realloc_ptr); local
4202 if (realloc_lhs)
4215 if (m_ptr_qry.rvals->range_of_expr (vr, realloc_lhs, use_stmt))
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-warn-access.cc 4155 tree realloc_lhs = get_realloc_lhs (stmt, &realloc_ptr); local
4182 if (realloc_lhs)
4195 if (m_ptr_qry.rvals->range_of_expr (vr, realloc_lhs, use_stmt))
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-stmt.cc 7227 int realloc_lhs = flag_realloc_lhs; local
7278 flag_realloc_lhs = realloc_lhs;
7330 int realloc_lhs = flag_realloc_lhs; local
7336 flag_realloc_lhs = realloc_lhs;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-stmt.cc 7005 int realloc_lhs = flag_realloc_lhs; local
7011 flag_realloc_lhs = realloc_lhs;
7062 int realloc_lhs = flag_realloc_lhs; local
7068 flag_realloc_lhs = realloc_lhs;

Completed in 79 milliseconds