OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReportLocation
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_report.cc
30
ReportLocation
::
ReportLocation
(ReportLocationType type)
34
ReportLocation
*
ReportLocation
::New(ReportLocationType type) {
35
void *mem = internal_alloc(MBlockReportStack, sizeof(
ReportLocation
));
36
return new(mem)
ReportLocation
(type);
181
static void PrintLocation(const
ReportLocation
*loc) {
421
static void PrintLocation(const
ReportLocation
*loc) {
tsan_report.h
75
struct
ReportLocation
{
86
static
ReportLocation
*New(ReportLocationType type);
88
explicit
ReportLocation
(ReportLocationType type);
114
Vector<
ReportLocation
*> locs;
Completed in 11 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025