OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Suppression
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_suppressions.h
10
//
Suppression
parsing/matching code.
22
struct
Suppression
{
23
Suppression
() { internal_memset(this, 0, sizeof(*this)); }
32
// Create new SuppressionContext capable of parsing given
suppression
types.
39
bool Match(const char *str, const char *type,
Suppression
**s);
42
const
Suppression
*SuppressionAt(uptr i) const;
43
void GetMatched(InternalMmapVector<
Suppression
*> *matched);
50
InternalMmapVector<
Suppression
> suppressions_;
Completed in 35 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025