Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/tests/
H A 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()