HomeSort by: relevance | last modified time | path
    Searched defs:Location (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_report.cc 44 const char *Location() { return Green(); }
185 Printf("%s", d.Location());
189 Printf(" Location is global '%s' of size %zu at %p (%s+%p)\n\n",
193 Printf(" Location is global '%s' at %p (%s+%p)\n\n", global.name,
200 Printf(" Location is heap block of size %zu at %p allocated by %s:\n",
204 Printf(" Location is %s of size %zu at %p allocated by %s:\n",
210 Printf(" Location is stack of %s.\n\n", thread_name(thrbuf, loc->tid));
212 Printf(" Location is TLS of %s.\n\n", thread_name(thrbuf, loc->tid));
214 Printf(" Location is file descriptor %d created by %s at:\n",
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.h 48 const char *Location() { return Green(); }
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.h 50 /// A location of some data within the program's address space.
53 /// \brief Location at which a diagnostic can be emitted. Either a
55 class Location {
67 Location() : Kind(LK_Null) {}
68 Location(SourceLocation Loc) :
70 Location(MemoryLocation Loc) :
72 // SymbolizedStackHolder must outlive Location object.
73 Location(const SymbolizedStackHolder &Stack) :
104 Location Start, End;
111 Location getStart() const { return Start;
    [all...]

Completed in 14 milliseconds