/third_party/boost/boost/interprocess/detail/ |
D | pointer_type.hpp | 51 struct pointer_type struct 53 typedef typename D::pointer type; 57 struct pointer_type<T, D, false> struct 59 typedef T* type; 65 struct pointer_type struct 68 typename remove_reference<D>::type>::type type;
|
/third_party/spirv-tools/source/fuzz/ |
D | fuzzer_pass_add_local_variables.cpp | 52 uint32_t pointer_type; in Apply() local
|
D | transformation_access_chain.cpp | 65 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local 225 auto pointer_type = ir_context->get_def_use_mgr()->GetDef( in Apply() local
|
D | transformation_load.cpp | 48 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
|
D | transformation_add_global_variable.cpp | 59 auto pointer_type = type->AsPointer(); in IsApplicable() local
|
D | transformation_store.cpp | 45 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
|
D | fuzzer_pass_add_access_chains.cpp | 98 auto pointer_type = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_local_variables.cpp | 57 uint32_t pointer_type; in Apply() local
|
D | transformation_access_chain.cpp | 65 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local 225 auto pointer_type = ir_context->get_def_use_mgr()->GetDef( in Apply() local
|
D | transformation_add_global_variable.cpp | 59 auto pointer_type = type->AsPointer(); in IsApplicable() local
|
D | fuzzer_pass_add_access_chains.cpp | 99 auto pointer_type = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
|
D | transformation_store.cpp | 49 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
|
D | transformation_load.cpp | 53 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | fuzzer_pass_add_local_variables.cpp | 57 uint32_t pointer_type; in Apply() local
|
D | transformation_access_chain.cpp | 65 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local 225 auto pointer_type = ir_context->get_def_use_mgr()->GetDef( in Apply() local
|
D | transformation_add_global_variable.cpp | 59 auto pointer_type = type->AsPointer(); in IsApplicable() local
|
D | fuzzer_pass_add_access_chains.cpp | 99 auto pointer_type = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
|
D | transformation_store.cpp | 49 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | copy_prop_arrays.h | 124 const analysis::Pointer* pointer_type = in GetStorageClass() local
|
D | copy_prop_arrays.cpp | 478 analysis::Pointer* pointer_type = type_mgr->GetType(type_id)->AsPointer(); in IsPointerToArrayType() local 511 analysis::Pointer* pointer_type = type->AsPointer(); in CanUpdateUses() local 520 analysis::Pointer* pointer_type = type->AsPointer(); in CanUpdateUses() local 737 Instruction* pointer_type = in UpdateUses() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | copy_prop_arrays.h | 124 const analysis::Pointer* pointer_type = in GetStorageClass() local
|
D | copy_prop_arrays.cpp | 478 analysis::Pointer* pointer_type = type_mgr->GetType(type_id)->AsPointer(); in IsPointerToArrayType() local 511 analysis::Pointer* pointer_type = type->AsPointer(); in CanUpdateUses() local 520 analysis::Pointer* pointer_type = type->AsPointer(); in CanUpdateUses() local 737 Instruction* pointer_type = in UpdateUses() local
|
/third_party/spirv-tools/source/opt/ |
D | copy_prop_arrays.h | 124 const analysis::Pointer* pointer_type = in GetStorageClass() local
|
D | copy_prop_arrays.cpp | 474 analysis::Pointer* pointer_type = type_mgr->GetType(type_id)->AsPointer(); in IsPointerToArrayType() local 507 analysis::Pointer* pointer_type = type->AsPointer(); in CanUpdateUses() local 516 analysis::Pointer* pointer_type = type->AsPointer(); in CanUpdateUses() local 734 Instruction* pointer_type = in UpdateUses() local
|
/third_party/boost/boost/process/detail/posix/ |
D | environment.hpp | 51 using pointer_type = const char_type*; typedef in boost::process::detail::posix::native_environment_impl 105 using pointer_type = const char_type*; typedef in boost::process::detail::posix::native_environment_impl 151 using pointer_type = const char_type*; typedef
|