Searched refs:WrapperB (Results 1 – 3 of 3) sorted by relevance
3 struct WrapperB { struct8 WrapperB* foo() { in foo() argument9 return new WrapperB(); in foo()
15 struct WrapperB;17 WrapperB* foo();
12 WrapperB* b = foo(); in main()