Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dmangle.cpp400 struct AmbiguousBase { int ab; }; struct
401 struct Path1 : AmbiguousBase { float p; };
402 struct Path2 : AmbiguousBase { double p; };