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

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

Completed in 46 milliseconds