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

/external/compiler-rt/lib/asan/tests/
H A Dasan_test.cc1159 static string MismatchStr(const string &str) { function
1165 MismatchStr("operator new vs free"));
1167 MismatchStr("operator new \\[\\] vs free"));
1169 MismatchStr("operator new \\[\\] vs operator delete"));
1171 MismatchStr("malloc vs operator delete"));
1173 MismatchStr("operator new vs operator delete \\[\\]"));
1175 MismatchStr("malloc vs operator delete \\[\\]"));

Completed in 200 milliseconds