Searched refs:null_ExeContext (Results 1 – 6 of 6) sorted by relevance
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()509 ExeContext* VG_(null_ExeContext) (void) in VG_() argument512 return null_ExeContext; in VG_()
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()
270 case KS_none: return VG_(null_ExeContext) (); in MC_()272 case KS_free: return VG_(null_ExeContext) (); in MC_()274 mc->where[0] : VG_(null_ExeContext) ()); in MC_()283 case KS_none: return VG_(null_ExeContext) (); in MC_()284 case KS_alloc: return VG_(null_ExeContext) (); in MC_()286 mc->where[0] : VG_(null_ExeContext) ()); in MC_()288 VG_(null_ExeContext) () : mc->where[0]); in MC_()290 mc->where[1] : VG_(null_ExeContext) ()); in MC_()
1210 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_()