Searched defs:IllFormedDefault (Results 1 – 2 of 2) sorted by relevance
38 struct IllFormedDefault { struct39 IllFormedDefault(int x) : value(x) {} in IllFormedDefault() argument41 constexpr IllFormedDefault() { in IllFormedDefault() function45 int value;
107 typedef IllFormedDefaultImp<int> IllFormedDefault; typedef