Home
last modified time | relevance | path

Searched defs:IllFormedDefault (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Ddefault.pass.cpp38 struct IllFormedDefault { struct
39 IllFormedDefault(int x) : value(x) {} in IllFormedDefault() function
41 constexpr IllFormedDefault() { in IllFormedDefault() argument
45 int value;
/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dctor.default.sfinae_LWG2367.pass.cpp106 typedef IllFormedDefaultImp<int> IllFormedDefault; typedef