Home
last modified time | relevance | path

Searched defs: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() argument
1050 struct constructable_node : public node in parse() struct
1052 constructable_node(text_input_buffer &input, in parse() function