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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-warn-access.cc 4593 access_ref rhs_ref; local
4595 if (!m_ptr_qry.get_ref (rhs, stmt, &rhs_ref, 0)
4596 || rhs_ref.deref != -1)
4599 if (!auto_var_p (rhs_ref.ref))
4606 rhs_ref.ref, lhs))
4610 location_t loc = DECL_SOURCE_LOCATION (rhs_ref.ref);
4611 inform (loc, "%qD declared here", rhs_ref.ref);
tree-ssa-alias.cc 2840 ao_ref rhs_ref; local
2844 ao_ref_init_from_ptr_and_size (&rhs_ref,
2849 rhs_ref.size = -1;
2850 rhs_ref.ref_alias_set = rhs_ref.base_alias_set
2853 return refs_may_alias_p_1 (ref, &rhs_ref, tbaa_p);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-warn-access.cc 4546 access_ref rhs_ref; local
4548 if (!m_ptr_qry.get_ref (rhs, stmt, &rhs_ref, 0)
4549 || rhs_ref.deref != -1)
4552 if (!auto_var_p (rhs_ref.ref))
4558 rhs_ref.ref, lhs))
4562 location_t loc = DECL_SOURCE_LOCATION (rhs_ref.ref);
4563 inform (loc, "%qD declared here", rhs_ref.ref);

Completed in 67 milliseconds