/third_party/spirv-tools/source/fuzz/ |
D | fuzzer_pass_add_local_variables.cpp | 52 uint32_t pointer_type; in Apply() local 60 pointer_type = GetFuzzerContext()->GetFreshId(); in Apply() 62 pointer_type, SpvStorageClassFunction, basic_type)); in Apply() 63 available_pointers_to_basic_type.push_back(pointer_type); in Apply() 66 pointer_type = in Apply() 71 GetFuzzerContext()->GetFreshId(), pointer_type, function.result_id(), in Apply()
|
D | transformation_add_global_variable.cpp | 59 auto pointer_type = type->AsPointer(); in IsApplicable() local 60 if (!pointer_type) { in IsApplicable() 64 if (pointer_type->storage_class() != storage_class) { in IsApplicable() 86 if (pointer_type->pointee_type() != constant_id[0]->type()) { in IsApplicable()
|
D | transformation_store.cpp | 45 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local 46 assert(pointer_type && "Type id must be defined."); in IsApplicable() 47 if (pointer_type->opcode() != SpvOpTypePointer) { in IsApplicable() 95 if (pointer_type->GetSingleWordInOperand(1) != value->type_id()) { in IsApplicable()
|
D | transformation_access_chain.cpp | 65 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local 66 if (pointer_type->opcode() != SpvOpTypePointer) { in IsApplicable() 108 uint32_t subobject_type_id = pointer_type->GetSingleWordInOperand(1); in IsApplicable() 206 pointer_type->GetSingleWordInOperand(0))) != 0; in IsApplicable() 225 auto pointer_type = ir_context->get_def_use_mgr()->GetDef( in Apply() local 227 uint32_t subobject_type_id = pointer_type->GetSingleWordInOperand(1); in Apply() 337 static_cast<SpvStorageClass>(pointer_type->GetSingleWordInOperand(0))); in Apply()
|
D | fuzzer_pass.cpp | 660 auto pointer_type = GetIRContext()->get_type_mgr()->GetType(pointer_type_id); in FindOrCreateLocalVariable() local 662 (void)pointer_type; in FindOrCreateLocalVariable() 663 assert(pointer_type && pointer_type->AsPointer() && in FindOrCreateLocalVariable() 664 pointer_type->AsPointer()->storage_class() == in FindOrCreateLocalVariable() 703 auto pointer_type = GetIRContext()->get_type_mgr()->GetType(pointer_type_id); in FindOrCreateGlobalVariable() local 705 (void)pointer_type; in FindOrCreateGlobalVariable() 707 pointer_type && pointer_type->AsPointer() && in FindOrCreateGlobalVariable() 708 (pointer_type->AsPointer()->storage_class() == SpvStorageClassPrivate || in FindOrCreateGlobalVariable() 709 pointer_type->AsPointer()->storage_class() == in FindOrCreateGlobalVariable()
|
D | transformation_load.cpp | 48 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local 49 assert(pointer_type && "Type id must be defined."); in IsApplicable() 50 if (pointer_type->opcode() != SpvOpTypePointer) { in IsApplicable()
|
D | fuzzer_pass_add_access_chains.cpp | 98 auto pointer_type = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local 100 uint32_t subobject_type_id = pointer_type->GetSingleWordInOperand(1); in Apply() 181 pointer_type->GetSingleWordInOperand(0))); in Apply()
|
/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 65 pointer_type = GetFuzzerContext()->GetFreshId(); in Apply() 67 pointer_type, SpvStorageClassFunction, basic_type)); in Apply() 68 available_pointers_to_basic_type.push_back(pointer_type); in Apply() 71 pointer_type = in Apply() 76 GetFuzzerContext()->GetFreshId(), pointer_type, function.result_id(), in Apply()
|
D | transformation_add_global_variable.cpp | 59 auto pointer_type = type->AsPointer(); in IsApplicable() local 60 if (!pointer_type) { in IsApplicable() 64 if (pointer_type->storage_class() != storage_class) { in IsApplicable() 86 if (pointer_type->pointee_type() != constant_id[0]->type()) { in IsApplicable()
|
D | transformation_store.cpp | 49 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local 50 assert(pointer_type && "Type id must be defined."); in IsApplicable() 51 if (pointer_type->opcode() != SpvOpTypePointer) { in IsApplicable() 103 if (pointer_type->GetSingleWordInOperand(1) != value->type_id()) { in IsApplicable() 189 pointer_type->GetSingleWordInOperand(0)))) { in IsApplicable()
|
D | transformation_access_chain.cpp | 65 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local 66 if (pointer_type->opcode() != SpvOpTypePointer) { in IsApplicable() 108 uint32_t subobject_type_id = pointer_type->GetSingleWordInOperand(1); in IsApplicable() 206 pointer_type->GetSingleWordInOperand(0))) != 0; in IsApplicable() 225 auto pointer_type = ir_context->get_def_use_mgr()->GetDef( in Apply() local 227 uint32_t subobject_type_id = pointer_type->GetSingleWordInOperand(1); in Apply() 337 static_cast<SpvStorageClass>(pointer_type->GetSingleWordInOperand(0))); in Apply()
|
D | fuzzer_pass.cpp | 704 auto pointer_type = GetIRContext()->get_type_mgr()->GetType(pointer_type_id); in FindOrCreateLocalVariable() local 706 (void)pointer_type; in FindOrCreateLocalVariable() 707 assert(pointer_type && pointer_type->AsPointer() && in FindOrCreateLocalVariable() 708 pointer_type->AsPointer()->storage_class() == in FindOrCreateLocalVariable() 747 auto pointer_type = GetIRContext()->get_type_mgr()->GetType(pointer_type_id); in FindOrCreateGlobalVariable() local 749 (void)pointer_type; in FindOrCreateGlobalVariable() 751 pointer_type && pointer_type->AsPointer() && in FindOrCreateGlobalVariable() 752 (pointer_type->AsPointer()->storage_class() == SpvStorageClassPrivate || in FindOrCreateGlobalVariable() 753 pointer_type->AsPointer()->storage_class() == in FindOrCreateGlobalVariable()
|
D | transformation_load.cpp | 53 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local 54 assert(pointer_type && "Type id must be defined."); in IsApplicable() 55 if (pointer_type->opcode() != SpvOpTypePointer) { in IsApplicable() 163 pointer_type->GetSingleWordInOperand(0)))) { in IsApplicable()
|
D | fuzzer_pass_add_access_chains.cpp | 99 auto pointer_type = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local 101 uint32_t subobject_type_id = pointer_type->GetSingleWordInOperand(1); in Apply() 182 pointer_type->GetSingleWordInOperand(0))); in Apply()
|
/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 65 pointer_type = GetFuzzerContext()->GetFreshId(); in Apply() 67 pointer_type, SpvStorageClassFunction, basic_type)); in Apply() 68 available_pointers_to_basic_type.push_back(pointer_type); in Apply() 71 pointer_type = in Apply() 76 GetFuzzerContext()->GetFreshId(), pointer_type, function.result_id(), in Apply()
|
D | transformation_add_global_variable.cpp | 59 auto pointer_type = type->AsPointer(); in IsApplicable() local 60 if (!pointer_type) { in IsApplicable() 64 if (pointer_type->storage_class() != storage_class) { in IsApplicable() 86 if (pointer_type->pointee_type() != constant_id[0]->type()) { in IsApplicable()
|
D | transformation_store.cpp | 49 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local 50 assert(pointer_type && "Type id must be defined."); in IsApplicable() 51 if (pointer_type->opcode() != SpvOpTypePointer) { in IsApplicable() 103 if (pointer_type->GetSingleWordInOperand(1) != value->type_id()) { in IsApplicable() 189 pointer_type->GetSingleWordInOperand(0)))) { in IsApplicable()
|
D | transformation_access_chain.cpp | 65 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local 66 if (pointer_type->opcode() != SpvOpTypePointer) { in IsApplicable() 108 uint32_t subobject_type_id = pointer_type->GetSingleWordInOperand(1); in IsApplicable() 206 pointer_type->GetSingleWordInOperand(0))) != 0; in IsApplicable() 225 auto pointer_type = ir_context->get_def_use_mgr()->GetDef( in Apply() local 227 uint32_t subobject_type_id = pointer_type->GetSingleWordInOperand(1); in Apply() 337 static_cast<SpvStorageClass>(pointer_type->GetSingleWordInOperand(0))); in Apply()
|
D | fuzzer_pass.cpp | 704 auto pointer_type = GetIRContext()->get_type_mgr()->GetType(pointer_type_id); in FindOrCreateLocalVariable() local 706 (void)pointer_type; in FindOrCreateLocalVariable() 707 assert(pointer_type && pointer_type->AsPointer() && in FindOrCreateLocalVariable() 708 pointer_type->AsPointer()->storage_class() == in FindOrCreateLocalVariable() 747 auto pointer_type = GetIRContext()->get_type_mgr()->GetType(pointer_type_id); in FindOrCreateGlobalVariable() local 749 (void)pointer_type; in FindOrCreateGlobalVariable() 751 pointer_type && pointer_type->AsPointer() && in FindOrCreateGlobalVariable() 752 (pointer_type->AsPointer()->storage_class() == SpvStorageClassPrivate || in FindOrCreateGlobalVariable() 753 pointer_type->AsPointer()->storage_class() == in FindOrCreateGlobalVariable()
|
D | transformation_load.cpp | 53 auto pointer_type = ir_context->get_def_use_mgr()->GetDef(pointer->type_id()); in IsApplicable() local 54 assert(pointer_type && "Type id must be defined."); in IsApplicable() 55 if (pointer_type->opcode() != SpvOpTypePointer) { in IsApplicable() 163 pointer_type->GetSingleWordInOperand(0)))) { in IsApplicable()
|
D | fuzzer_pass_add_access_chains.cpp | 99 auto pointer_type = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local 101 uint32_t subobject_type_id = pointer_type->GetSingleWordInOperand(1); in Apply() 182 pointer_type->GetSingleWordInOperand(0))); in Apply()
|
/third_party/boost/boost/process/detail/windows/ |
D | environment.hpp | 31 using pointer_type = const char_type*; typedef in boost::process::detail::windows::native_environment_impl 33 using native_handle_type = pointer_type; 41 string_type get(const pointer_type id); 42 void set(const pointer_type id, const pointer_type value); 43 void reset(const pointer_type id); 60 inline auto native_environment_impl<Char>::get(const pointer_type id) -> string_type in get() 102 inline void native_environment_impl<Char>::set(const pointer_type id, const pointer_type value) in set() 108 inline void native_environment_impl<Char>::reset(const pointer_type id) in reset() 146 using pointer_type = const char_type*; typedef 148 using native_handle_type = pointer_type; [all …]
|
/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 61 string_type get(const pointer_type id) { return get(string_type(id)); } in get() 62 void set(const pointer_type id, const pointer_type value) in set() 66 void reset(const pointer_type id) { reset(string_type(id)); } in reset() 105 using pointer_type = const char_type*; typedef in boost::process::detail::posix::native_environment_impl 111 string_type get(const pointer_type id) { return getenv(id); } in get() 112 void set(const pointer_type id, const pointer_type value) in set() 119 void reset(const pointer_type id) in reset() 151 using pointer_type = const char_type*; typedef 160 string_type get(const pointer_type id) {return get(string_type(id));} in get() [all …]
|
/third_party/boost/boost/interprocess/detail/ |
D | pointer_type.hpp | 51 struct pointer_type struct 57 struct pointer_type<T, D, false> struct 65 struct pointer_type struct 67 typedef typename pointer_type_imp::pointer_type<T,
|
/third_party/boost/boost/optional/detail/ |
D | old_optional_implementation.hpp | 43 typedef T * pointer_type ; typedef 60 typedef raw_type* pointer_type ; typedef 113 typedef BOOST_DEDUCED_TYPENAME types::pointer_type pointer_type ; typedef in boost::optional_detail::optional_base 346 pointer_type get_ptr() { return m_initialized ? get_ptr_impl() : 0 ; } in get_ptr() 594 …pointer_type get_ptr_impl() { return cast_ptr(get_object(), is_reference_predicate() )… in get_ptr_impl() 634 pointer_type cast_ptr( internal_type * p, is_not_reference_tag ) { return p ; } in cast_ptr() 636 …pointer_type cast_ptr( internal_type * p, is_reference_tag ) { return &p->get… in cast_ptr() 660 typedef BOOST_DEDUCED_TYPENAME base::pointer_type pointer_type ; typedef in boost::optional 915 …pointer_type operator->() { BOOST_ASSERT(this->is_initialized()) ; return this->get_pt… in operator ->()
|