Searched refs:__stack_ (Results 1 – 5 of 5) sorted by relevance
289 stack<__dir_stream> __stack_; member307 __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()
6883 the form '__stack_<function_name>' for global functions, and6884 '__stack_<number>_<function_name>' for static functions.
8402 These take the form @code{__stack_<function_name>} for global8403 functions, and @code{__stack_<number>_<function_name>} for static
8767 These take the form @code{__stack_<function_name>} for global8768 functions, and @code{__stack_<number>_<function_name>} for static
7193 the form ‘__stack_<function_name>’ for global functions, and7194 ‘__stack_<number>_<function_name>’ for static functions.