OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:suppressions
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc
90
suppression_ctx->ParseFromFile(flags()->
suppressions
);
517
Printf("
Suppressions
used:\n");
634
SuppressionContext *
suppressions
= GetSuppressionContext();
local
637
if (
suppressions
->Match(module_name, kSuppressionLeak, &s))
643
if (
suppressions
->Match(cur->info.function, kSuppressionLeak, &s) ||
644
suppressions
->Match(cur->info.file, kSuppressionLeak, &s)) {
/src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_common.cpp
135
context.ParseFromFile(flags()->
suppressions
);
683
Printf("
Suppressions
used:\n");
767
//
suppressions
. However if a stack id was previously suppressed, it should be
792
// No new
suppressions
stacks, so rerun will not help and we can report.
959
LeakSuppressionContext *
suppressions
= GetSuppressionContext();
local
962
if (
suppressions
->Suppress(leaks_[i].stack_trace_id, leaks_[i].hit_count,
/src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common.cpp
122
context.ParseFromFile(flags()->
suppressions
);
603
Printf("
Suppressions
used:\n");
687
//
suppressions
. However if a stack id was previously suppressed, it should be
703
// No new
suppressions
stacks, so rerun will not help and we can report.
894
LeakSuppressionContext *
suppressions
= GetSuppressionContext();
local
897
Suppression *s =
suppressions
->GetSuppressionForStack(
Completed in 14 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026