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

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_monitor.h 22 struct UndefinedBehaviorReport {
27 UndefinedBehaviorReport(const char *IssueKind, Location &Loc,
32 RegisterUndefinedBehaviorReport(UndefinedBehaviorReport *UBR);
ubsan_monitor.cc 18 UndefinedBehaviorReport::UndefinedBehaviorReport(const char *IssueKind,
33 static UndefinedBehaviorReport *CurrentUBR;
35 void __ubsan::RegisterUndefinedBehaviorReport(UndefinedBehaviorReport *UBR) {
ubsan_diag.cc 347 UndefinedBehaviorReport UBR{ConvertTypeToString(ET), Loc, Buffer};
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_monitor.h 21 struct UndefinedBehaviorReport {
26 UndefinedBehaviorReport(const char *IssueKind, Location &Loc,
31 RegisterUndefinedBehaviorReport(UndefinedBehaviorReport *UBR);
ubsan_monitor.cpp 17 UndefinedBehaviorReport::UndefinedBehaviorReport(const char *IssueKind,
33 static UndefinedBehaviorReport *CurrentUBR;
35 void __ubsan::RegisterUndefinedBehaviorReport(UndefinedBehaviorReport *UBR) {
ubsan_diag.cpp 360 UndefinedBehaviorReport UBR{ConvertTypeToString(ET), Loc, Buffer};
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_monitor.h 21 struct UndefinedBehaviorReport {
26 UndefinedBehaviorReport(const char *IssueKind, Location &Loc,
31 RegisterUndefinedBehaviorReport(UndefinedBehaviorReport *UBR);
ubsan_monitor.cpp 17 UndefinedBehaviorReport::UndefinedBehaviorReport(const char *IssueKind,
32 static UndefinedBehaviorReport *CurrentUBR;
34 void __ubsan::RegisterUndefinedBehaviorReport(UndefinedBehaviorReport *UBR) {
ubsan_diag.cpp 354 UndefinedBehaviorReport UBR{ConvertTypeToString(ET), Loc, Buffer};

Completed in 35 milliseconds