Searched refs:AmbiguousBase (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dmangle.cpp395 struct AmbiguousBase { int ab; }; struct in namespace:test3
396 struct Path1 : AmbiguousBase { float p; };
397 struct Path2 : AmbiguousBase { double p; };

Completed in 556 milliseconds