Home
last modified time | relevance | path

Searched defs:__curr (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dforward_list.tcc66 _Node* __curr = static_cast<_Node*>(__pos->_M_next); in _M_erase_after() local
81 _Node* __curr = static_cast<_Node*>(__pos->_M_next); in _M_erase_after() local
293 _Node_base* __curr = &this->_M_impl._M_head; in remove() local
327 _Node_base* __curr = &this->_M_impl._M_head; in remove_if() local
H A Dforward_list.h1353 auto __curr = begin(); in _GLIBCXX_VISIBILITY() local
1383 auto __curr = begin(); in _GLIBCXX_VISIBILITY() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dforward_list.tcc66 _Node* __curr = static_cast<_Node*>(__pos->_M_next); in _M_erase_after() local
81 _Node* __curr = static_cast<_Node*>(__pos->_M_next); in _M_erase_after() local
293 _Node_base* __curr = &this->_M_impl._M_head; in remove() local
327 _Node_base* __curr = &this->_M_impl._M_head; in remove_if() local
H A Dforward_list.h1353 auto __curr = begin(); in _GLIBCXX_VISIBILITY() local
1383 auto __curr = begin(); in _GLIBCXX_VISIBILITY() local
/OK3568_Linux_fs/kernel/tools/lib/lockdep/
H A Dcommon.c20 struct task_struct *__curr(void) in __curr() function