OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedReport
(Results
1 - 10
of
10
) sorted by null
/external/compiler-rt/lib/ubsan/
ubsan_handlers.cc
67
ScopedReport
R(Opts, Loc, ET);
118
ScopedReport
R(Opts, Loc, ET);
152
ScopedReport
R(Opts, Loc, ET);
193
ScopedReport
R(Opts, Loc, ET);
236
ScopedReport
R(Opts, Loc, ET);
277
ScopedReport
R(Opts, Loc, ET);
298
ScopedReport
R(Opts, Data->Loc, ErrorType::UnreachableCall);
309
ScopedReport
R(Opts, Data->Loc, ErrorType::MissingReturn);
329
ScopedReport
R(Opts, Loc, ET);
389
ScopedReport
R(Opts, Loc, ET)
[
all
...]
ubsan_handlers_cxx.cc
51
ScopedReport
R(Opts, Loc, ET);
106
ScopedReport
R(Opts, Loc, ET);
ubsan_diag.h
237
class
ScopedReport
{
243
ScopedReport
(ReportOptions Opts, Location SummaryLoc, ErrorType Type);
244
~
ScopedReport
();
ubsan_diag.cc
365
ScopedReport
::
ScopedReport
(ReportOptions Opts, Location SummaryLoc,
372
ScopedReport
::~
ScopedReport
() {
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc
142
ScopedReport
::
ScopedReport
(ReportType typ) {
151
ScopedReport
::~
ScopedReport
() {
157
void
ScopedReport
::AddStack(StackTrace stack, bool suppressable) {
163
void
ScopedReport
::AddMemoryAccess(uptr addr, Shadow s, StackTrace stack,
184
void
ScopedReport
::AddUniqueTid(int unique_tid) {
188
void
ScopedReport
::AddThread(const ThreadContext *tctx, bool suppressable) {
251
void
ScopedReport
::AddThread(int unique_tid, bool suppressable) {
258
void
ScopedReport
::AddMutex(const SyncVar *s)
[
all
...]
tsan_rtl.h
556
class
ScopedReport
{
558
explicit
ScopedReport
(ReportType typ);
559
~
ScopedReport
();
583
ScopedReport
(const
ScopedReport
&);
584
void operator = (const
ScopedReport
&);
631
bool OutputReport(ThreadState *thr, const
ScopedReport
&srep);
tsan_mman.cc
144
ScopedReport
rep(ReportTypeSignalUnsafe);
tsan_rtl_mutex.cc
56
ScopedReport
rep(typ);
114
ScopedReport
rep(ReportTypeMutexDestroyLocked);
476
ScopedReport
rep(ReportTypeDeadlock);
tsan_rtl_thread.cc
207
ScopedReport
rep(ReportTypeThreadLeak);
tsan_interceptors.cc
[
all
...]
Completed in 163 milliseconds