Home
last modified time | relevance | path

Searched defs:new_type (Results 1 – 25 of 116) sorted by relevance

12345

/aosp_15_r20/development/vndk/tools/header-checker/src/repr/
H A Dabi_diff_helpers.cpp161 const EnumTypeIR *new_type, in CompareEnumTypes()
344 const TypeIR *new_type) { in CompareSizeAndAlignment()
629 const CFunctionLikeIR *old_type, const CFunctionLikeIR *new_type, in CompareFunctionTypes()
639 const RecordTypeIR *old_type, const RecordTypeIR *new_type, in CompareRecordTypes()
749 const LvalueReferenceTypeIR *new_type, DiffMessageIR::DiffKind diff_kind) { in CompareLvalueReferenceTypes()
756 const RvalueReferenceTypeIR *new_type, DiffMessageIR::DiffKind diff_kind) { in CompareRvalueReferenceTypes()
762 const QualifiedTypeIR *old_type, const QualifiedTypeIR *new_type, in CompareQualifiedTypes()
776 const ArrayTypeIR *new_type, in CompareArrayTypes()
787 const PointerTypeIR *old_type, const PointerTypeIR *new_type, in ComparePointerTypes()
800 const BuiltinTypeIR *new_type) { in CompareBuiltinTypes()
[all …]
/aosp_15_r20/external/mesa3d/src/amd/vulkan/nir/
H A Dradv_nir_lower_cooperative_matrix.c109 … const struct glsl_type *new_type = radv_nir_translate_matrix_type(var->type, type_map, wave_size); in radv_nir_lower_cooperative_matrix() local
117 … const struct glsl_type *new_type = radv_nir_translate_matrix_type(var->type, type_map, wave_size); in radv_nir_lower_cooperative_matrix() local
400 …const struct glsl_type *new_type = radv_nir_translate_matrix_type(deref->type, type_map, wave_size… in radv_nir_lower_cooperative_matrix() local
/aosp_15_r20/art/runtime/verifier/
H A Dregister_line-inl.h66 inline void RegisterLine::SetRegisterType(uint32_t vdst, const RegType& new_type) { in SetRegisterType()
105 inline void RegisterLine::SetResultRegisterType(MethodVerifier* verifier, const RegType& new_type) { in SetResultRegisterType()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_mesh_perprim_wa.c207 const struct glsl_type *new_type = in anv_mesh_convert_attrs_prim_to_vert() local
269 const struct glsl_type *new_type = in anv_mesh_convert_attrs_prim_to_vert() local
H A Danv_physical_device.c1891 struct anv_memory_type *new_type = in anv_physical_device_init_heaps() local
1934 struct anv_memory_type *new_type = in anv_physical_device_init_heaps() local
/aosp_15_r20/system/tools/aidl/
Daidl_checkapi.cpp457 for (const auto new_type : new_types) { in check_api() local
479 const auto new_type = found->second; in check_api() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
H A Dquantization_driver.cc574 Type new_type = params.castFromExpressedType(expressed_type); in QuantizeValue() local
647 Type new_type = state.params.castFromExpressedType(expressed_type); in RequantizeValue() local
683 Type new_type = state.params.castFromExpressedType(expressed_type); in RequantizeValue() local
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Dcf_endian.h29 #define DECLARE_TYPE(new_type, base_type, to_new, to_base) \ argument
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dextension_type.py731 def _change_nested_mappings_to(value, new_type): argument
1076 def reinterpret(value, new_type): argument
/aosp_15_r20/external/deqp-deps/amber/src/
Dscript.cc143 auto new_type = parser.Parse(str); in ParseType() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_remove_tex_shadow.c30 const struct glsl_type *new_type = in strip_shadow() local
H A Dnir_lower_tex_shadow.c51 const struct glsl_type *new_type = in strip_shadow() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfr/passes/
H A Drewrite_quantized_io.cc87 auto new_type = returned_type.clone(returned_type.getElementType() in runOnOperation() local
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dlinker.cpp704 const glsl_type *new_type = in visit() local
713 const glsl_type *new_type = in visit() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/
DEvent.h197 void SetType(uint32_t new_type) { m_type = new_type; } in SetType()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/
DEvent.h197 void SetType(uint32_t new_type) { m_type = new_type; } in SetType()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/
DEvent.h207 void SetType(uint32_t new_type) { m_type = new_type; } in SetType()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/
DEvent.h197 void SetType(uint32_t new_type) { m_type = new_type; } in SetType()
/aosp_15_r20/external/selinux/libsepol/src/
H A Dlink.c443 type_datum_t *type, *base_type, *new_type = NULL; in type_copy_callback() local
859 type_datum_t *type, *base_type, *new_type = NULL, *target_type; in alias_copy_callback() local
1138 type_datum_t *type, *new_type = NULL; in type_fix_callback() local
/aosp_15_r20/external/skia/modules/skottie/src/effects/
H A DGradientEffect.cpp84 auto update_gradient = [this] (InstanceType new_type) { in onSync()
/aosp_15_r20/frameworks/base/tools/aapt2/
H A DResourceTable.cpp428 ResourceTableTypeView new_type{type->named_type, in InsertEntryIntoTableView() local
777 ResourceTableType* new_type = new_pkg->FindOrCreateType(type->named_type); in Clone() local
/aosp_15_r20/external/gsc-utils/extra/usb_updater/
H A Dverify_ro.c73 enum range_type_t new_type) in set_new_range()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dpass.cpp98 Instruction* new_type = get_def_use_mgr()->GetDef(new_type_id); in GenerateCopy() local
/aosp_15_r20/external/e2fsprogs/lib/blkid/
H A Ddev.c133 char *new_type, *new_value; in blkid_dev_set_search() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dpass.cpp99 analysis::Type* new_type = type_mgr->GetType(new_type_id); in GenerateCopy() local

12345