Home
last modified time | relevance | path

Searched refs:__stack_ (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Ddirectory_iterator.cpp289 stack<__dir_stream> __stack_; member
307 __imp_->__stack_.push(move(new_s)); in recursive_directory_iterator()
314 __imp_->__stack_.pop(); in __pop()
315 if (__imp_->__stack_.size() == 0) in __pop()
326 return __imp_->__stack_.size() - 1; in depth()
330 return __imp_->__stack_.top().__entry_; in __dereference()
350 auto& stack = __imp_->__stack_; in __advance()
374 auto& curr_it = __imp_->__stack_.top(); in __try_recursion()
395 __imp_->__stack_.push(move(new_it)); in __try_recursion()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dld.info6883 the form '__stack_<function_name>' for global functions, and
6884 '__stack_<number>_<function_name>' for static functions.
H A Dld.texi8402 These take the form @code{__stack_<function_name>} for global
8403 functions, and @code{__stack_<number>_<function_name>} for static
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dld.texi8767 These take the form @code{__stack_<function_name>} for global
8768 functions, and @code{__stack_<number>_<function_name>} for static
H A Dld.info7193 the form ‘__stack_<function_name>’ for global functions, and
7194__stack_<number>_<function_name>’ for static functions.