Searched defs:HasCtor (Results 1 – 4 of 4) sorted by relevance
86 struct HasCtor { struct87 HasCtor(int x, int y) : x(x), y(y) {} in HasCtor() function88 int x, y;
15 struct HasCtor { HasCtor(); int x; }; argument
25 struct HasCtor { struct
111 struct HasCtor { struct