Home
last modified time | relevance | path

Searched defs:arr_type (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/test/test/test-organization-ts/datasets-test/
Darray-test.cpp33 typedef bool (arr_type)[3]; in BOOST_AUTO_TEST_CASE() typedef
/third_party/boost/libs/lexical_cast/test/
Dlexical_cast_arrays_test.cpp49 typedef ArrayT<char, 300> arr_type; in testing_template_array_output_on_spec_value() typedef
143 typedef ArrayT<char, 300> arr_type; in testing_template_array_output_on_char_value() typedef
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_impl_convert_type_test.cc370 auto* arr_type = type->UnwrapAll()->As<Array>(); in TEST_F() local
403 auto* arr_type = type->UnwrapAll()->As<Array>(); in TEST_F() local
448 auto* arr_type = type->As<Array>(); in TEST_F() local
534 auto* arr_type = type->UnwrapAll()->As<Array>(); in TEST_F() local
/third_party/boost/libs/stl_interfaces/test/
Darray.cpp62 using arr_type = array<int, 5>; typedef
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.h277 LLVMTypeRef arr_type = LLVMArrayType(LLVMTypeOf(values[0]), value_count); in lp_nir_array_build_gather_values() local
/third_party/mesa3d/src/compiler/nir/
Dnir_deref.c248 const struct glsl_type *arr_type = nir_deref_instr_parent(deref)->type; in nir_deref_instr_array_stride() local
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.cc1409 } else if (auto* arr_type = target->As<sem::Array>()) { in TypeConversion() local
1465 } else if (auto* arr_type = ty->As<sem::Array>()) { in TypeConstructor() local
/third_party/toybox/generated/
Dglobals.h624 char **arr_type; member