Searched defs:HasCtor (Results 1 – 4 of 4) sorted by relevance
15 struct HasCtor { HasCtor(); int x; }; argument
26 struct HasCtor { struct
119 struct HasCtor { struct
108 struct HasCtor { struct109 HasCtor(int x, int y) : x(x), y(y) {} in HasCtor() argument110 int x, y;