Home
last modified time | relevance | path

Searched defs:ValueInt (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
Dnew-array-size-conv.cpp3 struct ValueInt struct
5 ValueInt(int v = 0) : ValueLength(v) {} in ValueInt() function
16 struct ValueBoth : ValueInt, ValueEnum { }; argument