Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/src/
Dcil_parser.c76 static void create_node(struct cil_tree_node **node, struct cil_tree_node *current, uint32_t line, … in create_node() function
139 create_node(&node, *current, tok.line, *hll_offset, NULL); in add_hll_linemark()
143 create_node(&node, *current, tok.line, *hll_offset, CIL_KEY_SRC_INFO); in add_hll_linemark()
146 create_node(&node, *current, tok.line, *hll_offset, hll_type); in add_hll_linemark()
155 create_node(&node, *current, tok.line, *hll_offset, cil_strpool_add(tok.value)); in add_hll_linemark()
169 create_node(&node, *current, tok.line, *hll_offset, cil_strpool_add(tok.value)); in add_hll_linemark()
197 create_node(&node, *current, 0, 0, NULL); in add_cil_path()
201 create_node(&node, *current, 0, 0, CIL_KEY_SRC_INFO); in add_cil_path()
204 create_node(&node, *current, 0, 0, CIL_KEY_SRC_CIL); in add_cil_path()
207 create_node(&node, *current, 0, 0, cil_strpool_add("1")); in add_cil_path()
[all …]
/third_party/boost/boost/geometry/index/detail/rtree/node/
Dconcept.hpp64 struct create_node struct
69 (create_node));
Dvariant_dynamic.hpp231 struct create_node< struct
247 struct create_node< struct
Dweak_dynamic.hpp257 struct create_node< struct
273 struct create_node< struct
/third_party/curl/tests/unit/
Dunit1305.c100 static CURLcode create_node(void) in create_node() function
125 CURLcode rc = create_node();
/third_party/boost/boost/container/detail/
Dtree.hpp416 return m_holder.create_node(other.get_real_data()); in operator ()()
979 NodePtr tmp = AllocHolder::create_node(boost::forward<MovableConvertible>(v)); in insert_unique_commit()
1004 …NodePtr tmp = AllocHolder::create_node(boost::forward<KeyConvertible>(key), boost::forward<M>(obj)… in priv_insert_or_assign_commit()
1023 NodePtr tmp(AllocHolder::create_node(boost::forward<MovableConvertible>(v))); in push_back_impl()
1065 { return this->emplace_unique_impl(AllocHolder::create_node(boost::forward<Args>(args)...)); } in emplace_unique()
1069 …{ return this->emplace_unique_hint_impl(hint, AllocHolder::create_node(boost::forward<Args>(args)… in emplace_hint_unique()
1074 NodePtr tmp(AllocHolder::create_node(boost::forward<Args>(args)...)); in emplace_equal()
1085 NodePtr tmp(AllocHolder::create_node(boost::forward<Args>(args)...)); in emplace_hint_equal()
1103 …(*AllocHolder::create_node(try_emplace_t(), boost::forward<KeyType>(key), boost::forward<Args>(arg… in try_emplace()
1113 { return this->emplace_unique_impl(AllocHolder::create_node(BOOST_MOVE_FWD##N)); }\
[all …]
Dnode_alloc_holder.hpp227 NodePtr create_node(Args &&...args) in create_node() function
249 NodePtr create_node(BOOST_MOVE_UREF##N)\
425 { return m_holder.create_node(other.get_real_data()); } in operator ()()
438 return m_holder.create_node(::boost::move(other.get_real_data())); in operator ()()
/third_party/boost/boost/geometry/index/detail/rtree/visitors/
Dcopy.hpp45 …node_pointer raw_new_node = rtree::create_node<allocators_type, internal_node>::apply(m_allocators… in operator ()()
72 …node_pointer raw_new_node = rtree::create_node<allocators_type, leaf>::apply(m_allocators); … in operator ()()
Dinsert.hpp167 …node_pointer n2_ptr = rtree::create_node<allocators_type, Node>::apply(allocators); … in apply()
449 …subtree_destroyer new_root(rtree::create_node<allocators_type, internal_node>::apply(m_allocators)… in split()
/third_party/gstreamer/gstreamer/tests/benchmarks/
Dcapsnego.c65 create_node (GstBin * bin, GstElement * sink, const gchar * sinkpadname, in create_node() function
112 if (!create_node (bin, sink, sink_pads[flavour][ELEM_MIX], &new_sink, in create_nodes()
243 if (!create_node (bin, sink, "sink", &new_sink, children, flavour)) { in main()
/third_party/boost/boost/spirit/home/classic/tree/
Dcommon.hpp399 static node_t create_node(iterator_t const& first, iterator_t const& last, in create_node() function in boost::spirit::node_iter_data_factory::factory
435 static node_t create_node(iterator_t const& first, iterator_t const& last, in create_node() function in boost::spirit::node_val_data_factory::factory
482 static node_t create_node(iterator_t const& first, iterator_t const& last, in create_node() function in boost::spirit::node_all_val_data_factory::factory
720 tree_policy_t::create_node(length, first, last, true)); in create_match()
793 create_node(std::size_t /*length*/, Iterator1T const& first, in create_node() function
796 return factory_t::create_node(first, last, leaf_node); in create_node()
903 factory_t::create_node(from, scanner.first, true)); in parse()
Dparse_tree.hpp98 factory_t::create_node(first, last, false)); in group_match()
Dast.hpp174 factory_t::create_node(first, last, false)); in group_match()
/third_party/boost/libs/geometry/index/test/rtree/exceptions/
Dtest_throwing_node.hpp281 struct create_node< struct
300 struct create_node< struct
/third_party/boost/boost/container/
Dlist.hpp786 NodePtr pnode(AllocHolder::create_node(boost::forward<Args>(args)...)); in emplace()
805 NodePtr pnode (AllocHolder::create_node(BOOST_MOVE_FWD##N));\
1457 NodePtr tmp = AllocHolder::create_node(x); in priv_insert()
1464 NodePtr tmp = AllocHolder::create_node(boost::move(x)); in priv_insert()
Dslist.hpp779 NodePtr pnode(AllocHolder::create_node(boost::forward<Args>(args)...)); in emplace_after()
793 NodePtr pnode (AllocHolder::create_node(BOOST_MOVE_FWD##N));\
1642 …{ return iterator(this->icont().insert_after(prev_p.get(), *this->create_node(::boost::forward<U>… in priv_insert_after()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ssa_builder.cpp41 nn = sh.create_node(NT_OP, NST_PHI); in create_phi_nodes()
176 psi = sh.create_node(NT_OP, NST_PSI); in visit()
Dsb_shader.h355 node* create_node(node_type nt, node_subtype nst,
Dsb_shader.cpp257 node* shader::create_node(node_type nt, node_subtype nst, node_flags flags) { in create_node() function in r600_sb::shader
/third_party/boost/boost/unordered/detail/
Dimplementation.hpp1950 void create_node();
1982 template <typename Alloc> void node_constructor<Alloc>::create_node() in create_node() function in boost::unordered::detail::node_constructor
2039 a.create_node(); in construct_node_from_args()
2051 a.create_node(); in construct_node()
2066 a.create_node(); in construct_node_pair()
2081 a.create_node(); in construct_node_pair()
2096 a.create_node(); in construct_node_pair_from_args()
2124 a.create_node(); in construct_node_pair()
2150 a.create_node(); in construct_node_pair()
2178 a.create_node(); in construct_node_pair_from_args()
[all …]
/third_party/boost/boost/geometry/index/detail/rtree/
Dpack_create.hpp305 …node_pointer n = rtree::create_node<allocators_type, leaf>::apply(allocators); … in per_level()
353 …node_pointer n = rtree::create_node<allocators_type, internal_node>::apply(allocators); … in per_level()
/third_party/boost/boost/geometry/index/detail/
Dserialization.hpp399 …node_pointer n = rtree::create_node<Allocators, internal_node>::apply(allocators); //… in raw_apply()
422 …node_pointer n = rtree::create_node<Allocators, leaf>::apply(allocators); //… in raw_apply()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dmemory_check.c164 static struct node *create_node(int tid, void *ptr, size_t size) in create_node() function
193 node = create_node(tid, ptr, size); in insert_node()
/third_party/boost/libs/interprocess/proj/
Dto-do.txt120 -> map::node_ptr p = m.create_node(my_special_cheap_key_value, mv1, mv2);