Searched refs:node_ptr (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/usr.bin/dtc/ |
| H A D | fdt.hh | 74 typedef std::shared_ptr<node> node_ptr; typedef 496 std::vector<node_ptr> children; 553 static inline bool cmp_children(node_ptr &c1, node_ptr &c2); 659 inline void add_child(node_ptr &&n) in add_child() 674 void merge_node(node_ptr &other); 759 node_ptr root; 875 void collect_names_recursive(node_ptr parent, node_ptr n, node_path &path); 936 node_ptr referenced_node(property_value &v); 966 node_ptr create_fragment_wrapper(node_ptr &node, int &fragnum); 974 node_ptr generate_root(node_ptr &node, int &fragnum); [all …]
|
| H A D | checking.hh | 68 bool visit_node(device_tree *tree, const node_ptr &n); 89 virtual bool check_node(device_tree *, const node_ptr &) in check_node() argument 97 virtual bool check_property(device_tree *, const node_ptr &, property_ptr ) in check_property() argument 127 virtual bool check_property(device_tree *tree, const node_ptr &n, property_ptr p); 137 virtual bool check(device_tree *tree, const node_ptr &n, property_ptr p) = 0; 152 virtual bool check(device_tree *tree, const node_ptr &n, property_ptr p) = 0; 163 virtual bool check(device_tree *, const node_ptr &, property_ptr p) in check() 178 virtual bool check(device_tree *, const node_ptr &, property_ptr p) in check() 193 virtual bool check(device_tree *, const node_ptr &, property_ptr p) in check() 216 virtual bool check(device_tree *tree, const node_ptr &, property_ptr p) in check() [all …]
|
| H A D | fdt.cc | 1018 node::cmp_children(node_ptr &c1, node_ptr &c2) in cmp_children() 1038 node_ptr 1078 node_ptr 1110 [&](const node_ptr &p) { in merge_node() 1238 device_tree::collect_names_recursive(node_ptr parent, node_ptr n, node_path &path) in collect_names_recursive() 1425 node_ptr target; in resolve_cross_references() 1446 node_ptr next; in resolve_cross_references() 1651 node_ptr n; in parse_file() 1798 node_ptr 1932 node_ptr [all …]
|
| H A D | checking.cc | 50 virtual bool check_node(device_tree *, const node_ptr &n) in check_node() 78 virtual bool check_node(device_tree *, const node_ptr &n) in check_node() 117 checker::visit_node(device_tree *tree, const node_ptr &n) in visit_node() 164 property_checker::check_property(device_tree *tree, const node_ptr &n, property_ptr p) in check_property() 178 property_size_checker::check(device_tree *, const node_ptr &, property_ptr p) in check() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAMDGPU.td | 2560 // uint4 llvm.amdgcn.image.bvh.intersect.ray <node_ptr>, <ray_extent>, <ray_origin>, 2562 // <node_ptr> is i32 or i64.
|