Searched refs:UndefinedBehaviorReport (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_monitor.h21 struct UndefinedBehaviorReport { struct in namespace:__ubsan
26 UndefinedBehaviorReport(const char *IssueKind, Location &Loc,
31 RegisterUndefinedBehaviorReport(UndefinedBehaviorReport *UBR);
H A Dubsan_monitor.cpp17 UndefinedBehaviorReport::UndefinedBehaviorReport(const char *IssueKind, function in class:UndefinedBehaviorReport
32 static UndefinedBehaviorReport *CurrentUBR;
34 void __ubsan::RegisterUndefinedBehaviorReport(UndefinedBehaviorReport *UBR) {
H A Dubsan_diag.cpp354 UndefinedBehaviorReport UBR{ConvertTypeToString(ET), Loc, Buffer};

Completed in 62 milliseconds