Home
last modified time | relevance | path

Searched defs:IsDead (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dv8.h88 static bool IsDead() { return has_fatal_error_ || has_been_disposed_; } in IsDead() function
Dapi.cc227 bool V8::IsDead() { in IsDead() function in v8::V8
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h96 bool IsDead : 1; variable
/external/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp220 bool IsDead = true; in eraseInstrWithNoUses() local
/external/chromium_org/v8/src/
Disolate.h1052 bool IsDead() { return has_fatal_error_; } in IsDead() function
Dapi.cc242 bool V8::IsDead() { in IsDead() function in v8::V8
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp881 bool IsDead; member in __anond1fd6f0c0211::ContextLocation