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 D | regex_automaton.tcc | 198 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 D | regex_compiler.tcc | 273 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 D | regex_automaton.tcc | 198 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 D | regex_compiler.tcc | 273 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 D | parallel_backend_utils.h | 130 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 D | parallel_backend_utils.h | 130 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 D | bios_asm.S | 149 __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 D | stacktrace.h | 208 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 D | ld.info | 3417 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 D | ld.info | 3417 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");
|