Searched refs:null_ExeContext (Results 1 – 6 of 6) sorted by relevance
199 ai->Addr.Block.allocated_at = VG_(null_ExeContext)(); in VG_()201 ai->Addr.Block.freed_at = VG_(null_ExeContext)(); in VG_()537 vg_assert (ai->Addr.Block.freed_at == VG_(null_ExeContext)()); in pp_addrinfo_WRK()541 if (ai->Addr.Block.allocated_at != VG_(null_ExeContext)()) { in pp_addrinfo_WRK()554 vg_assert (ai->Addr.Block.freed_at == VG_(null_ExeContext)()); in pp_addrinfo_WRK()560 vg_assert (ai->Addr.Block.allocated_at == VG_(null_ExeContext)()); in pp_addrinfo_WRK()561 vg_assert (ai->Addr.Block.freed_at == VG_(null_ExeContext)()); in pp_addrinfo_WRK()
100 static ExeContext* null_ExeContext; variable148 null_ExeContext = record_ExeContext_wrk2(ips, 1); in init_ExeContext_storage()150 vg_assert(null_ExeContext->ecu == 4); in init_ExeContext_storage()547 ExeContext* VG_(null_ExeContext) (void) in VG_() argument550 return null_ExeContext; in VG_()
274 case KS_none: return VG_(null_ExeContext) (); in MC_()276 case KS_free: return VG_(null_ExeContext) (); in MC_()278 mc->where[0] : VG_(null_ExeContext) ()); in MC_()287 case KS_none: return VG_(null_ExeContext) (); in MC_()288 case KS_alloc: return VG_(null_ExeContext) (); in MC_()290 mc->where[0] : VG_(null_ExeContext) ()); in MC_()292 VG_(null_ExeContext) () : mc->where[0]); in MC_()294 mc->where[1] : VG_(null_ExeContext) ()); in MC_()
1255 ai->Addr.Block.freed_at = VG_(null_ExeContext)();; in client_block_maybe_describe()
119 ExeContext* VG_(null_ExeContext) (void);
81 ai->Addr.Block.freed_at = VG_(null_ExeContext)();; in HG_()