Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dreplace_sigaction.cpp54 template <typename T> void testAll(T *to) { in testAll() function
62 testAll(&sahandler); in main()
63 testAll(&sasigaction); in main()
64 testAll(SIG_IGN); in main()
65 testAll(SIG_DFL); in main()