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/tensorflow/tensorflow/compiler/tf2xla/
Dliteral_util_test.cc59 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()