HomeSort by relevance Sort by last modified time
    Searched defs:IsDead (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
v8.h 87 // TODO(isolates): move IsDead to Isolate.
88 static bool IsDead() { return has_fatal_error_ || has_been_disposed_; }
api.cc 227 bool V8::IsDead() {
228 return i::V8::IsDead();
267 && i::V8::IsDead() ? ReportV8Dead(location) : false;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 756 bool IsDead;
758 ContextLocation(const PathDiagnosticLocation &L, bool isdead = false)
759 : PathDiagnosticLocation(L), IsDead(isdead) {}
761 void markDead() { IsDead = true; }
762 bool isDead() const { return IsDead; }
823 if (!CLocs.back().isDead() && CLocs.back().asLocation().isFileID()) {
    [all...]

Completed in 58 milliseconds