Searched refs:isdead (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | lfunc.c | 57 if (isdead(g, o)) /* is it dead? */ in luaF_findupval() 96 if (isdead(g, o)) in luaF_close()
|
D | lgc.h | 112 #define isdead(g,v) isdeadm(otherwhite(g), (v)->gch.marked) macro
|
D | lstring.c | 144 if (isdead(G(L), o)) /* string is dead (but was not collected yet)? */ in internshrstr()
|
D | lgc.c | 137 lua_assert(isblack(o) && iswhite(v) && !isdead(g, v) && !isdead(g, o)); in luaC_barrier_() 157 lua_assert(isblack(o) && !isdead(g, o) && gch(o)->tt == LUA_TTABLE); in luaC_barrierback_()
|
D | lobject.h | 181 (righttt(obj) && !isdead(g,gcvalue(obj))))
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 919 ContextLocation(const PathDiagnosticLocation &L, bool isdead = false) in ContextLocation() argument 920 : PathDiagnosticLocation(L), IsDead(isdead) {} in ContextLocation()
|