Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dnew-array-size-conv.cpp12 struct ValueEnum { struct
16 struct ValueBoth : ValueInt, ValueEnum { };
23 …(void)new int[ValueEnum()]; // expected-warning{{implicit conversion from array size expression of… in test()