Home
last modified time | relevance | path

Searched refs:OutLine (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_monitor.cpp44 unsigned *OutLine, in __ubsan_get_current_report_data() argument
47 if (!OutIssueKind || !OutMessage || !OutFilename || !OutLine || !OutCol || in __ubsan_get_current_report_data()
63 *OutLine = *OutCol = 0; in __ubsan_get_current_report_data()
67 *OutLine = SL.getLine(); in __ubsan_get_current_report_data()
Dubsan_monitor.h43 const char **OutFilename, unsigned *OutLine,
/external/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/
Dmonitor.cpp17 unsigned *OutLine, unsigned *OutCol,