OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isdead
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
lfunc.c
57
if (
isdead
(g, o)) /* is it dead? */
96
if (
isdead
(g, o))
lgc.h
112
#define
isdead
(g,v) isdeadm(otherwhite(g), (v)->gch.marked)
macro
lstring.c
144
if (
isdead
(G(L), o)) /* string is dead (but was not collected yet)? */
lgc.c
137
lua_assert(isblack(o) && iswhite(v) && !
isdead
(g, v) && !
isdead
(g, o));
157
lua_assert(isblack(o) && !
isdead
(g, o) && gch(o)->tt == LUA_TTABLE);
[
all
...]
lobject.h
181
(righttt(obj) && !
isdead
(g,gcvalue(obj))))
/external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp
917
bool
IsDead
;
919
ContextLocation(const PathDiagnosticLocation &L, bool
isdead
= false)
920
: PathDiagnosticLocation(L),
IsDead
(
isdead
) {}
922
void markDead() {
IsDead
= true; }
923
bool
isDead
() const { return
IsDead
; }
[
all
...]
Completed in 85 milliseconds