Home
last modified time | relevance | path

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

/external/libcxx/test/std/thread/futures/futures.task/futures.task.members/
Dctor2.fail.cpp28 typedef volatile std::packaged_task<A(int, char)> VPT; typedef
32 …PT p { std::allocator_arg_t{}, test_allocator<A>{}, VPT {}}; // expected-error {{no matching const… in main()
Dctor1.fail.cpp26 typedef volatile std::packaged_task<A(int, char)> VPT; typedef
31 VPT init{}; in main()