Home
last modified time | relevance | path

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

/external/libcxx/test/std/thread/futures/futures.tas/futures.task.members/
Dctor1.fail.cpp23 typedef volatile std::packaged_task<A(int, char)> VPT; typedef
28 PT p { VPT{} }; in main()
Dctor2.fail.cpp25 typedef volatile std::packaged_task<A(int, char)> VPT; typedef
29 PT p { std::allocator_arg_t{}, test_allocator<A>{}, VPT {}}; in main()