Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dnew-array-size-conv.cpp21 struct TwoValueInts : ValueInt, IndirectValueInt { }; // expected-warning{{direct base 'ValueInt' i… struct
36 …(void)new int[TwoValueInts()]; // expected-error{{ambiguous conversion of array size expression of… in test()