/external/v8/src/compiler/ |
D | type-narrowing-reducer.cc | 25 Type new_type = Type::Any(); in Reduce() local 36 new_type = op_typer_.singleton_true(); in Reduce() 38 new_type = op_typer_.singleton_false(); in Reduce() 45 new_type = op_typer_.TypeTypeGuard( in Reduce() 52 new_type = op_typer_.Name(NodeProperties::GetType(node->InputAt(0)), \ in Reduce() 62 new_type = op_typer_.Name(NodeProperties::GetType(node->InputAt(0))); \ in Reduce() 74 Type restricted = Type::Intersect(new_type, original_type, zone()); in Reduce()
|
D | simplified-lowering.cc | 420 Type new_type = type; in UpdateFeedbackType() local 436 new_type = op_typer_.Name(FeedbackTypeOf(node->InputAt(0)), \ in UpdateFeedbackType() 446 new_type = \ in UpdateFeedbackType() 457 new_type = op_typer_.Name(FeedbackTypeOf(node->InputAt(0))); \ in UpdateFeedbackType() 465 new_type = \ in UpdateFeedbackType() 474 new_type = op_typer_.ConvertReceiver(FeedbackTypeOf(node->InputAt(0))); in UpdateFeedbackType() 478 new_type = op_typer_.ToNumber(FeedbackTypeOf(node->InputAt(0))); in UpdateFeedbackType() 482 new_type = Type::Intersect( in UpdateFeedbackType() 488 new_type = Type::Intersect( in UpdateFeedbackType() 494 new_type = TypePhi(node); in UpdateFeedbackType() [all …]
|
/external/e2fsprogs/lib/blkid/ |
D | dev.c | 132 char *new_type, *new_value; in blkid_dev_set_search() local 137 new_type = malloc(strlen(search_type)+1); in blkid_dev_set_search() 139 if (!new_type || !new_value) { in blkid_dev_set_search() 140 free(new_type); in blkid_dev_set_search() 144 strcpy(new_type, search_type); in blkid_dev_set_search() 148 iter->search_type = new_type; in blkid_dev_set_search()
|
/external/selinux/libsepol/src/ |
D | link.c | 441 type_datum_t *type, *base_type, *new_type = NULL; in type_copy_callback() local 480 if ((new_type = in type_copy_callback() 481 (type_datum_t *) calloc(1, sizeof(*new_type))) == NULL) { in type_copy_callback() 484 new_type->primary = type->primary; in type_copy_callback() 485 new_type->flags = type->flags; in type_copy_callback() 486 new_type->flavor = type->flavor; in type_copy_callback() 490 new_type->s.value = state->base->p_types.nprim + 1; in type_copy_callback() 494 (hashtab_datum_t) new_type); in type_copy_callback() 499 base_type = new_type; in type_copy_callback() 504 if ((new_type = calloc(1, sizeof(*new_type))) == NULL) { in type_copy_callback() [all …]
|
D | expand.c | 81 type_datum_t *type, *new_type; in type_copy_callback() local 107 new_type = (type_datum_t *) malloc(sizeof(type_datum_t)); in type_copy_callback() 108 if (!new_type) { in type_copy_callback() 113 memset(new_type, 0, sizeof(type_datum_t)); in type_copy_callback() 115 new_type->flavor = type->flavor; in type_copy_callback() 116 new_type->flags = type->flags; in type_copy_callback() 117 new_type->s.value = ++state->out->p_types.nprim; in type_copy_callback() 118 if (new_type->s.value > UINT16_MAX) { in type_copy_callback() 120 free(new_type); in type_copy_callback() 124 new_type->primary = 1; in type_copy_callback() [all …]
|
/external/deqp/external/vulkancts/scripts/ |
D | gen_framework_c.py | 62 for old_type, new_type in TYPE_SUBSTITUTIONS: 63 dst = dst.replace(old_type, new_type)
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/mac80211/drv_change_interface/ |
D | format | 14 field:u32 new_type; offset:64; size:4; signed:0; 17 …_name, __get_str(vif_name), REC->vif_type, REC->p2p ? "/p2p" : "", REC->new_type, REC->new_p2p ? "…
|
/external/mesa3d/src/compiler/glsl/ |
D | opt_rebalance_tree.cpp | 290 const glsl_type *const new_type = in update_types() local 295 assert(new_type != glsl_type::error_type); in update_types() 296 expr->type = new_type; in update_types()
|
D | link_uniform_blocks.cpp | 325 const glsl_type *new_type = in resize_block_array() local 328 ub_array->ir->array->type = new_type; in resize_block_array() 329 return new_type; in resize_block_array()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | type_manager.cpp | 877 void TypeManager::ReplaceType(Type* new_type, Type* original_type) { in ReplaceType() argument 878 assert(original_type->kind() == new_type->kind() && in ReplaceType() 890 type->AsArray()->ReplaceElementType(new_type); in ReplaceType() 896 type->AsRuntimeArray()->ReplaceElementType(new_type); in ReplaceType() 903 member_type = new_type; in ReplaceType() 910 type->AsPointer()->SetPointeeType(new_type); in ReplaceType() 917 func_type->SetReturnType(new_type); in ReplaceType() 923 param_type = new_type; in ReplaceType()
|
D | const_folding_rules.cpp | 203 const analysis::Type* new_type = type_mgr->GetType(inst->type_id()); in FoldCompositeWithConstants() local 228 return const_mgr->GetConstant(new_type, ids); in FoldCompositeWithConstants() 536 const analysis::Type* new_type = type_mgr->GetType(inst->type_id()); in FoldOpDotWithConstants() local 537 assert(new_type->AsFloat() && "OpDot should have a float return type."); in FoldOpDotWithConstants() 538 const analysis::Float* float_type = new_type->AsFloat(); in FoldOpDotWithConstants() 591 new_type, a_components[i], b_components[i], const_mgr); in FoldOpDotWithConstants() 593 FOLD_FPARITH_OP(+)(new_type, result_const, component, const_mgr); in FoldOpDotWithConstants()
|
D | copy_prop_arrays.cpp | 542 const analysis::Type* new_type = in CanUpdateUses() local 544 uint32_t new_type_id = type_mgr->GetTypeInstruction(new_type); in CanUpdateUses() 722 analysis::Type* new_type = type_mgr->GetType(new_type_id); in GenerateCopy() local 728 analysis::Array* new_array_type = new_type->AsArray(); in GenerateCopy() 749 analysis::Struct* new_struct_type = new_type->AsStruct(); in GenerateCopy()
|
D | type_manager.h | 199 void ReplaceType(Type* new_type, Type* original_type);
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | type_manager.cpp | 874 void TypeManager::ReplaceType(Type* new_type, Type* original_type) { in ReplaceType() argument 875 assert(original_type->kind() == new_type->kind() && in ReplaceType() 887 type->AsArray()->ReplaceElementType(new_type); in ReplaceType() 893 type->AsRuntimeArray()->ReplaceElementType(new_type); in ReplaceType() 900 member_type = new_type; in ReplaceType() 907 type->AsPointer()->SetPointeeType(new_type); in ReplaceType() 914 func_type->SetReturnType(new_type); in ReplaceType() 920 param_type = new_type; in ReplaceType()
|
D | const_folding_rules.cpp | 203 const analysis::Type* new_type = type_mgr->GetType(inst->type_id()); in FoldCompositeWithConstants() local 228 return const_mgr->GetConstant(new_type, ids); in FoldCompositeWithConstants() 536 const analysis::Type* new_type = type_mgr->GetType(inst->type_id()); in FoldOpDotWithConstants() local 537 assert(new_type->AsFloat() && "OpDot should have a float return type."); in FoldOpDotWithConstants() 538 const analysis::Float* float_type = new_type->AsFloat(); in FoldOpDotWithConstants() 591 new_type, a_components[i], b_components[i], const_mgr); in FoldOpDotWithConstants() 593 FOLD_FPARITH_OP(+)(new_type, result_const, component, const_mgr); in FoldOpDotWithConstants()
|
D | copy_prop_arrays.cpp | 542 const analysis::Type* new_type = in CanUpdateUses() local 544 uint32_t new_type_id = type_mgr->GetTypeInstruction(new_type); in CanUpdateUses() 722 analysis::Type* new_type = type_mgr->GetType(new_type_id); in GenerateCopy() local 728 analysis::Array* new_array_type = new_type->AsArray(); in GenerateCopy() 749 analysis::Struct* new_struct_type = new_type->AsStruct(); in GenerateCopy()
|
D | type_manager.h | 199 void ReplaceType(Type* new_type, Type* original_type);
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_conv.c | 912 struct lp_type new_type; in lp_build_conv() local 914 new_type = tmp_type; in lp_build_conv() 915 new_type.sign = dst_type.sign; in lp_build_conv() 916 new_type.width = dst_type.width; in lp_build_conv() 917 new_type.length = dst_type.length; in lp_build_conv() 923 lp_build_resize(gallivm, tmp_type, new_type, tmp, num_srcs, tmp, num_dsts); in lp_build_conv() 925 tmp_type = new_type; in lp_build_conv()
|
/external/v8/src/torque/ |
D | declarations.cc | 51 const char* new_type) { in CheckAlreadyDeclared() argument 54 s << "cannot redeclare " << name << " (type " << new_type << ")"; in CheckAlreadyDeclared() 232 const StructType* new_type = TypeOracle::GetStructType(module, name, fields); in DeclareStruct() local 233 DeclareType(name, new_type); in DeclareStruct()
|
D | scope.h | 49 const char* new_type);
|
D | types.h | 355 void SetType(const Type* new_type) { type_ = new_type; } in SetType() argument
|
/external/libchrome/base/metrics/ |
D | persistent_memory_allocator.h | 567 void Delete(T* obj, uint32_t new_type) { in Delete() argument 580 bool success = ChangeType(ref, new_type, kTypeIdTransitioning, false); in Delete()
|
/external/googletest/googlemock/scripts/generator/cpp/ |
D | ast.py | 1214 new_type = ctor(token.start, token.end, name, fields, 1219 return new_type 1220 name = new_type 1386 new_type = tokens 1388 new_type = self.converter.ToType(tokens)[0] 1390 new_type, self.namespace_stack)
|
/external/google-breakpad/src/testing/scripts/generator/cpp/ |
D | ast.py | 1204 new_type = ctor(token.start, token.end, name, fields, 1209 return new_type 1210 name = new_type 1373 new_type = tokens 1375 new_type = self.converter.ToType(tokens)[0] 1377 new_type, self.namespace_stack)
|
/external/python/cpython3/Lib/ |
D | typing.py | 1433 def new_type(x): function 1436 new_type.__name__ = name 1437 new_type.__supertype__ = tp 1438 return new_type
|