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

/external/clang/test/SemaTemplate/
H A Dinstantiate-expr-2.cpp29 struct BinOpOverload { struct in namespace:N4
43 typedef N4::BinOpOverload<N1::X, N2::Y>::type XY;
45 typedef N4::BinOpOverload<N1::X, N1::X>::type XX;
47 typedef N4::BinOpOverload<N2::Y, N2::Y>::type YY;
49 typedef N4::BinOpOverload<N3::Z, N3::Z>::type ZZ;

Completed in 46 milliseconds