summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/third_party/rapidjson/test/valgrind.supp
blob: c9d3d2265691abce71e1b95de5579d615f1c9564 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
	Suppress wcslen valgrind report 1
	Memcheck:Cond
	fun:__wcslen_sse2
}

{
    Suppress wcslen valgrind report 2
    Memcheck:Addr8
    fun:__wcslen_sse2
}

{
    Suppress wcslen valgrind report 3
    Memcheck:Value8
    fun:__wcslen_sse2
}

{
   Suppress wmemcmp valgrind report 4
   Memcheck:Addr32
   fun:__wmemcmp_avx2_movbe
   ...
   fun:*Uri*Parse_UTF16_Std*
}