Home
last modified time | relevance | path

Searched defs:struct_type (Results 1 – 25 of 58) sorted by relevance

123

/third_party/libabigail/tests/data/test-diff-suppr/
Dtest36-leaf-v0.cc15 struct struct_type struct
21 interface1(struct_type*) in interface1() argument
25 interface2(struct_type&) in interface2() argument
29 interface3(struct_type**) in interface3() argument
Dtest36-leaf-v1.cc16 struct struct_type struct
22 interface1(struct_type*) in interface1() argument
26 interface2(struct_type&) in interface2() argument
30 interface3(struct_type**) in interface3() argument
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
Dremove_struct_member_reduction_opportunity.h31 RemoveStructMemberReductionOpportunity(opt::Instruction* struct_type, in RemoveStructMemberReductionOpportunity()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp146 for (auto struct_type : entry.second) { in GetAvailableOpportunities() local
/third_party/spirv-tools/source/reduce/
Dremove_struct_member_reduction_opportunity.h31 RemoveStructMemberReductionOpportunity(opt::Instruction* struct_type, in RemoveStructMemberReductionOpportunity()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp146 for (auto struct_type : entry.second) { in GetAvailableOpportunities() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dremove_struct_member_reduction_opportunity.h31 RemoveStructMemberReductionOpportunity(opt::Instruction* struct_type, in RemoveStructMemberReductionOpportunity()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp146 for (auto struct_type : entry.second) { in GetAvailableOpportunities() local
/third_party/spirv-tools/source/opt/
Dliveness.cpp97 auto struct_type = type->AsStruct(); in GetLocSize() local
130 auto struct_type = agg_type->AsStruct(); in GetComponentType() local
143 auto struct_type = agg_type->AsStruct(); in GetLocOffset() local
Dcopy_prop_arrays.cpp364 if (const analysis::Struct* struct_type = result_type->AsStruct()) { in BuildMemoryObjectFromInsert() local
803 if (const analysis::Struct* struct_type = type->AsStruct()) { in GetNumberOfMembers() local
Deliminate_dead_io_components_pass.cpp120 const analysis::Struct* struct_type = core_type->AsStruct(); in Process() local
Dgraphics_robust_access_pass.cpp782 auto* struct_type = pointee_type->AsStruct(); in MakeRuntimeArrayLengthInst() local
/third_party/flatbuffers/src/
Didl_gen_python.cpp131 const std::string struct_type = namer_.Type(struct_def); in NewRootTypeFromBuffer() local
706 const auto struct_type = namer_.Type(struct_def); in GetStartOfTable() local
794 const std::string struct_type = namer_.Type(struct_def); in BuildVectorOfTable() local
840 const std::string struct_type = namer_.Type(struct_def); in BuildVectorOfTableFromBytes() local
1269 const auto struct_type = namer_.Type(struct_def); in InitializeFromBuf() local
1283 const auto struct_type = namer_.Type(struct_def); in InitializeFromPackedBuf() local
1567 const auto struct_type = namer_.Type(struct_def); in GenPackForStructVectorField() local
1611 const auto struct_type = namer_.Type(struct_def); in GenPackForScalarVectorFieldHelper() local
1647 const auto struct_type = namer_.Type(struct_def); in GenPackForScalarVectorField() local
1690 const auto struct_type = namer_.Type(struct_def); in GenPackForStructField() local
[all …]
Didl_gen_dart.cpp454 const auto &struct_type = namer_.Type(struct_def); in GenStruct() local
785 const auto struct_type = namer_.Type(struct_def); in GenReader() local
Didl_gen_go.cpp312 const std::string struct_type = namer_.Type(struct_def); in NewRootTypeFromBuffer() local
1098 const std::string struct_type = namer_.Type(struct_def); in GenNativeTablePack() local
1221 const std::string struct_type = namer_.Type(struct_def); in GenNativeTableUnPack() local
/third_party/openssl/test/helpers/
Dssl_test_ctx.c37 #define IMPLEMENT_SSL_TEST_BOOL_OPTION(struct_type, name, field) \ argument
43 #define IMPLEMENT_SSL_TEST_STRING_OPTION(struct_type, name, field) \ argument
51 #define IMPLEMENT_SSL_TEST_INT_OPTION(struct_type, name, field) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.cpp376 if (const analysis::Struct* struct_type = result_type->AsStruct()) { in BuildMemoryObjectFromInsert() local
804 if (const analysis::Struct* struct_type = type->AsStruct()) { in GetNumberOfMembers() local
Dupgrade_memory_model.cpp733 analysis::Struct struct_type(element_types); in UpgradeExtInst() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dcopy_prop_arrays.cpp376 if (const analysis::Struct* struct_type = result_type->AsStruct()) { in BuildMemoryObjectFromInsert() local
804 if (const analysis::Struct* struct_type = type->AsStruct()) { in GetNumberOfMembers() local
Dgraphics_robust_access_pass.cpp791 auto* struct_type = pointee_type->AsStruct(); in MakeRuntimeArrayLengthInst() local
/third_party/mesa3d/src/amd/vulkan/tests/
Dradv_nir_lower_hit_attrib_derefs_tests.cpp218 const glsl_type *struct_type = glsl_struct_type(&field, 1, "hit_attrib_struct", false); in TEST_F() local
/third_party/spirv-tools/source/val/
Dvalidate_annotation.cpp311 const auto struct_type = _.FindDef(struct_type_id); in ValidateMemberDecorate() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_annotation.cpp432 const auto struct_type = _.FindDef(struct_type_id); in ValidateMemberDecorate() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_annotation.cpp432 const auto struct_type = _.FindDef(struct_type_id); in ValidateMemberDecorate() local
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/intrinsic/
Dllvm.rs348 … let struct_type = builder.context.new_struct_type(None, "addcarryResult", &[field1, field2]); in adjust_intrinsic_return_value() localVariable

123