HomeSort by: relevance | last modified time | path
    Searched defs:MismatchStr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_test.cc 1199 static string MismatchStr(const string &str) {
1204 return "(" + MismatchStr(mismatch_str) +
1210 MismatchStr("operator new vs free"));
1212 MismatchStr("operator new \\[\\] vs free"));
1219 MismatchStr("operator new vs operator delete \\[\\]"));
1221 MismatchStr("malloc vs operator delete \\[\\]"));
asan_test.cc 1199 static string MismatchStr(const string &str) {
1204 return "(" + MismatchStr(mismatch_str) +
1210 MismatchStr("operator new vs free"));
1212 MismatchStr("operator new \\[\\] vs free"));
1219 MismatchStr("operator new vs operator delete \\[\\]"));
1221 MismatchStr("malloc vs operator delete \\[\\]"));

Completed in 23 milliseconds