Home
last modified time | relevance | path

Searched defs:do_unshift (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dcodecvt.cc71 do_unshift(state_type&, extern_type* __to, in do_unshift() function in std::codecvt
136 do_unshift(state_type&, extern_type* __to, in do_unshift() function in std::codecvt
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dcodecvt.cc71 do_unshift(state_type&, extern_type* __to, in do_unshift() function in std::codecvt
136 do_unshift(state_type&, extern_type* __to, in do_unshift() function in std::codecvt
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dcodecvt.cc756 do_unshift(state_type&, extern_type* __to, extern_type*, in do_unshift() function in std::codecvt
832 do_unshift(state_type&, extern_type* __to, extern_type*, in do_unshift() function in std::codecvt
901 do_unshift(state_type&, extern_type* __to, extern_type*, in do_unshift() function in std::__codecvt_utf8_base
977 do_unshift(state_type&, extern_type* __to, extern_type*, in do_unshift() function in std::__codecvt_utf8_base
1069 do_unshift(state_type&, extern_type* __to, extern_type*, in do_unshift() function in std::__codecvt_utf8_base
1168 do_unshift(state_type&, extern_type* __to, extern_type*, in do_unshift() function in std::__codecvt_utf16_base
1243 do_unshift(state_type&, extern_type* __to, extern_type*, in do_unshift() function in std::__codecvt_utf16_base
1332 do_unshift(state_type&, extern_type* __to, extern_type*, in do_unshift() function in std::__codecvt_utf16_base
1427 do_unshift(state_type&, extern_type* __to, extern_type*, in do_unshift() function in std::__codecvt_utf8_utf16_base
1503 do_unshift(state_type&, extern_type* __to, extern_type*, in do_unshift() function in std::__codecvt_utf8_utf16_base
[all …]
/dragonfly/contrib/cvs-1.12/src/
H A Dstack.c90 do_unshift (List *stack, void *elem, int isstring) in do_unshift() function