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

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_monitor.h 24 Location &Loc;
27 UndefinedBehaviorReport(const char *IssueKind, Location &Loc,
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...]
ubsan_monitor.cc 19 Location &Loc,
ubsan_diag.cc 73 static void MaybeReportErrorSummary(Location Loc, ErrorType Type) {
140 static void RenderLocation(InternalScopedString *Buffer, Location Loc) {
142 case Location::LK_Source: {
152 case Location::LK_Memory:
155 case Location::LK_Symbolized: {
168 case Location::LK_Null:
248 /// Render a snippet of the address space near a location.
377 ScopedReport::ScopedReport(ReportOptions Opts, Location SummaryLoc,
ubsan_handlers.cc 32 // Even if source location is disabled, it doesn't mean that we have
49 Location Loc = Data->Loc.acquire();
386 Location Loc;
585 UNREACHABLE("source location pointer is null!");
739 // If the failure involved different DSOs for the check location and icall
  /src/sys/external/bsd/acpica/dist/include/
acdebug.h 215 char *Location,
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.cc 131 str.append("%s", d.Location());
263 d.Location(), addr, pos_descr, d.Default());
282 str.append("%s", d.Location());
360 Printf("%s", d.Location());
asan_descriptions.h 48 const char *Location() { return Green(); }
  /src/sys/external/bsd/acpica/dist/debugger/
dbmethod.c 74 * PARAMETERS: Location - AML offset of breakpoint
87 char *Location,
103 Address = strtoul (Location, NULL, 16);
  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 412 /* Relocate STACK from its old location to the new one. The
414 elements in the stack, and YYPTR gives the new location of the
415 stack. Advance YYPTR to a properly aligned location for the next
640 If N is 0, then set CURRENT to the empty location which ends
665 /* YY_LOCATION_PRINT -- Print the location on the stream.
703 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
847 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
1197 /* The variables used to return semantic value and location from the
1227 Waste one element of value and location stack
1239 /* In all cases, when you get here, the value and location stack
    [all...]
dtparser.tab.c 429 /* Relocate STACK from its old location to the new one. The
431 elements in the stack, and YYPTR gives the new location of the
432 stack. Advance YYPTR to a properly aligned location for the next
722 If N is 0, then set CURRENT to the empty location which ends
747 /* YY_LOCATION_PRINT -- Print the location on the stream.
785 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
929 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
1279 /* The variables used to return semantic value and location from the
1309 Waste one element of value and location stack
1321 /* In all cases, when you get here, the value and location stack
    [all...]
prparser.tab.c 431 /* Relocate STACK from its old location to the new one. The
433 elements in the stack, and YYPTR gives the new location of the
434 stack. Advance YYPTR to a properly aligned location for the next
725 If N is 0, then set CURRENT to the empty location which ends
750 /* YY_LOCATION_PRINT -- Print the location on the stream.
788 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
932 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
1282 /* The variables used to return semantic value and location from the
1312 Waste one element of value and location stack
1324 /* In all cases, when you get here, the value and location stack
    [all...]
  /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/usr.sbin/etcupdate/
etcupdate 98 -s SRC_ARG Location of the source files. [/usr/src]
  /src/share/mk/
bsd.own.mk 1010 # Location of the file that contains the major and minor numbers of the

Completed in 25 milliseconds