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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_monitor.h31 RegisterUndefinedBehaviorReport(UndefinedBehaviorReport *UBR);
H A Dubsan_monitor.cpp34 void __ubsan::RegisterUndefinedBehaviorReport(UndefinedBehaviorReport *UBR) { argument
35 CurrentUBR = UBR;
H A Dubsan_diag.cpp354 UndefinedBehaviorReport UBR{ConvertTypeToString(ET), Loc, Buffer};

Completed in 116 milliseconds