Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlgc.h96 #define isdead(g,v) isdeadm(otherwhite(g), (v)->marked) macro
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp913 ContextLocation(const PathDiagnosticLocation &L, bool isdead = false) in ContextLocation()