Home
last modified time | relevance | path

Searched defs:isdead (Results 1 – 3 of 3) sorted by relevance

/external/skia/third_party/lua/src/
Dlgc.h112 #define isdead(g,v) isdeadm(otherwhite(g), (v)->gch.marked) macro
/external/syslinux/com32/lua/src/
Dlgc.h112 #define isdead(g,v) isdeadm(otherwhite(g), (v)->gch.marked) macro
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp913 ContextLocation(const PathDiagnosticLocation &L, bool isdead = false) in ContextLocation()