Searched refs:int_values (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp9.cpp18 template<int, int, int> struct int_values { struct
23 struct int_values<C1, 12, C3> { struct
27 int check2[int_values<256, 12, 3>::value == 0? 1 : -1];
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Ddeduction.cpp40 template<int...> struct int_values { struct in namespace:DeductionWithConversion
45 struct int_values<C1, 12, C3> { struct in namespace:DeductionWithConversion
49 int check1[int_values<256, 12, 3>::value == 0? 1 : -1];
50 int check2[int_values<3, 12, 3>::value == 1? 1 : -1];
/external/chromium_org/ui/gfx/geometry/
H A Dvector2d_unittest.cc153 int int_values[][2] = { local
162 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(int_values); ++i) {
163 int v0 = int_values[i][0];
164 int v1 = int_values[i][1];
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc1187 int32_t int_values[] = { local
1191 for (size_t i = 0; i < arraysize(int_values); i++) {
1193 int int_value = int_values[i] + modifier;

Completed in 339 milliseconds