Home
last modified time | relevance | path

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

12

/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/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
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/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/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/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
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_atomics.cpp177 const uint32_t pointer_type = _.GetOperandTypeId(inst, operand_index++); in AtomicsPass() local
Dvalidate_memory.cpp881 const auto pointer_type = _.FindDef(pointer->type_id()); in ValidateLoad() local
936 const auto pointer_type = _.FindDef(pointer->type_id()); in ValidateStore() local
1389 auto pointer_type = state.FindDef(pointer->type_id()); in ValidateArrayLength() local
1498 const auto pointer_type = _.FindDef(pointer_type_id); in ValidateCooperativeMatrixLoadStoreNV() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_atomics.cpp177 const uint32_t pointer_type = _.GetOperandTypeId(inst, operand_index++); in AtomicsPass() local
/third_party/boost/boost/process/detail/windows/
Denvironment.hpp31 using pointer_type = const char_type*; typedef in boost::process::detail::windows::native_environment_impl
146 using pointer_type = const char_type*; typedef
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
Dstructured_loop_to_selection_reduction_opportunity.cpp237 auto pointer_type = in FixNonDominatedIdUses() local
/third_party/cef/libcef/browser/osr/
Dmotion_event_osr.cc16 cef_pointer_type_t pointer_type) { in CefPointerTypeToMotionEventToolType()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dstructured_loop_to_selection_reduction_opportunity.cpp237 auto pointer_type = in FixNonDominatedIdUses() local

12