Home
last modified time | relevance | path

Searched refs:cur_type (Results 1 – 17 of 17) sorted by relevance

/third_party/gn/src/gn/
Drust_tool.cc90 for (const auto& cur_type : list.required_types()) { in ReadOutputsPatternList() local
91 if (!IsValidRustSubstitution(cur_type)) { in ReadOutputsPatternList()
93 "You used the pattern " + std::string(cur_type->name) + in ReadOutputsPatternList()
Dc_tool.cc170 for (const auto& cur_type : list.required_types()) { in ReadOutputsPatternList() local
171 if (!ValidateOutputSubstitution(cur_type)) { in ReadOutputsPatternList()
173 "You used the pattern " + std::string(cur_type->name) + in ReadOutputsPatternList()
Dtool.cc78 for (const auto& cur_type : list) { in ValidateSubstitutionList() local
79 if (!ValidateSubstitution(cur_type)) { in ValidateSubstitutionList()
81 "You used the pattern " + std::string(cur_type->name) + in ValidateSubstitutionList()
/third_party/vulkan-loader/scripts/
Dloader_extension_generator.py755 cur_type = ''
760 cur_type = 'device'
772 cur_type = 'device'
786 cur_type = 'instance'
795 cur_type = 'instance'
805 …if ((cur_type == 'instance' and is_inst_handle_type) or (cur_type == 'device' and not is_inst_hand…
854 cur_type = ''
859 cur_type = 'device'
867 cur_type = 'instance'
888 …if ((cur_type == 'instance' and is_inst_handle_type) or (cur_type == 'device' and not is_inst_hand…
/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs394 let ty = arg_ty.unwrap_or_else(|| cursor.cur_type()); in args_from_ty_and_cursor()
457 Item::from_ty_or_ref(c.cur_type(), c, None, ctx); in from_ty()
523 &parent.cur_type(), in from_ty()
562 if let Some(ty) = cursor.cur_type().canonical_type().pointee_type() { in from_ty()
666 debug!("Function::parse({:?}, {:?})", cursor, cursor.cur_type()); in parse()
708 let sig = Item::from_ty(&cursor.cur_type(), cursor, None, context)?; in parse()
Dobjc.rs182 FunctionSig::from_ty(&c.cur_type(), &c, ctx) in from_ty()
195 let item = Item::from_ty_or_ref(c.cur_type(), c, None, ctx); in from_ty()
Ditem.rs1404 applicable_cursor.cur_type(), in parse()
1419 &applicable_cursor.cur_type(), in parse()
1590 location.cur_type().kind() == clang_sys::CXType_Unexposed in from_ty_with_id()
1593 location.cur_type().is_associated_type() in from_ty_with_id()
1748 let ty = location.cur_type(); in type_param()
1853 let child_ty = child.cur_type(); in type_param()
Dcomp.rs1311 if child.cur_type() == clang_ty { in from_ty()
1341 cur.cur_type(), in from_ty()
1427 let ty = cur.cur_type(); in from_ty()
1461 Item::from_ty_or_ref(cur.cur_type(), cur, None, ctx); in from_ty()
Dtemplate.rs283 Item::from_ty_or_ref(definition.cur_type(), definition, None, ctx); in from_ty()
Dty.rs909 let current = cur.cur_type(); in from_clang_ty()
960 let referenced_ty = referenced.cur_type(); in from_clang_ty()
980 let referenced_ty = referenced.cur_type(); in from_clang_ty()
Dcontext.rs1517 .cur_type() in get_declaration_info_for_template_instantiation()
1659 child.cur_type(), in instantiate_template()
1683 child.cur_type(), in instantiate_template()
1720 .cur_type() in instantiate_template()
1855 *ty != decl.cursor().cur_type() in builtin_or_resolved_ty()
Dvar.rs294 let ty = cursor.cur_type(); in parse()
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs199 self.cur_type() in num_template_args()
409 pub fn cur_type(&self) -> Type { in cur_type() method
2073 let ty = c.cur_type(); in ast_dump()
2118 c.cur_type().canonical_type().kind() == CXType_Unexposed in new()
/third_party/ffmpeg/libavcodec/
Daacenc.h409 enum RawDataBlockType cur_type; ///< channel group type cur_channel belongs to member
Daaccoder_twoloop.h145 if (s->options.mid_side && s->cur_type == TYPE_CPE) in search_for_quantizers_twoloop()
Daacenc.c725 s->cur_type = tag; in aac_encode_frame()
/third_party/mindspore/patches/
D0005-micro-for-ohos.patch11528 - << " int cur_type = micro_tensor->type;\n"
11530 - ofs << " if (cur_type == expect_type) {\n"
11533 + << " int cur_type = cur_out_types[i];\n";
11534 + ofs << " if (expect_type == cur_type) {\n"
11548 - " if (expect_type == kMSDataTypeNumberTypeFloat16 && cur_type == kMSDataTypeNumberType…
11550 - " } else if (expect_type == kMSDataTypeNumberTypeFloat32 && cur_type == kMSDataTypeNum…
11555 + " if (expect_type == OH_AI_DATATYPE_NUMBERTYPE_FLOAT16 && cur_type == OH_AI_DATATYPE_NUM…
11557 + " } else if (expect_type == OH_AI_DATATYPE_NUMBERTYPE_FLOAT32 && cur_type == "
12603 int cur_type = micro_tensor->type;
12604 if (cur_type == expect_type) {
[all …]