OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValueInt
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
new-array-size-conv.cpp
3
struct
ValueInt
5
ValueInt
(int v = 0) : ValueLength(v) {}
16
struct ValueBoth :
ValueInt
, ValueEnum { };
18
struct IndirectValueInt :
ValueInt
{ };
19
struct TwoValueInts :
ValueInt
, IndirectValueInt { };
22
(void)new int[
ValueInt
(10)]; // expected-warning{{implicit conversion from array size expression of type '
ValueInt
' to integral type 'int' is a C++11 extension}}
/external/robolectric/lib/main/
h2-1.2.147.jar
Completed in 104 milliseconds