Searched refs:isdead (Results 1 – 6 of 6) sorted by relevance
/external/lua/src/ |
D | lgc.h | 96 #define isdead(g,v) isdeadm(otherwhite(g), (v)->marked) macro
|
D | lgc.c | 211 lua_assert(isblack(o) && iswhite(v) && !isdead(g, v) && !isdead(g, o)); in luaC_barrier_() 233 lua_assert(isblack(o) && !isdead(g, o)); in luaC_barrierback_() 1051 lua_assert(isdead(g, curr)); in sweep2old() 1097 lua_assert(!isold(curr) && isdead(g, curr)); in sweepgen()
|
D | lstring.c | 210 if (isdead(g, ts)) /* dead (but not collected yet)? */ in internshrstr()
|
D | lfunc.c | 93 lua_assert(!isdead(G(L), p)); in luaF_findupval()
|
D | lobject.h | 104 (righttt(obj) && (L == NULL || !isdead(G(L),gcvalue(obj))))))
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 913 ContextLocation(const PathDiagnosticLocation &L, bool isdead = false) in ContextLocation() argument 914 : PathDiagnosticLocation(L), IsDead(isdead) {} in ContextLocation()
|