Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/
H A Dbacktrace.cpp37 std::string DeathRegex = "Double Free.*"; in TEST_F() local
38 DeathRegex.append("DeallocateMemory2.*"); in TEST_F()
40 DeathRegex.append("was deallocated.*"); in TEST_F()
41 DeathRegex.append("DeallocateMemory.*"); in TEST_F()
43 DeathRegex.append("was allocated.*"); in TEST_F()
44 DeathRegex.append("AllocateMemory.*"); in TEST_F()
58 DeathRegex.append("TouchMemory.*"); in TEST_F()
60 DeathRegex.append("was deallocated.*"); in TEST_F()
61 DeathRegex.append("DeallocateMemory.*"); in TEST_F()
63 DeathRegex.append("was allocated.*"); in TEST_F()
[all …]