HomeSort by: relevance | last modified time | path
    Searched refs:IssueKind (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_monitor.h 23 const char *IssueKind;
27 UndefinedBehaviorReport(const char *IssueKind, Location &Loc,
ubsan_monitor.cc 18 UndefinedBehaviorReport::UndefinedBehaviorReport(const char *IssueKind,
21 : IssueKind(IssueKind), Loc(Loc), Buffer(Msg.length() + 1) {
60 *OutIssueKind = CurrentUBR->IssueKind;

Completed in 12 milliseconds