reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
80 static void MaybeReportErrorSummary(Location Loc, ErrorType Type) { 147 static void RenderLocation(InternalScopedString *Buffer, Location Loc) { 149 case Location::LK_Source: { 159 case Location::LK_Memory: 162 case Location::LK_Symbolized: { 175 case Location::LK_Null: 384 ScopedReport::ScopedReport(ReportOptions Opts, Location SummaryLoc,projects/compiler-rt/lib/ubsan/ubsan_diag.h
103 Location Start, End; 110 Location getStart() const { return Start; } 111 Location getEnd() const { return End; } 136 Location Loc; 208 Diag(Location Loc, DiagLevel Level, ErrorType ET, const char *Message) 248 Location SummaryLoc; 252 ScopedReport(ReportOptions Opts, Location SummaryLoc, ErrorType Type);projects/compiler-rt/lib/ubsan/ubsan_handlers.cpp
48 Location Loc = Data->Loc.acquire(); 113 Location Loc = Data->Loc.acquire(); 441 Location Loc;projects/compiler-rt/lib/ubsan/ubsan_monitor.cpp
18 Location &Loc,
projects/compiler-rt/lib/ubsan/ubsan_monitor.h23 Location &Loc; 26 UndefinedBehaviorReport(const char *IssueKind, Location &Loc,