Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/llvm-pdbutil/Inputs/
H A DComplexPaddingTest.cpp6 extern "C" using at_exit_handler = void(); typedef
8 int atexit(at_exit_handler handler) { return 0; } in atexit()
H A DSimplePaddingTest.cpp6 extern "C" using at_exit_handler = void(); typedef
8 int atexit(at_exit_handler handler) { return 0; } in atexit()