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.cpp14 struct ValueEnum { struct
18 struct ValueBoth : ValueInt, ValueEnum { };
30 (void)new int[ValueEnum()]; in test()