HomeSort by: relevance | last modified time | path
    Searched refs:UndefinedBehaviorReport (Results 1 - 3 of 3) 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};

Completed in 16 milliseconds