Home
last modified time | relevance | path

Searched refs:int_values (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Ddeduction.cpp40 template<int...> struct int_values { struct
45 struct int_values<C1, 12, C3> { struct
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/clang/test/CXX/temp/temp.decls/temp.class.spec/
Dp9.cpp18 template<int, int, int> struct int_values { struct
23 struct int_values<C1, 12, C3> { argument
27 int check2[int_values<256, 12, 3>::value == 0? 1 : -1]; argument
/external/v8/test/cctest/
Dtest-api.cc1187 int32_t int_values[] = { in THREADED_PROFILED_TEST() local
1191 for (size_t i = 0; i < arraysize(int_values); i++) { in THREADED_PROFILED_TEST()
1193 int int_value = int_values[i] + modifier; in THREADED_PROFILED_TEST()