Searched refs:int_values (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | deduction.cpp | 40 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/ |
D | p9.cpp | 18 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/tensorflow/tensorflow/compiler/tf2xla/ |
D | literal_util_test.cc | 59 std::vector<int_type> int_values = {10, 11}; in TYPED_TEST() local 61 xla::LiteralUtil::CreateR1(absl::Span<const int_type>(int_values)); in TYPED_TEST() 66 test::AsTensor<int_type>(int_values)); in TYPED_TEST()
|