Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/dtc/
H A Dfdt.hh67 typedef std::unique_ptr<node> node_ptr; typedef
489 std::vector<node_ptr> children;
546 static inline bool cmp_children(node_ptr &c1, node_ptr &c2);
618 static node_ptr parse(text_input_buffer &input,
652 inline void add_child(node_ptr &&n) in add_child()
667 void merge_node(node_ptr &other);
752 node_ptr root;
902 std::vector<node_ptr> &roots,
951 node_ptr create_fragment_wrapper(node_ptr &node, int &fragnum);
959 node_ptr generate_root(node_ptr &node, int &fragnum);
[all …]
H A Dchecking.hh70 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 Dfdt.cc847 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()
1599 node_ptr n; in parse_file()
1844 node_ptr
1883 node_ptr
[all …]
H A Dchecking.cc52 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