Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/
H A Dunpoison-alternate-stack.cpp28 struct TestContext { struct
34 TestContext defaultStack;
35 TestContext signalStack;
41 void __attribute__((noinline)) poisonStackAndJump(TestContext &c, Jump jump) { in poisonStackAndJump()
57 TestContext c; in testOnCurrentStack()