Searched refs:ClassWithCtor (Results 1 – 2 of 2) sorted by relevance
8 class ClassWithCtor { class10 ClassWithCtor(int Val) : Val(Val) {} in ClassWithCtor() function in ClassWithCtor29 ClassWithCtor G(0);38 static ClassWithCtor G2(0);90 static ClassWithCtor G2(0); in f()
371 struct ClassWithCtor { ClassWithCtor() {} }; in ClassWithCtor() function372 struct __declspec(dllimport) ClassWithNonDllImportFieldWithCtor { ClassWithCtor t; };