Home
last modified time | relevance | path

Searched refs:parent_type (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/flang/test/Evaluate/
Dfolding12.f904 type parent_type type
6 end type parent_type
7 type, extends(parent_type) :: child_type
46 type(parent_type), parameter :: parent_const8 = child_const7%parent_type
50 child_type(parent_type(30), 31)
60 type, extends(grandparent_type) :: parent_type type
62 end type parent_type
63 type, extends(parent_type) :: child_type
76 child_type(parent_type(13.0, 14), 15.0)
82 child_type(parent_type(grandparent_type(16.0), 17), 18.0)
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Dtype_manager.cpp922 const Type* parent_type, const std::vector<uint32_t>& access_chain) { in GetMemberType() argument
924 if (const Struct* struct_type = parent_type->AsStruct()) { in GetMemberType()
925 parent_type = struct_type->element_types()[element_index]; in GetMemberType()
926 } else if (const Array* array_type = parent_type->AsArray()) { in GetMemberType()
927 parent_type = array_type->element_type(); in GetMemberType()
929 parent_type->AsRuntimeArray()) { in GetMemberType()
930 parent_type = runtime_array_type->element_type(); in GetMemberType()
931 } else if (const Vector* vector_type = parent_type->AsVector()) { in GetMemberType()
932 parent_type = vector_type->element_type(); in GetMemberType()
933 } else if (const Matrix* matrix_type = parent_type->AsMatrix()) { in GetMemberType()
[all …]
Dtype_manager.h139 const Type* GetMemberType(const Type* parent_type,
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtype_manager.cpp922 const Type* parent_type, const std::vector<uint32_t>& access_chain) { in GetMemberType() argument
924 if (const Struct* struct_type = parent_type->AsStruct()) { in GetMemberType()
925 parent_type = struct_type->element_types()[element_index]; in GetMemberType()
926 } else if (const Array* array_type = parent_type->AsArray()) { in GetMemberType()
927 parent_type = array_type->element_type(); in GetMemberType()
929 parent_type->AsRuntimeArray()) { in GetMemberType()
930 parent_type = runtime_array_type->element_type(); in GetMemberType()
931 } else if (const Vector* vector_type = parent_type->AsVector()) { in GetMemberType()
932 parent_type = vector_type->element_type(); in GetMemberType()
933 } else if (const Matrix* matrix_type = parent_type->AsMatrix()) { in GetMemberType()
[all …]
Dtype_manager.h139 const Type* GetMemberType(const Type* parent_type,
/external/llvm-project/lldb/source/DataFormatters/
DVectorType.cpp220 CompilerType parent_type(m_backend.GetCompilerType()); in Update() local
222 parent_type.IsVectorType(&element_type, nullptr); in Update()
237 m_num_children = ::CalculateNumChildren(parent_type, m_child_type); in Update()
/external/llvm-project/lldb/source/Core/
DValueObjectChild.cpp111 CompilerType parent_type(parent->GetCompilerType()); in UpdateValue() local
116 Flags parent_type_flags(parent_type.GetTypeInfo()); in UpdateValue()
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
Dlist_ports_osx.py130 def GetParentDeviceByType(device, parent_type): argument
136 while IORegistryEntryGetName(device) != parent_type:
/external/mesa3d/src/compiler/nir/
Dnir_deref.c973 const struct glsl_type *parent_type = parent->type; in opt_remove_sampler_cast() local
975 while (glsl_type_is_array(parent_type) && glsl_type_is_array(cast_type)) { in opt_remove_sampler_cast()
976 if (glsl_get_length(parent_type) != glsl_get_length(cast_type)) in opt_remove_sampler_cast()
978 parent_type = glsl_get_array_element(parent_type); in opt_remove_sampler_cast()
982 if (glsl_type_is_array(parent_type) || glsl_type_is_array(cast_type)) in opt_remove_sampler_cast()
985 if (!glsl_type_is_sampler(parent_type) || in opt_remove_sampler_cast()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c88 const struct glsl_type *parent_type = in gather_usage_helper() local
92 const struct glsl_type *ft = glsl_get_struct_field(parent_type, i); in gather_usage_helper()
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc565 const Descriptor* parent_type = containing_type->containing_type(); in JSFieldIndex() local
566 if (parent_type != NULL) { in JSFieldIndex()
567 for (int i = 0; i < parent_type->field_count(); i++) { in JSFieldIndex()
568 if (parent_type->field(i)->type() == FieldDescriptor::TYPE_GROUP && in JSFieldIndex()
569 parent_type->field(i)->message_type() == containing_type) { in JSFieldIndex()
570 return StrCat(field->number() - parent_type->field(i)->number()); in JSFieldIndex()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp909 const glsl_type *parent_type = path.path[0]->type; in deref_get_qualifier() local
913 if (parent_type->is_interface()) { in deref_get_qualifier()
915 &parent_type->fields.structure[cur->strct.index]; in deref_get_qualifier()
928 parent_type = cur->type; in deref_get_qualifier()
/external/llvm-project/polly/lib/External/isl/
Disl_schedule_node.c2718 enum isl_schedule_node_type parent_type; in isl_schedule_node_cut() local
2726 parent_type = isl_schedule_node_get_parent_type(node); in isl_schedule_node_cut()
2727 if (parent_type == isl_schedule_node_set || in isl_schedule_node_cut()
2728 parent_type == isl_schedule_node_sequence) in isl_schedule_node_cut()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c1038 const struct glsl_type *parent_type = path.path[idx_lvl - 1]->type; in get_deref_offset() local
1043 const struct glsl_type *ft = glsl_get_struct_field(parent_type, i); in get_deref_offset()