Home
last modified time | relevance | path

Searched refs:Suppression (Results 1 – 25 of 69) sorted by relevance

123

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_suppressions.h21 struct Suppression { struct
22 Suppression() { internal_memset(this, 0, sizeof(*this)); } in Suppression() function
38 bool Match(const char *str, const char *type, Suppression **s); argument
41 const Suppression *SuppressionAt(uptr i) const;
42 void GetMatched(InternalMmapVector<Suppression *> *matched);
49 InternalMmapVector<Suppression> suppressions_;
Dsanitizer_suppressions.cpp92 Suppression **s) { in Match()
97 Suppression &cur = suppressions_[i]; in Match()
143 Suppression s; in Parse()
169 const Suppression *SuppressionContext::SuppressionAt(uptr i) const { in SuppressionAt()
175 InternalMmapVector<Suppression *> *matched) { in GetMatched()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_suppressions.h22 struct Suppression { struct
23 Suppression() { internal_memset(this, 0, sizeof(*this)); } in Suppression() function
39 bool Match(const char *str, const char *type, Suppression **s); argument
42 const Suppression *SuppressionAt(uptr i) const;
43 void GetMatched(InternalMmapVector<Suppression *> *matched);
50 InternalMmapVector<Suppression> suppressions_;
Dsanitizer_suppressions.cc79 Suppression **s) { in Match()
84 Suppression &cur = suppressions_[i]; in Match()
130 Suppression s; in Parse()
156 const Suppression *SuppressionContext::SuppressionAt(uptr i) const { in SuppressionAt()
162 InternalMmapVector<Suppression *> *matched) { in GetMatched()
/external/dagger2/java/dagger/internal/codegen/javapoet/
DAnnotationSpecs.java28 public enum Suppression { enum in AnnotationSpecs
36 Suppression(String value) { in Suppression() method in AnnotationSpecs.Suppression
42 public static AnnotationSpec suppressWarnings(Suppression first, Suppression... rest) { in suppressWarnings()
47 public static AnnotationSpec suppressWarnings(ImmutableSet<Suppression> suppressions) { in suppressWarnings()
/external/guava/guava-tests/test/com/google/common/io/
DCloserTest.java196 new Suppression(c2, tryException, c2Exception), in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()
197 new Suppression(c1, tryException, c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()
223 new Suppression(c2, c3Exception, c2Exception), in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable()
224 new Suppression(c1, c3Exception, c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable()
253 new Suppression(c2, tryException, c2Exception), in testRuntimeExceptions()
254 new Suppression(c1, tryException, c1Exception)); in testRuntimeExceptions()
279 new Suppression(c2, c3Exception, c2Exception), in testErrors()
280 new Suppression(c1, c3Exception, c1Exception)); in testErrors()
368 private void assertSuppressed(Suppression... expected) { in assertSuppressed()
375 private final List<Suppression> suppressions = Lists.newArrayList();
[all …]
/external/guava/android/guava-tests/test/com/google/common/io/
DCloserTest.java196 new Suppression(c2, tryException, c2Exception), in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()
197 new Suppression(c1, tryException, c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()
223 new Suppression(c2, c3Exception, c2Exception), in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable()
224 new Suppression(c1, c3Exception, c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable()
253 new Suppression(c2, tryException, c2Exception), in testRuntimeExceptions()
254 new Suppression(c1, tryException, c1Exception)); in testRuntimeExceptions()
279 new Suppression(c2, c3Exception, c2Exception), in testErrors()
280 new Suppression(c1, c3Exception, c1Exception)); in testErrors()
368 private void assertSuppressed(Suppression... expected) { in assertSuppressed()
375 private final List<Suppression> suppressions = Lists.newArrayList();
[all …]
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_suppressions.cpp95 Suppression **sp) { in IsSuppressed()
106 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed()
125 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed()
133 Suppression *s; in IsSuppressed()
146 InternalMmapVector<Suppression *> matched; in PrintMatchedSuppressions()
Dtsan_suppressions.h32 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
33 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
/external/dagger2/java/dagger/internal/codegen/base/
DSourceFileGenerator.java21 import static dagger.internal.codegen.javapoet.AnnotationSpecs.Suppression.RAWTYPES;
22 import static dagger.internal.codegen.javapoet.AnnotationSpecs.Suppression.UNCHECKED;
31 import dagger.internal.codegen.javapoet.AnnotationSpecs.Suppression;
106 ImmutableSet.<Suppression>builder() in buildJavaFile()
136 protected ImmutableSet<Suppression> warningSuppressions() { in warningSuppressions()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_suppressions.cc102 Suppression **sp) { in IsSuppressed()
113 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed()
132 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed()
140 Suppression *s; in IsSuppressed()
153 InternalMmapVector<Suppression *> matched(1); in PrintMatchedSuppressions()
Dtsan_suppressions.h33 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
34 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
/external/llvm-project/compiler-rt/lib/asan/
Dasan_suppressions.cpp48 Suppression *s; in IsInterceptorSuppressed()
61 Suppression *s; in IsODRViolationSuppressed()
72 Suppression *s; in IsStackTraceSuppressed()
/external/compiler-rt/lib/asan/
Dasan_suppressions.cc55 Suppression *s; in IsInterceptorSuppressed()
68 Suppression *s; in IsODRViolationSuppressed()
79 Suppression *s; in IsStackTraceSuppressed()
/external/compiler-rt/lib/lsan/
Dlsan_common.cc403 InternalMmapVector<Suppression *> matched(1); in PrintMatchedSuppressions()
495 static Suppression *GetSuppressionForAddr(uptr addr) { in GetSuppressionForAddr()
496 Suppression *s = nullptr; in GetSuppressionForAddr()
517 static Suppression *GetSuppressionForStack(u32 stack_trace_id) { in GetSuppressionForStack()
520 Suppression *s = GetSuppressionForAddr( in GetSuppressionForStack()
635 Suppression *s = GetSuppressionForStack(leaks_[i].stack_trace_id); in ApplySuppressions()
/external/compiler-rt/test/tsan/
Dfree_race.c.supp1 # Suppression for a use-after-free in free_race.c
/external/llvm-project/compiler-rt/test/tsan/
Dfree_race.c.supp1 # Suppression for a use-after-free in free_race.c
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_common.cpp536 InternalMmapVector<Suppression *> matched; in PrintMatchedSuppressions()
655 static Suppression *GetSuppressionForAddr(uptr addr) { in GetSuppressionForAddr()
656 Suppression *s = nullptr; in GetSuppressionForAddr()
677 static Suppression *GetSuppressionForStack(u32 stack_trace_id) { in GetSuppressionForStack()
680 Suppression *s = GetSuppressionForAddr( in GetSuppressionForStack()
795 Suppression *s = GetSuppressionForStack(leaks_[i].stack_trace_id); in ApplySuppressions()
/external/dagger2/java/dagger/internal/codegen/writing/
DProducerFactoryGenerator.java30 import static dagger.internal.codegen.javapoet.AnnotationSpecs.Suppression.FUTURE_RETURN_VALUE_IGNO…
31 import static dagger.internal.codegen.javapoet.AnnotationSpecs.Suppression.UNCHECKED;
70 import dagger.internal.codegen.javapoet.AnnotationSpecs.Suppression;
563 protected ImmutableSet<Suppression> warningSuppressions() { in warningSuppressions()
DMembersInjectorGenerator.java30 import static dagger.internal.codegen.javapoet.AnnotationSpecs.Suppression.RAWTYPES;
31 import static dagger.internal.codegen.javapoet.AnnotationSpecs.Suppression.UNCHECKED;
DFactoryGenerator.java34 import static dagger.internal.codegen.javapoet.AnnotationSpecs.Suppression.RAWTYPES;
35 import static dagger.internal.codegen.javapoet.AnnotationSpecs.Suppression.UNCHECKED;
DOptionalFactories.java28 import static dagger.internal.codegen.javapoet.AnnotationSpecs.Suppression.RAWTYPES;
29 import static dagger.internal.codegen.javapoet.AnnotationSpecs.Suppression.UNCHECKED;
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_suppressions_test.cpp75 const Suppression *s = ctx_.SuppressionAt(i); in CheckSuppressions()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_suppressions_test.cc76 const Suppression *s = ctx_.SuppressionAt(i); in CheckSuppressions()
/external/libabigail/
Ddefault.abignore102 # Suppression specification for C++ libraries
122 # Suppression specification for C++ libraries

123