Home
last modified time | relevance | path

Searched defs:int_values (Results 1 – 9 of 9) sorted by relevance

/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/llvm-project/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> { struct
27 int check2[int_values<256, 12, 3>::value == 0? 1 : -1]; argument
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Ddeduction.cpp40 template<int...> struct int_values { struct
41 static const unsigned value = 0;
45 struct int_values<C1, 12, C3> { struct
46 static const unsigned value = 1;
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
Ddeduction.cpp40 template<int...> struct int_values { struct
41 static const unsigned value = 0;
45 struct int_values<C1, 12, C3> { struct
46 static const unsigned value = 1;
/external/tensorflow/tensorflow/compiler/tf2xla/
Dliteral_util_test.cc59 std::vector<int_type> int_values = {10, 11}; in TYPED_TEST() local
/external/libchrome/ui/gfx/geometry/
Dvector2d_unittest.cc155 int int_values[][2] = { in TEST() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlower_static_tensor_list.cc422 auto int_values = dense_elem_attr.getIntValues(); in matchAndRewrite() local
/external/perfetto/src/trace_processor/
Dexport_json.cc1466 const auto& int_values = trace_metadata.int_value(); in ExportMetadata() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dserialization_base_generated.h1768 const flatbuffers::Vector<flatbuffers::Offset<tflite::gpu::data::IntValue>> *int_values() const { in int_values() function