HomeSort by: relevance | last modified time | path
    Searched refs:IsValid (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_debugging.cc 53 if (!chunk.IsValid()) return 0;
asan_allocator.h 54 bool IsValid() const; // Checks if AsanChunkView points to a valid
asan_errors.h 419 bool IsValid() { return kind != kErrorKindInvalid; }
asan_descriptions.cc 160 if (!chunk.IsValid()) {
asan_report.cc 142 if (current_error_.IsValid()) current_error_.Print();
asan_allocator.cc 799 bool AsanChunkView::IsValid() const {

Completed in 18 milliseconds