Searched refs:node_ptr (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.bin/dtc/
H A Dchecking.hh70 bool visit_node(device_tree *tree, const node_ptr &n);
91 virtual bool check_node(device_tree *, const node_ptr &)
99 virtual bool check_property(device_tree *, const node_ptr &, property_ptr )
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)
180 virtual bool check(device_tree *, const node_ptr &, property_ptr p)
195 virtual bool check(device_tree *, const node_ptr &, property_ptr p)
218 virtual bool check(device_tree *tree, const node_ptr
[all...]
H A Dfdt.hh76 typedef std::unique_ptr<node> node_ptr; typedef in namespace:dtc::fdt
448 typedef std::vector<node_ptr>::iterator child_iterator;
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,
640 static node_ptr parse_dtb(input_buffer &structs, input_buffer &strings);
644 static node_ptr create_special_node(const std::string &name,
661 inline void add_child(node_ptr &&n)
668 inline void delete_children_if(bool (*predicate)(node_ptr
[all...]
H A Dchecking.cc52 virtual bool check_node(device_tree *, const node_ptr &n)
80 virtual bool check_node(device_tree *, const node_ptr &n)
119 checker::visit_node(device_tree *tree, const node_ptr &n)
166 property_checker::check_property(device_tree *tree, const node_ptr &n, property_ptr p)
180 property_size_checker::check(device_tree *, const node_ptr &, property_ptr p)
H A Dfdt.cc795 node_ptr child = node::parse_dtb(structs, strings);
844 node_ptr node::create_special_node(const string &name,
847 node_ptr n(new node(name, props));
959 node_ptr child = node::parse(input, tree, std::move(child_name),
993 node::cmp_children(node_ptr &c1, node_ptr &c2)
1013 node_ptr
1021 node_ptr n(new node(input,
1034 node_ptr
1037 node_ptr
[all...]

Completed in 146 milliseconds