Home
last modified time | relevance | path

Searched refs:isdead (Results 1 – 5 of 5) sorted by relevance

/external/lua/src/
Dlgc.h96 #define isdead(g,v) isdeadm(otherwhite(g), (v)->marked) macro
Dlstring.c177 if (isdead(g, ts)) /* dead (but not collected yet)? */ in internshrstr()
Dlgc.c157 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_()
Dlobject.h192 (righttt(obj) && (L == NULL || !isdead(G(L),gcvalue(obj)))))
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp913 ContextLocation(const PathDiagnosticLocation &L, bool isdead = false) in ContextLocation() argument
914 : PathDiagnosticLocation(L), IsDead(isdead) {} in ContextLocation()