Home
last modified time | relevance | path

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

/external/llvm-project/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()
/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()