reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
437 bool IsValid() { return kind != kErrorKindInvalid; } 439 switch (kind) {projects/compiler-rt/lib/asan/asan_report.cpp
192 CHECK_EQ(current_error_.kind, kErrorKindInvalid); 501 return ScopedInErrorReport::CurrentError().kind != kErrorKindInvalid; 505 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) 511 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) 517 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) 524 if (err.kind == kErrorKindGeneric) 526 else if (err.kind == kErrorKindDoubleFree) 532 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) 538 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) 544 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric)