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