OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SuppressionContext
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_suppressions.h
30
class
SuppressionContext
{
32
// Create new
SuppressionContext
capable of parsing given suppression types.
33
SuppressionContext
(const char *supprression_types[],
sanitizer_suppressions.cc
25
SuppressionContext
::
SuppressionContext
(const char *suppression_types[],
50
void
SuppressionContext
::ParseFromFile(const char *filename) {
81
bool
SuppressionContext
::Match(const char *str, const char *type,
106
void
SuppressionContext
::Parse(const char *str) {
147
uptr
SuppressionContext
::SuppressionCount() const {
151
bool
SuppressionContext
::HasSuppressionType(const char *type) const {
159
const Suppression *
SuppressionContext
::SuppressionAt(uptr i) const {
164
void
SuppressionContext
::GetMatched(
Completed in 12 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025