Searched refs:ValueInt (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/SemaCXX/
H A Dnew-array-size-conv.cpp3 struct ValueInt struct
5 ValueInt(int v = 0) : ValueLength(v) {} function in struct:ValueInt
16 struct ValueBoth : ValueInt, ValueEnum { };
18 struct IndirectValueInt : ValueInt { };
19 struct TwoValueInts : ValueInt, IndirectValueInt { }; // expected-warning{{direct base 'ValueInt' is inaccessible due to ambiguity:\n struct TwoValueInts -> struct ValueInt\n struct TwoValueInts -> struct IndirectValueInt -> struct ValueInt}}
23 (void)new int[ValueInt(10)]; // expected-warning{{implicit conversion from array size expression of type 'ValueInt' t
[all...]
/external/clang/lib/CodeGen/
H A DCGStmt.cpp626 int ValueInt = 1; local
630 ValueInt = static_cast<int>(ValueAPS.getSExtValue());
646 ValueInt = 1;
652 Value = llvm::ConstantInt::get(Int32Ty, ValueInt);
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 1224 milliseconds