Searched refs:node_ptr (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/usr.bin/dtc/ |
| H A D | fdt.hh | 76 typedef std::unique_ptr<node> node_ptr; typedef 498 std::vector<node_ptr> children; 555 static inline bool cmp_children(node_ptr &c1, node_ptr &c2); 627 static node_ptr parse(text_input_buffer &input, 661 inline void add_child(node_ptr &&n) in add_child() 676 void merge_node(node_ptr &other); 761 node_ptr root; 911 std::vector<node_ptr> &roots, 960 node_ptr create_fragment_wrapper(node_ptr &node, int &fragnum); 968 node_ptr generate_root(node_ptr &node, int &fragnum); [all …]
|
| H A D | checking.hh | 70 bool visit_node(device_tree *tree, const node_ptr &n); 91 virtual bool check_node(device_tree *, const node_ptr &) in check_node() argument 99 virtual bool check_property(device_tree *, const node_ptr &, property_ptr ) in check_property() argument 129 virtual bool check_property(device_tree *tree, const node_ptr &n, property_ptr p); 139 virtual bool check(device_tree *tree, const node_ptr &n, property_ptr p) = 0; 154 virtual bool check(device_tree *tree, const node_ptr &n, property_ptr p) = 0; 165 virtual bool check(device_tree *, const node_ptr &, property_ptr p) in check() 180 virtual bool check(device_tree *, const node_ptr &, property_ptr p) in check() 195 virtual bool check(device_tree *, const node_ptr &, property_ptr p) in check() 218 virtual bool check(device_tree *tree, const node_ptr &, property_ptr p) in check() [all …]
|
| H A D | checking.cc | 52 virtual bool check_node(device_tree *, const node_ptr &n) in check_node() 80 virtual bool check_node(device_tree *, const node_ptr &n) in check_node() 119 checker::visit_node(device_tree *tree, const node_ptr &n) in visit_node() 166 property_checker::check_property(device_tree *tree, const node_ptr &n, property_ptr p) in check_property() 180 property_size_checker::check(device_tree *, const node_ptr &, property_ptr p) in check() argument
|
| H A D | fdt.cc | 847 node_ptr n(new node(name, props)); in create_special_node() 993 node::cmp_children(node_ptr &c1, node_ptr &c2) in cmp_children() 1013 node_ptr 1021 node_ptr n(new node(input, in parse() 1034 node_ptr 1059 node::merge_node(node_ptr &other) in merge_node() 1066 [&](const node_ptr &p) { in merge_node() 1602 node_ptr n; in parse_file() 1852 node_ptr 1891 node_ptr [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAMDGPU.td | 1766 // uint4 llvm.amdgcn.image.bvh.intersect.ray <node_ptr>, <ray_extent>, <ray_origin>,
|