Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/tests/
Dasan_test.cpp1203 static std::string MismatchStr(const std::string &str) { in MismatchStr() function
1208 return "(" + MismatchStr(mismatch_str) + in MismatchOrNewDeleteTypeStr()
1214 MismatchStr("operator new vs free")); in TEST()
1216 MismatchStr("operator new \\[\\] vs free")); in TEST()
1223 MismatchStr("operator new vs operator delete \\[\\]")); in TEST()
1225 MismatchStr("malloc vs operator delete \\[\\]")); in TEST()
/external/compiler-rt/lib/asan/tests/
Dasan_test.cc1165 static string MismatchStr(const string &str) { in MismatchStr() function
1170 return "(" + MismatchStr(mismatch_str) + in MismatchOrNewDeleteTypeStr()
1176 MismatchStr("operator new vs free")); in TEST()
1178 MismatchStr("operator new \\[\\] vs free")); in TEST()
1185 MismatchStr("operator new vs operator delete \\[\\]")); in TEST()
1187 MismatchStr("malloc vs operator delete \\[\\]")); in TEST()