Searched refs:isdead (Results 1 – 5 of 5) sorted by relevance
96 #define isdead(g,v) isdeadm(otherwhite(g), (v)->marked) macro
177 if (isdead(g, ts)) /* dead (but not collected yet)? */ in internshrstr()
157 lua_assert(isblack(o) && iswhite(v) && !isdead(g, v) && !isdead(g, o)); in luaC_barrier_()173 lua_assert(isblack(t) && !isdead(g, t)); in luaC_barrierback_()
192 (righttt(obj) && (L == NULL || !isdead(G(L),gcvalue(obj)))))
913 ContextLocation(const PathDiagnosticLocation &L, bool isdead = false) in ContextLocation() argument914 : PathDiagnosticLocation(L), IsDead(isdead) {} in ContextLocation()