OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Suppression
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_suppressions.h
10
//
Suppression
parsing/matching code shared between TSan and LSan.
31
struct
Suppression
{
42
bool Match(const char* str, SuppressionType type,
Suppression
**s);
44
void GetMatched(InternalMmapVector<
Suppression
*> *matched);
47
InternalMmapVector<
Suppression
> suppressions_;
/external/chromium_org/tools/valgrind/
suppressions.py
8
"""Post-process Valgrind
suppression
matcher.
25
of the
Suppression
class.
101
#
suppression
. Add one to the line number as well, since most editors use
106
class
Suppression
(object):
107
"""This class represents a single stack trace
suppression
.
112
stack: The lines comprising the stack trace for the
suppression
.
117
"""Inits
Suppression
.
120
defined_at: file:line identifying where the
suppression
was defined
129
"""Returns bool indicating whether this
suppression
matches
130
the
suppression
generated from Valgrind error report
[
all
...]
Completed in 901 milliseconds