Home
last modified time | relevance | path

Searched refs:__stack (Results 1 – 10 of 10) sorted by relevance

/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 Dregex_automaton.tcc198 std::stack<_StateIdT> __stack; in _M_clone() local
199 __stack.push(_M_start); in _M_clone()
200 while (!__stack.empty()) in _M_clone()
202 auto __u = __stack.top(); in _M_clone()
203 __stack.pop(); in _M_clone()
211 __stack.push(__dup._M_alt); in _M_clone()
216 __stack.push(__dup._M_next); in _M_clone()
H A Dregex_compiler.tcc273 std::stack<_StateIdT> __stack; in _M_quantifier() local
279 __stack.push(__alt); in _M_quantifier()
283 while (!__stack.empty()) in _M_quantifier()
285 auto& __tmp = (*_M_nfa)[__stack.top()]; in _M_quantifier()
286 __stack.pop(); in _M_quantifier()
/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 Dregex_automaton.tcc198 std::stack<_StateIdT> __stack; in _M_clone() local
199 __stack.push(_M_start); in _M_clone()
200 while (!__stack.empty()) in _M_clone()
202 auto __u = __stack.top(); in _M_clone()
203 __stack.pop(); in _M_clone()
211 __stack.push(__dup._M_alt); in _M_clone()
216 __stack.push(__dup._M_next); in _M_clone()
H A Dregex_compiler.tcc273 std::stack<_StateIdT> __stack; in _M_quantifier() local
279 __stack.push(__alt); in _M_quantifier()
283 while (!__stack.empty()) in _M_quantifier()
285 auto& __tmp = (*_M_nfa)[__stack.top()]; in _M_quantifier()
286 __stack.pop(); in _M_quantifier()
/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/pstl/
H A Dparallel_backend_utils.h130 class __stack
139 __stack(const __stack&) = delete;
141 operator=(const __stack&) = delete;
144__stack(_DifferenceType __max_size) : _M_buf(__max_size), _M_maxsize(__max_size) { _M_ptr = _M_buf… in __stack() function
146 ~__stack() in ~__stack()
/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/pstl/
H A Dparallel_backend_utils.h130 class __stack
139 __stack(const __stack&) = delete;
141 operator=(const __stack&) = delete;
144__stack(_DifferenceType __max_size) : _M_buf(__max_size), _M_maxsize(__max_size) { _M_ptr = _M_buf… in __stack() function
146 ~__stack() in ~__stack()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dbios_asm.S149 __stack = PTR_TO_REAL_MODE(.) define
172 movl %esp, __stack
199 movl __stack, %esp
209 movl %esp, __stack
230 movl __stack, %esp
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dstacktrace.h208 unsigned long __stack = stack; \
221 : [_stack] "R" (__stack), \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dld.info3417 PROVIDE (__stack = .);
3419 ASSERT ((__stack > (_end + __stack_size)), "Error: No room left for the stack");
3429 PROVIDE (__stack = .);
3430 ASSERT ((__stack > (_end + __stack_size)), "Error: No room left for the stack");
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dld.info3417 PROVIDE (__stack = .);
3419 ASSERT ((__stack > (_end + __stack_size)), "Error: No room left for the stack");
3429 PROVIDE (__stack = .);
3430 ASSERT ((__stack > (_end + __stack_size)), "Error: No room left for the stack");