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

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_handlers_cxx.h 22 SourceLocation Loc;
ubsan_monitor.h 24 Location &Loc;
27 UndefinedBehaviorReport(const char *IssueKind, Location &Loc,
ubsan_handlers_cxx.cc 46 SourceLocation Loc = Data->Loc.acquire();
48 if (ignoreReport(Loc, Opts, ET))
51 ScopedReport R(Opts, Loc, ET);
53 Diag(Loc, DL_Error, ET,
101 SourceLocation Loc = Data->Loc.acquire();
104 if (ignoreReport(Loc, Opts, ET))
107 ScopedReport R(Opts, Loc, ET);
134 Diag(Loc, DL_Error, ET
    [all...]
ubsan_handlers.h 21 SourceLocation Loc;
43 SourceLocation Loc;
64 SourceLocation Loc;
75 SourceLocation Loc;
84 SourceLocation Loc;
93 SourceLocation Loc;
108 SourceLocation Loc;
118 SourceLocation Loc;
136 SourceLocation Loc;
154 SourceLocation Loc;
    [all...]
ubsan_diag.h 68 Location(SourceLocation Loc) :
69 Kind(LK_Source), SourceLoc(Loc) {}
70 Location(MemoryLocation Loc) :
71 Kind(LK_Memory), MemoryLoc(Loc) {}
137 Location Loc;
209 Diag(Location Loc, DiagLevel Level, ErrorType ET, const char *Message)
210 : Loc(Loc), Level(Level), ET(ET), Message(Message), NumArgs(0),
ubsan_handlers.cc 49 Location Loc = Data->Loc.acquire();
62 if (ignoreReport(Loc.getSourceLocation(), Opts, ET))
66 if (Data->Loc.isInvalid()) {
68 Loc = FallbackLoc;
71 ScopedReport R(Opts, Loc, ET);
75 Diag(Loc, DL_Error, ET, "%0 null pointer of type %1")
79 Diag(Loc, DL_Error, ET, "%0 misaligned address %1 for type %3, "
85 Diag(Loc, DL_Error, ET, "%0 address %1 with insufficient space "
114 SourceLocation Loc = Data->Loc.acquire()
    [all...]

Completed in 14 milliseconds