Home
last modified time | relevance | path

Searched defs:pointer_type (Results 1 – 25 of 62) sorted by relevance

123

/third_party/boost/boost/interprocess/detail/
Dpointer_type.hpp51 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/
Dfuzzer_pass_add_local_variables.cpp52 uint32_t pointer_type; in Apply() local
Dtransformation_access_chain.cpp65 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
Dtransformation_load.cpp48 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
Dtransformation_add_global_variable.cpp59 auto pointer_type = type->AsPointer(); in IsApplicable() local
Dtransformation_store.cpp45 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
Dfuzzer_pass_add_access_chains.cpp98 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/
Dfuzzer_pass_add_local_variables.cpp57 uint32_t pointer_type; in Apply() local
Dtransformation_access_chain.cpp65 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
Dtransformation_add_global_variable.cpp59 auto pointer_type = type->AsPointer(); in IsApplicable() local
Dfuzzer_pass_add_access_chains.cpp99 auto pointer_type = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
Dtransformation_store.cpp49 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local
Dtransformation_load.cpp53 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/
Dfuzzer_pass_add_local_variables.cpp57 uint32_t pointer_type; in Apply() local
Dtransformation_access_chain.cpp65 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
Dtransformation_add_global_variable.cpp59 auto pointer_type = type->AsPointer(); in IsApplicable() local
Dfuzzer_pass_add_access_chains.cpp99 auto pointer_type = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
Dtransformation_store.cpp49 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/
Dcopy_prop_arrays.h124 const analysis::Pointer* pointer_type = in GetStorageClass() local
Dcopy_prop_arrays.cpp478 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/
Dcopy_prop_arrays.h124 const analysis::Pointer* pointer_type = in GetStorageClass() local
Dcopy_prop_arrays.cpp478 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/
Dcopy_prop_arrays.h124 const analysis::Pointer* pointer_type = in GetStorageClass() local
Dcopy_prop_arrays.cpp474 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/
Denvironment.hpp51 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

123