Searched refs:UndefinedBehaviorReport (Results 1 – 3 of 3) sorted by relevance
17 UndefinedBehaviorReport::UndefinedBehaviorReport(const char *IssueKind, in UndefinedBehaviorReport() function in UndefinedBehaviorReport 33 static UndefinedBehaviorReport *CurrentUBR;35 void __ubsan::RegisterUndefinedBehaviorReport(UndefinedBehaviorReport *UBR) { in RegisterUndefinedBehaviorReport()
21 struct UndefinedBehaviorReport { struct26 UndefinedBehaviorReport(const char *IssueKind, Location &Loc, argument31 RegisterUndefinedBehaviorReport(UndefinedBehaviorReport *UBR);
360 UndefinedBehaviorReport UBR{ConvertTypeToString(ET), Loc, Buffer}; in ~Diag()