Home
last modified time | relevance | path

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

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