HomeSort by relevance Sort by last modified time
    Searched refs:Addr_Undescribed (Results 1 - 6 of 6) sorted by null

  /external/valgrind/helgrind/
hg_addrdescr.c 50 tl_assert(ai->tag == Addr_Undescribed);
109 glai.tag = Addr_Undescribed;
hg_errors.c 508 xe.XE.Race.data_addrinfo.tag = Addr_Undescribed;
    [all...]
  /external/valgrind/include/
pub_tool_addrinfo.h 69 Addr_Undescribed, // as-yet unclassified
204 On entry, ai->tag must be equal to Addr_Undescribed.
212 Note that an ai with tag Addr_Undescribed will cause an assert.*/
  /external/valgrind/coregrind/
m_addrinfo.c 321 case Addr_Undescribed:
363 ai->tag = Addr_Undescribed;
418 case Addr_Undescribed:
419 VG_(core_panic)("mc_pp_AddrInfo Addr_Undescribed");
  /external/valgrind/memcheck/
mc_errors.c 759 extra.Err.Addr.ai.tag = Addr_Undescribed;
817 extra.Err.MemParam.ai.tag = Addr_Undescribed;
827 extra.Err.Jump.ai.tag = Addr_Undescribed;
835 extra.Err.Free.ai.tag = Addr_Undescribed;
860 extra.Err.IllegalMempool.ai.tag = Addr_Undescribed;
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
server.c 451 ai.tag = Addr_Undescribed;
    [all...]

Completed in 2277 milliseconds