Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Ddefault.pass.cpp38 struct IllFormedDefault { struct
39 IllFormedDefault(int x) : value(x) {} in IllFormedDefault() function
41 constexpr IllFormedDefault() { in IllFormedDefault() argument
45 int value;
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
Ddefault-sfinae.pass.cpp107 typedef IllFormedDefaultImp<int> IllFormedDefault; typedef