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