Searched defs:IsDead (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ | ||
D | v8.h | 89 static bool IsDead() { return has_fatal_error_ || has_been_disposed_; } in IsDead() function |
D | api.cc | 215 bool V8::IsDead() { in IsDead() function in v8::V8 |
/external/llvm/include/llvm/CodeGen/ | ||
D | MachineOperand.h | 84 bool IsDead : 1; variable |
/external/clang/lib/StaticAnalyzer/Core/ | ||
D | BugReporter.cpp | 828 bool IsDead; member in __anon05bd1f450411::ContextLocation |