| /third_party/boost/boost/coroutine/detail/ |
| D | symmetric_coroutine_object.hpp | 47 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_() local 57 StackAllocator const& stack_alloc) BOOST_NOEXCEPT : in symmetric_coroutine_object() 68 StackAllocator const& stack_alloc) BOOST_NOEXCEPT : in symmetric_coroutine_object() 123 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_() local 133 StackAllocator const& stack_alloc) BOOST_NOEXCEPT : in symmetric_coroutine_object() 144 StackAllocator const& stack_alloc) BOOST_NOEXCEPT : in symmetric_coroutine_object() 199 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_() local 209 StackAllocator const& stack_alloc) BOOST_NOEXCEPT : in symmetric_coroutine_object() 220 StackAllocator const& stack_alloc) BOOST_NOEXCEPT : in symmetric_coroutine_object()
|
| D | symmetric_coroutine_call.hpp | 61 stack_allocator stack_alloc = stack_allocator() ) : in symmetric_coroutine_call() 85 StackAllocator stack_alloc) : in symmetric_coroutine_call() 109 stack_allocator stack_alloc = stack_allocator() ) : in symmetric_coroutine_call() 133 StackAllocator stack_alloc) : in symmetric_coroutine_call() 157 stack_allocator stack_alloc = stack_allocator() ) : in symmetric_coroutine_call() 181 StackAllocator stack_alloc) : in symmetric_coroutine_call() 205 stack_allocator stack_alloc = stack_allocator() ) : in symmetric_coroutine_call() 229 StackAllocator stack_alloc) : in symmetric_coroutine_call() 317 stack_allocator stack_alloc = stack_allocator() ) : in symmetric_coroutine_call() 341 StackAllocator stack_alloc) : in symmetric_coroutine_call() [all …]
|
| D | pull_coroutine_object.hpp | 68 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_() local 78 StackAllocator const& stack_alloc) BOOST_NOEXCEPT : in pull_coroutine_object() 91 StackAllocator const& stack_alloc) BOOST_NOEXCEPT : in pull_coroutine_object() 155 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_() local 165 StackAllocator const& stack_alloc) BOOST_NOEXCEPT : in pull_coroutine_object() 178 StackAllocator const& stack_alloc) BOOST_NOEXCEPT : in pull_coroutine_object() 242 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_() local 252 StackAllocator const& stack_alloc) BOOST_NOEXCEPT : in pull_coroutine_object() 265 StackAllocator const& stack_alloc) BOOST_NOEXCEPT : in pull_coroutine_object()
|
| D | push_coroutine_object.hpp | 80 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_() local 90 StackAllocator const& stack_alloc) BOOST_NOEXCEPT : in push_coroutine_object() 103 StackAllocator const& stack_alloc) BOOST_NOEXCEPT : in push_coroutine_object() 167 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_() local 177 StackAllocator const& stack_alloc) BOOST_NOEXCEPT : in push_coroutine_object() 190 StackAllocator const& stack_alloc) BOOST_NOEXCEPT : in push_coroutine_object() 254 StackAllocator stack_alloc( obj->stack_alloc_); in deallocate_() local 264 StackAllocator const& stack_alloc) BOOST_NOEXCEPT : in push_coroutine_object() 277 StackAllocator const& stack_alloc) BOOST_NOEXCEPT : in push_coroutine_object()
|
| /third_party/boost/boost/coroutine/ |
| D | asymmetric_coroutine.hpp | 478 stack_allocator stack_alloc; in pull_coroutine() local 501 StackAllocator stack_alloc) : in pull_coroutine() 532 stack_allocator stack_alloc; in pull_coroutine() local 555 StackAllocator stack_alloc) : in pull_coroutine() 586 stack_allocator stack_alloc; in pull_coroutine() local 609 StackAllocator stack_alloc) : in pull_coroutine() 640 stack_allocator stack_alloc; in pull_coroutine() local 663 StackAllocator stack_alloc) : in pull_coroutine() 950 stack_allocator stack_alloc; in pull_coroutine() local 973 StackAllocator stack_alloc) : in pull_coroutine() [all …]
|
| /third_party/boost/libs/coroutine2/performance/segmented/ |
| D | performance_switch.cpp | 47 boost::coroutines2::segmented_stack stack_alloc; in measure_time_void() local 64 boost::coroutines2::segmented_stack stack_alloc; in measure_time_int() local 81 boost::coroutines2::segmented_stack stack_alloc; in measure_time_x() local 99 boost::coroutines2::segmented_stack stack_alloc; in measure_cycles_void() local 116 boost::coroutines2::segmented_stack stack_alloc; in measure_cycles_int() local 133 boost::coroutines2::segmented_stack stack_alloc; in measure_cycles_x() local
|
| D | performance_create_segmented.cpp | 30 stack_allocator stack_alloc; in measure_time() local 46 stack_allocator stack_alloc; in measure_cycles() local
|
| /third_party/boost/libs/coroutine/performance/asymmetric/ |
| D | performance_create_protected.cpp | 32 stack_allocator stack_alloc; in measure_time() local 49 stack_allocator stack_alloc; in measure_cycles() local
|
| D | performance_create_standard.cpp | 32 stack_allocator stack_alloc; in measure_time() local 49 stack_allocator stack_alloc; in measure_cycles() local
|
| D | performance_create_prealloc.cpp | 33 stack_allocator stack_alloc; in measure_time() local 51 stack_allocator stack_alloc; in measure_cycles() local
|
| /third_party/boost/libs/coroutine/performance/symmetric/ |
| D | performance_create_protected.cpp | 31 stack_allocator stack_alloc; in measure_time() local 48 stack_allocator stack_alloc; in measure_cycles() local
|
| D | performance_create_standard.cpp | 31 stack_allocator stack_alloc; in measure_time() local 48 stack_allocator stack_alloc; in measure_cycles() local
|
| D | performance_create_prealloc.cpp | 32 stack_allocator stack_alloc; in measure_time() local 49 stack_allocator stack_alloc; in measure_cycles() local
|
| /third_party/boost/libs/context/performance/fcontext/ |
| D | performance.cpp | 68 stack_allocator stack_alloc; in measure_time_fc() local 91 stack_allocator stack_alloc; in measure_cycles_fc() local
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| D | compile-i386.c | 521 static struct storage *stack_alloc(int n_bytes) in stack_alloc() function
|
| /third_party/glib/glib/pcre/ |
| D | pcre_jit_compile.c | 176 enum stub_types { stack_alloc }; enumerator
|