Searched defs:_M_create_node (Results 1 - 9 of 9) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dforward_list.h346 _M_create_node(_Args&&... __args) function in struct:_Fwd_list_base
H A Dstl_list.h482 _M_create_node(const value_type& __x) function in class:list
500 _M_create_node(_Args&&... __args)
1553 _Node* __tmp = _M_create_node(__x);
1561 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...);
H A Dstl_tree.h378 _M_create_node(const value_type& __x) function in class:_Rb_tree
401 _M_create_node(_Args&&... __args) function in class:_Rb_tree
429 _Link_type __tmp = _M_create_node(__x->_M_value_field);
1023 _Link_type __z = _M_create_node(_GLIBCXX_FORWARD(_Arg, __v));
1048 _Link_type __z = _M_create_node(_GLIBCXX_FORWARD(_Arg, __v));
1622 _Link_type __z = _M_create_node(std::forward<_Args>(__args)...);
1648 _Link_type __z = _M_create_node(std::forward<_Args>(__args)...);
1669 _Link_type __z = _M_create_node(std::forward<_Args>(__args)...);
1695 _Link_type __z = _M_create_node(std::forward<_Args>(__args)...);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dforward_list.h346 _M_create_node(_Args&&... __args) function in struct:_Fwd_list_base
H A Dstl_list.h482 _M_create_node(const value_type& __x) function in class:list
500 _M_create_node(_Args&&... __args)
1553 _Node* __tmp = _M_create_node(__x);
1561 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...);
H A Dstl_tree.h378 _M_create_node(const value_type& __x) function in class:_Rb_tree
401 _M_create_node(_Args&&... __args) function in class:_Rb_tree
429 _Link_type __tmp = _M_create_node(__x->_M_value_field);
1023 _Link_type __z = _M_create_node(_GLIBCXX_FORWARD(_Arg, __v));
1048 _Link_type __z = _M_create_node(_GLIBCXX_FORWARD(_Arg, __v));
1622 _Link_type __z = _M_create_node(std::forward<_Args>(__args)...);
1648 _Link_type __z = _M_create_node(std::forward<_Args>(__args)...);
1669 _Link_type __z = _M_create_node(std::forward<_Args>(__args)...);
1695 _Link_type __z = _M_create_node(std::forward<_Args>(__args)...);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dforward_list.h346 _M_create_node(_Args&&... __args) function in struct:_Fwd_list_base
H A Dstl_list.h482 _M_create_node(const value_type& __x) function in class:list
500 _M_create_node(_Args&&... __args)
1553 _Node* __tmp = _M_create_node(__x);
1561 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...);
H A Dstl_tree.h378 _M_create_node(const value_type& __x) function in class:_Rb_tree
401 _M_create_node(_Args&&... __args) function in class:_Rb_tree
429 _Link_type __tmp = _M_create_node(__x->_M_value_field);
1023 _Link_type __z = _M_create_node(_GLIBCXX_FORWARD(_Arg, __v));
1048 _Link_type __z = _M_create_node(_GLIBCXX_FORWARD(_Arg, __v));
1622 _Link_type __z = _M_create_node(std::forward<_Args>(__args)...);
1648 _Link_type __z = _M_create_node(std::forward<_Args>(__args)...);
1669 _Link_type __z = _M_create_node(std::forward<_Args>(__args)...);
1695 _Link_type __z = _M_create_node(std::forward<_Args>(__args)...);

Completed in 252 milliseconds