Home
last modified time | relevance | path

Searched refs:MismatchStr (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/tests/
Dasan_test.cc1162 static string MismatchStr(const string &str) { in MismatchStr() function
1168 MismatchStr("operator new vs free")); in TEST()
1170 MismatchStr("operator new \\[\\] vs free")); in TEST()
1172 MismatchStr("operator new \\[\\] vs operator delete")); in TEST()
1174 MismatchStr("malloc vs operator delete")); in TEST()
1176 MismatchStr("operator new vs operator delete \\[\\]")); in TEST()
1178 MismatchStr("malloc vs operator delete \\[\\]")); in TEST()