Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.bin/dtc/
HDfdt.hh74 typedef std::unique_ptr<node> node_ptr; typedef
446 typedef std::vector<node_ptr>::iterator child_iterator;
496 std::vector<node_ptr> children;
553 static inline bool cmp_children(node_ptr &c1, node_ptr &c2);
625 static node_ptr parse(text_input_buffer &input,
638 static node_ptr parse_dtb(input_buffer &structs, input_buffer &strings);
642 static node_ptr create_special_node(const std::string &name,
659 inline void add_child(node_ptr &&n) in add_child()
666 inline void delete_children_if(bool (*predicate)(node_ptr &)) in delete_children_if() argument
674 void merge_node(node_ptr &other);
[all …]
HDchecking.hh68 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 …]
HDchecking.cc50 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
HDfdt.cc794 node_ptr child = node::parse_dtb(structs, strings); in node()
843 node_ptr node::create_special_node(const string &name, in create_special_node()
846 node_ptr n(new node(name, props)); in create_special_node()
958 node_ptr child = node::parse(input, tree, std::move(child_name), in node()
992 node::cmp_children(node_ptr &c1, node_ptr &c2) in cmp_children()
1012 node_ptr
1020 node_ptr n(new node(input, in parse()
1033 node_ptr
1036 node_ptr n(new node(structs, strings)); in parse_dtb()
1058 node::merge_node(node_ptr &other) in merge_node()
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsicsAMDGPU.td2427 // uint4 llvm.amdgcn.image.bvh.intersect.ray <node_ptr>, <ray_extent>, <ray_origin>,
2429 // <node_ptr> is i32 or i64.