Home
last modified time | relevance | path

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

/freebsd/usr.bin/dtc/
H A Dfdt.cc868 struct constructable_node : public node in create_special_node() struct
870 constructable_node(const string &n, const std::vector<property_ptr> &p) : node(n, p) {} in create_special_node() function
872 node_ptr n{std::make_shared<constructable_node>(name, props)}; in create_special_node()
1050 struct constructable_node : public node in parse() struct
1052 constructable_node(text_input_buffer &input, in parse() function
1065 node_ptr n{std::make_shared<constructable_node>(input, in parse()