| /third_party/libabigail/tests/data/test-diff-suppr/ |
| D | test36-leaf-v0.cc | 15 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
|
| D | test36-leaf-v1.cc | 16 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/cef/include/internal/ |
| D | cef_types_wrappers.h | 44 typedef typename traits::struct_type struct_type; typedef 135 typedef cef_point_t struct_type; typedef 171 typedef cef_rect_t struct_type; typedef 220 typedef cef_size_t struct_type; typedef 258 typedef cef_range_t struct_type; typedef 293 typedef cef_insets_t struct_type; typedef 333 typedef cef_draggable_region_t struct_type; typedef 374 typedef cef_screen_info_t struct_type; typedef 428 typedef cef_key_event_t struct_type; typedef 454 typedef cef_mouse_event_t struct_type; typedef [all …]
|
| D | cef_mac.h | 43 typedef cef_main_args_t struct_type; typedef 71 typedef cef_window_info_t struct_type; typedef
|
| D | cef_linux.h | 43 typedef cef_main_args_t struct_type; typedef 71 typedef cef_window_info_t struct_type; typedef
|
| D | cef_win.h | 45 typedef cef_main_args_t struct_type; typedef 69 typedef cef_window_info_t struct_type; typedef
|
| D | cef_string_wrappers.h | 48 typedef cef_string_wide_t struct_type; typedef 146 typedef cef_string_utf8_t struct_type; typedef 229 typedef cef_string_utf16_t struct_type; typedef 349 typedef typename traits::struct_type struct_type; typedef
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
| D | remove_struct_member_reduction_opportunity.h | 31 RemoveStructMemberReductionOpportunity(opt::Instruction* struct_type, in RemoveStructMemberReductionOpportunity()
|
| D | remove_unused_struct_member_reduction_opportunity_finder.cpp | 146 for (auto struct_type : entry.second) { in GetAvailableOpportunities() local
|
| /third_party/spirv-tools/source/reduce/ |
| D | remove_struct_member_reduction_opportunity.h | 31 RemoveStructMemberReductionOpportunity(opt::Instruction* struct_type, in RemoveStructMemberReductionOpportunity()
|
| D | remove_unused_struct_member_reduction_opportunity_finder.cpp | 146 for (auto struct_type : entry.second) { in GetAvailableOpportunities() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
| D | remove_struct_member_reduction_opportunity.h | 31 RemoveStructMemberReductionOpportunity(opt::Instruction* struct_type, in RemoveStructMemberReductionOpportunity()
|
| D | remove_unused_struct_member_reduction_opportunity_finder.cpp | 146 for (auto struct_type : entry.second) { in GetAvailableOpportunities() local
|
| /third_party/node/deps/v8/src/torque/ |
| D | types.cc | 124 if (auto* struct_type = StructType::DynamicCast(t)) { in StructSupertype() local 618 if (auto struct_type = type->StructSupertype()) { in ComputeSlotKindsHelper() local 1200 base::Optional<const StructType*> struct_type = type->StructSupertype(); in ValidateAlignment() local 1259 } else if (auto struct_type = type->StructSupertype()) { in SizeOf() local 1320 if (base::Optional<const StructType*> struct_type = StructSupertype()) { in GetRuntimeType() local 1340 if (base::Optional<const StructType*> struct_type = StructSupertype()) { in GetDebugType() local
|
| D | class-debug-reader-generator.cc | 47 if (auto struct_type = type_->StructSupertype()) { in operator *() local 90 base::Optional<const StructType*> struct_type = type_->StructSupertype(); in end() local
|
| D | type-visitor.cc | 194 StructType* struct_type = TypeOracle::GetStructType(decl, specialized_from); in ComputeType() local 491 StructType* struct_type, const StructDeclaration* struct_declaration) { in VisitStructMethods()
|
| D | cc-generator.cc | 447 const Type* struct_type = instruction.bit_field_struct_type; in EmitInstruction() local 481 } else if (auto struct_type = result.type()->StructSupertype()) { in CollectAllFields() local
|
| D | csa-generator.cc | 949 const Type* struct_type = instruction.bit_field_struct_type; in EmitInstruction() local 991 const Type* struct_type = instruction.bit_field_struct_type; in EmitInstruction() local 1040 } else if (auto struct_type = result.type()->StructSupertype()) { in EmitCSAValue() local
|
| /third_party/libffi/src/ |
| D | prep_cif.c | 251 ffi_get_struct_offsets (ffi_abi abi, ffi_type *struct_type, size_t *offsets) in ffi_get_struct_offsets()
|
| /third_party/openssl/test/helpers/ |
| D | ssl_test_ctx.c | 37 #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/protobuf/src/google/protobuf/util/internal/ |
| D | protostream_objectwriter_test.cc | 1600 StructType struct_type; in TEST_P() local 1615 StructType struct_type; in TEST_P() local 1625 StructType struct_type; in TEST_P() local 1638 StructType struct_type; in TEST_P() local 1646 StructType struct_type; in TEST_P() local 1705 StructType struct_type; in TEST_P() local 1727 StructType struct_type; in TEST_P() local 1746 StructType struct_type; in TEST_P() local
|
| /third_party/spirv-tools/source/opt/ |
| D | eliminate_dead_input_components_pass.cpp | 76 const analysis::Struct* struct_type = ptr_type->pointee_type()->AsStruct(); in Process() local
|
| D | copy_prop_arrays.cpp | 364 if (const analysis::Struct* struct_type = result_type->AsStruct()) { in BuildMemoryObjectFromInsert() local 803 if (const analysis::Struct* struct_type = type->AsStruct()) { in GetNumberOfMembers() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | copy_prop_arrays.cpp | 376 if (const analysis::Struct* struct_type = result_type->AsStruct()) { in BuildMemoryObjectFromInsert() local 804 if (const analysis::Struct* struct_type = type->AsStruct()) { in GetNumberOfMembers() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | copy_prop_arrays.cpp | 376 if (const analysis::Struct* struct_type = result_type->AsStruct()) { in BuildMemoryObjectFromInsert() local 804 if (const analysis::Struct* struct_type = type->AsStruct()) { in GetNumberOfMembers() local
|