Home | History | Annotate | Download | only in tests

Lines Matching refs:memrchr

2244 TEST(MemorySanitizer, memrchr) {
2250 EXPECT_UMR(res = memrchr(x, '9', 10));
2254 res = memrchr(x, '0', 2);
2256 EXPECT_UMR(res = memrchr(x, '7', 10));