Home
last modified time | relevance | path

Searched defs:parent_node (Results 1 – 25 of 27) sorted by relevance

12

/third_party/libabigail/include/
Dabg-viz-dot.h52 struct parent_node : public node_base struct
54 parent_node(const std::string& __id) in parent_node() argument
/third_party/rust/rust/compiler/rustc_lint/src/
Ddrop_forget_useless.rs198 let parent_node = cx.tcx.hir().find_parent(drop_expr.hir_id); in is_single_call_in_arm() localVariable
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Ddrop_forget_ref.rs148 let parent_node = get_parent_node(cx.tcx, drop_expr.hir_id); in is_single_call_in_arm() localVariable
Descape.rs80 let parent_node = cx.tcx.hir().find_by_def_id(parent_id); in check_fn() localVariable
/third_party/rust/rust/compiler/rustc_hir_analysis/src/collect/
Dgenerics_of.rs54 let parent_node = tcx.hir().get_parent(hir_id); in generics_of() localVariable
116 let parent_node = tcx.hir().get_parent(hir_id); in generics_of() localVariable
Dtype_of.rs25 let parent_node = tcx.hir().get(parent_node_id); in anon_const_type_of() localVariable
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/unit_types/
Dunit_arg.rs195 let parent_node = cx.tcx.hir().find_parent(call_expr.hir_id); in fmt_stmts_and_call() localVariable
/third_party/FreeBSD/sys/dev/usb/implementation/
Dusb_btree.c228 usbd_bt_node *parent_node; in usbd_insert_bt_node() local
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/loops/
Dsame_item_push.rs69 let parent_node = cx.tcx.hir().parent_id(hir_id); in check() localVariable
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dindex.rs25 parent_node: hir::ItemLocalId, field
97 let parent_node = self.parent_node; in with_parent() localVariable
/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dcallee.rs306 let parent_node = hir.get(parent_hir_id); in identify_bad_closure_def_and_call() localVariable
354 let parent_node = self.tcx.hir().get(hir_id); in maybe_suggest_bad_array_definition() localVariable
Dexpr.rs1390 let parent_node = self.tcx.hir().parent_iter(expr.hir_id).find(|(_, node)| { in suggest_array_len() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dmerge_imports.rs46 let parent_node = match ctx.covering_element() { in merge_imports() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/dynamic_obfuscation/
Ddynamic_obfuscation.cc678 const mindspore::AnfNodePtr &parent_node) { in CloneSubGraph()
752 const mindspore::AnfNodePtr &parent_node) { in BuildFakeGraph()
904 mindspore::AnfNodePtr parent_node = node_dict_[parent_names_.top()]; in AddSwitchNode() local
/third_party/NuttX/fs/nfs/
Dnfs_adapter.c2539 struct nfsnode *parent_node = NULL; in vfs_nfs_unlink() local
2603 struct nfsnode *parent_node = NULL; in vfs_nfs_rmdir() local
/third_party/mesa3d/src/util/blake3/
Dblake3.c410 uint8_t *parent_node = in hasher_merge_cv_stack() local
/third_party/selinux/libsepol/cil/test/unit/
Dtest_cil_copy_ast.c1449 struct cil_tree_node *parent_node; in test_cil_copy_node_helper_perm() local
2184 struct cil_tree_node *parent_node; in test_cil_copy_node_helper_senscat() local
2217 struct cil_tree_node *parent_node; in test_cil_copy_node_helper_catorder() local
2251 struct cil_tree_node *parent_node; in test_cil_copy_node_helper_dominance() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/graph/
Dscalar_op_pass.cc455 auto parent_node = tensor_to_scalar_cnode->input(kIndexOne); in RemoveTensorToScalar() local
/third_party/rust/rust/compiler/rustc_hir_analysis/src/
Dcollect.rs217 let parent_node = tcx.hir().get(parent_id); in placeholder_type_error_diag() localVariable
/third_party/mesa3d/src/compiler/nir/
Dnir_validate.c69 nir_cf_node *parent_node; member
Dnir_lower_shader_calls.c1010 nir_cf_node *parent_node, in flatten_resume_if_ladder()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-expand/src/
Dlib.rs872 let parent_node = node.file_id.call_node(db)?; in ancestors_with_macros_skip_attr_item() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/graph_compiler/
Dbackend.cc339 …tInputofBpropCut(const std::shared_ptr<GraphCompiler> &graph_compiler, const CNodePtr &parent_node, in GetInputofBpropCut()
/third_party/rust/rust/compiler/rustc_hir_typeck/src/method/
Dsuggest.rs1657 let parent_node = in suggest_constraining_numerical_ty() localVariable
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/error_reporting/
Dsuggestions.rs2799 let parent_node = self.tcx.hir().parent_id(hir_id); in note_obligation_cause_code() localVariable

12