idx
int64
0
2.11M
name
stringlengths
1
118k
code
stringlengths
6
516k
asm
stringlengths
21
4.64M
file
stringlengths
39
143
opt
stringclasses
1 value
path
stringlengths
20
133
13,000
void std::__invoke_impl<void, ____C_A_T_C_H____T_E_S_T____96()::$_1&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&>(std::__invoke_other, ____C_A_T_C_H____T_E_S_T____96()::$_1&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
constexpr _Res __invoke_impl(__invoke_other, _Fn&& __f, _Args&&... __args) { return std::forward<_Fn>(__f)(std::forward<_Args>(__args)...); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi movq -0x18(%rbp), %rsi callq 0xc20c0 addq $0x20, %rsp popq %rbp retq nopw %cs:(%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/invoke.h
13,001
___C_A_T_C_H____T_E_S_T____96()::$_1 const& std::_Any_data::_M_access<____C_A_T_C_H____T_E_S_T____96()::$_1>() const
const _Tp& _M_access() const { return *static_cast<const _Tp*>(_M_access()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xff430 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,002
___C_A_T_C_H____T_E_S_T____96()::$_1*& std::_Any_data::_M_access<____C_A_T_C_H____T_E_S_T____96()::$_1*>()
_Tp& _M_access() { return *static_cast<_Tp*>(_M_access()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xff370 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,003
std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____96()::$_1>::_M_manager(std::_Any_data&, std::_Any_data const&, std::_Manager_operation)
static bool _M_manager(_Any_data& __dest, const _Any_data& __source, _Manager_operation __op) { switch (__op) { case __get_type_info: #if __cpp_rtti __dest._M_access<const type_info*>() = &typeid(_Functor); #else __dest._M_access<const type_info*>() = nullptr; #endif break; case __get_functor_ptr: __dest._M_access<_Functor*>() = _M_get_pointer(__source); break; case __clone_functor: _M_init_functor(__dest, *const_cast<const _Functor*>(_M_get_pointer(__source))); break; case __destroy_functor: _M_destroy(__dest, _Local_storage()); break; } return false; }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) movl -0x14(%rbp), %eax movq %rax, -0x20(%rbp) subq $0x3, %rax ja 0xc21c0 movq -0x20(%rbp), %rax leaq 0xf6155(%rip), %rcx # 0x1b82b0 movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax movq -0x8(%rbp), %rdi callq 0xff440 leaq 0x1a25bc(%rip), %rcx # 0x264730 movq %rcx, (%rax) jmp 0xc21c0 movq -0x10(%rbp), %rdi callq 0xc2060 movq %rax, -0x28(%rbp) movq -0x8(%rbp), %rdi callq 0xc2110 movq -0x28(%rbp), %rcx movq %rcx, (%rax) jmp 0xc21c0 movq -0x8(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x10(%rbp), %rdi callq 0xc2060 movq -0x30(%rbp), %rdi movq %rax, %rsi callq 0xc21d0 jmp 0xc21c0 movq -0x8(%rbp), %rdi callq 0xc2200 xorl %eax, %eax andb $0x1, %al addq $0x30, %rsp popq %rbp retq nopw (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,004
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____96()::$_1>::_M_init_functor<____C_A_T_C_H____T_E_S_T____96()::$_1 const&>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____96()::$_1 const&)
static void _M_init_functor(_Any_data& __functor, _Fn&& __f) noexcept(__and_<_Local_storage, is_nothrow_constructible<_Functor, _Fn>>::value) { _M_create(__functor, std::forward<_Fn>(__f), _Local_storage()); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xc2220 jmp 0xc21ef addq $0x20, %rsp popq %rbp retq movq %rax, %rdi callq 0xd2220 nopl (%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,005
std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____96()::$_1>::_M_destroy(std::_Any_data&, std::integral_constant<bool, true>)
static void _M_destroy(_Any_data& __victim, true_type) { __victim._M_access<_Functor>().~_Functor(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rdi callq 0xc2250 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,006
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____96()::$_1>::_M_create<____C_A_T_C_H____T_E_S_T____96()::$_1 const&>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____96()::$_1 const&, std::integral_constant<bool, true>)
static void _M_create(_Any_data& __dest, _Fn&& __f, true_type) { ::new (__dest._M_access()) _Functor(std::forward<_Fn>(__f)); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi callq 0xff370 movq -0x18(%rbp), %rcx movq (%rcx), %rcx movq %rcx, (%rax) addq $0x20, %rsp popq %rbp retq nopl (%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,007
___C_A_T_C_H____T_E_S_T____96()::$_1& std::_Any_data::_M_access<____C_A_T_C_H____T_E_S_T____96()::$_1>()
_Tp& _M_access() { return *static_cast<_Tp*>(_M_access()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xff370 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,008
bool std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____96()::$_2>::_M_not_empty_function<____C_A_T_C_H____T_E_S_T____96()::$_2>(____C_A_T_C_H____T_E_S_T____96()::$_2 const&)
static bool _M_not_empty_function(const _Tp&) { return true; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movb $0x1, %al andb $0x1, %al popq %rbp retq nop
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,009
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____96()::$_2>::_M_init_functor<____C_A_T_C_H____T_E_S_T____96()::$_2>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____96()::$_2&&)
static void _M_init_functor(_Any_data& __functor, _Fn&& __f) noexcept(__and_<_Local_storage, is_nothrow_constructible<_Functor, _Fn>>::value) { _M_create(__functor, std::forward<_Fn>(__f), _Local_storage()); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xc2360 jmp 0xc229f addq $0x20, %rsp popq %rbp retq movq %rax, %rdi callq 0xd2220 nopl (%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,010
std::_Function_handler<void (std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>> const&), ____C_A_T_C_H____T_E_S_T____96()::$_2>::_M_invoke(std::_Any_data const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>> const&)
static _Res _M_invoke(const _Any_data& __functor, _ArgTypes&&... __args) { return std::__invoke_r<_Res>(*_Base::_M_get_pointer(__functor), std::forward<_ArgTypes>(__args)...); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi callq 0xc23c0 movq %rax, %rdi movq -0x10(%rbp), %rsi callq 0xc2390 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,011
std::_Function_handler<void (std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>> const&), ____C_A_T_C_H____T_E_S_T____96()::$_2>::_M_manager(std::_Any_data&, std::_Any_data const&, std::_Manager_operation)
static bool _M_manager(_Any_data& __dest, const _Any_data& __source, _Manager_operation __op) { switch (__op) { #if __cpp_rtti case __get_type_info: __dest._M_access<const type_info*>() = &typeid(_Functor); break; #endif case __get_functor_ptr: __dest._M_access<_Functor*>() = _Base::_M_get_pointer(__source); break; default: _Base::_M_manager(__dest, __source, __op); } return false; }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) movl -0x14(%rbp), %eax movl %eax, -0x18(%rbp) testl %eax, %eax je 0xc2309 jmp 0xc22ff movl -0x18(%rbp), %eax subl $0x1, %eax je 0xc231e jmp 0xc233d movq -0x8(%rbp), %rdi callq 0xff440 leaq 0x1a2427(%rip), %rcx # 0x264740 movq %rcx, (%rax) jmp 0xc234d movq -0x10(%rbp), %rdi callq 0xc23c0 movq %rax, -0x20(%rbp) movq -0x8(%rbp), %rdi callq 0xc24b0 movq -0x20(%rbp), %rcx movq %rcx, (%rax) jmp 0xc234d movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi movl -0x14(%rbp), %edx callq 0xc24d0 xorl %eax, %eax andb $0x1, %al addq $0x20, %rsp popq %rbp retq nopw (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,012
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____96()::$_2>::_M_create<____C_A_T_C_H____T_E_S_T____96()::$_2>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____96()::$_2&&, std::integral_constant<bool, true>)
static void _M_create(_Any_data& __dest, _Fn&& __f, true_type) { ::new (__dest._M_access()) _Functor(std::forward<_Fn>(__f)); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi callq 0xff370 movq -0x18(%rbp), %rcx movq (%rcx), %rcx movq %rcx, (%rax) addq $0x20, %rsp popq %rbp retq nopl (%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,013
std::enable_if<__and_<std::is_void<void>, std::__is_invocable<____C_A_T_C_H____T_E_S_T____96()::$_2&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>> const&>>::value, void>::type std::__invoke_r<void, ____C_A_T_C_H____T_E_S_T____96()::$_2&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>> const&>(____C_A_T_C_H____T_E_S_T____96()::$_2&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>> const&)
_GLIBCXX14_CONSTEXPR __can_invoke_as_void<_Res, _Callable, _Args...> __invoke_r(_Callable&& __fn, _Args&&... __args) { using __result = __invoke_result<_Callable, _Args...>; using __type = typename __result::type; using __tag = typename __result::__invoke_type; std::__invoke_impl<__type>(__tag{}, std::forward<_Callable>(__fn), std::forward<_Args>(__args)...); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xc23f0 addq $0x20, %rsp popq %rbp retq nopw %cs:(%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/invoke.h
13,014
std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____96()::$_2>::_M_get_pointer(std::_Any_data const&)
static _Functor* _M_get_pointer(const _Any_data& __source) { if _GLIBCXX17_CONSTEXPR (__stored_locally) { const _Functor& __f = __source._M_access<_Functor>(); return const_cast<_Functor*>(std::__addressof(__f)); } else // have stored a pointer return __source._M_access<_Functor*>(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xc2490 movq %rax, -0x10(%rbp) movq -0x10(%rbp), %rax addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,015
void std::__invoke_impl<void, ____C_A_T_C_H____T_E_S_T____96()::$_2&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>> const&>(std::__invoke_other, ____C_A_T_C_H____T_E_S_T____96()::$_2&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>> const&)
constexpr _Res __invoke_impl(__invoke_other, _Fn&& __f, _Args&&... __args) { return std::forward<_Fn>(__f)(std::forward<_Args>(__args)...); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi movq -0x18(%rbp), %rsi callq 0xc2420 addq $0x20, %rsp popq %rbp retq nopw %cs:(%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/invoke.h
13,016
___C_A_T_C_H____T_E_S_T____96()::$_2 const& std::_Any_data::_M_access<____C_A_T_C_H____T_E_S_T____96()::$_2>() const
const _Tp& _M_access() const { return *static_cast<const _Tp*>(_M_access()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xff430 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,017
___C_A_T_C_H____T_E_S_T____96()::$_2*& std::_Any_data::_M_access<____C_A_T_C_H____T_E_S_T____96()::$_2*>()
_Tp& _M_access() { return *static_cast<_Tp*>(_M_access()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xff370 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,018
std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____96()::$_2>::_M_manager(std::_Any_data&, std::_Any_data const&, std::_Manager_operation)
static bool _M_manager(_Any_data& __dest, const _Any_data& __source, _Manager_operation __op) { switch (__op) { case __get_type_info: #if __cpp_rtti __dest._M_access<const type_info*>() = &typeid(_Functor); #else __dest._M_access<const type_info*>() = nullptr; #endif break; case __get_functor_ptr: __dest._M_access<_Functor*>() = _M_get_pointer(__source); break; case __clone_functor: _M_init_functor(__dest, *const_cast<const _Functor*>(_M_get_pointer(__source))); break; case __destroy_functor: _M_destroy(__dest, _Local_storage()); break; } return false; }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) movl -0x14(%rbp), %eax movq %rax, -0x20(%rbp) subq $0x3, %rax ja 0xc2560 movq -0x20(%rbp), %rax leaq 0xf5dc5(%rip), %rcx # 0x1b82c0 movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax movq -0x8(%rbp), %rdi callq 0xff440 leaq 0x1a222c(%rip), %rcx # 0x264740 movq %rcx, (%rax) jmp 0xc2560 movq -0x10(%rbp), %rdi callq 0xc23c0 movq %rax, -0x28(%rbp) movq -0x8(%rbp), %rdi callq 0xc24b0 movq -0x28(%rbp), %rcx movq %rcx, (%rax) jmp 0xc2560 movq -0x8(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x10(%rbp), %rdi callq 0xc23c0 movq -0x30(%rbp), %rdi movq %rax, %rsi callq 0xc2570 jmp 0xc2560 movq -0x8(%rbp), %rdi callq 0xc25a0 xorl %eax, %eax andb $0x1, %al addq $0x30, %rsp popq %rbp retq nopw (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,019
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____96()::$_2>::_M_init_functor<____C_A_T_C_H____T_E_S_T____96()::$_2 const&>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____96()::$_2 const&)
static void _M_init_functor(_Any_data& __functor, _Fn&& __f) noexcept(__and_<_Local_storage, is_nothrow_constructible<_Functor, _Fn>>::value) { _M_create(__functor, std::forward<_Fn>(__f), _Local_storage()); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xc25c0 jmp 0xc258f addq $0x20, %rsp popq %rbp retq movq %rax, %rdi callq 0xd2220 nopl (%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,020
std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____96()::$_2>::_M_destroy(std::_Any_data&, std::integral_constant<bool, true>)
static void _M_destroy(_Any_data& __victim, true_type) { __victim._M_access<_Functor>().~_Functor(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rdi callq 0xc25f0 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,021
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____96()::$_2>::_M_create<____C_A_T_C_H____T_E_S_T____96()::$_2 const&>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____96()::$_2 const&, std::integral_constant<bool, true>)
static void _M_create(_Any_data& __dest, _Fn&& __f, true_type) { ::new (__dest._M_access()) _Functor(std::forward<_Fn>(__f)); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi callq 0xff370 movq -0x18(%rbp), %rcx movq (%rcx), %rcx movq %rcx, (%rax) addq $0x20, %rsp popq %rbp retq nopl (%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,022
___C_A_T_C_H____T_E_S_T____96()::$_2& std::_Any_data::_M_access<____C_A_T_C_H____T_E_S_T____96()::$_2>()
_Tp& _M_access() { return *static_cast<_Tp*>(_M_access()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xff370 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,023
bool std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____96()::$_3>::_M_not_empty_function<____C_A_T_C_H____T_E_S_T____96()::$_3>(____C_A_T_C_H____T_E_S_T____96()::$_3 const&)
static bool _M_not_empty_function(const _Tp&) { return true; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movb $0x1, %al andb $0x1, %al popq %rbp retq nop
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,024
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____96()::$_3>::_M_init_functor<____C_A_T_C_H____T_E_S_T____96()::$_3>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____96()::$_3&&)
static void _M_init_functor(_Any_data& __functor, _Fn&& __f) noexcept(__and_<_Local_storage, is_nothrow_constructible<_Functor, _Fn>>::value) { _M_create(__functor, std::forward<_Fn>(__f), _Local_storage()); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xc2700 jmp 0xc263f addq $0x20, %rsp popq %rbp retq movq %rax, %rdi callq 0xd2220 nopl (%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,025
std::_Function_handler<void (), ____C_A_T_C_H____T_E_S_T____96()::$_3>::_M_invoke(std::_Any_data const&)
static _Res _M_invoke(const _Any_data& __functor, _ArgTypes&&... __args) { return std::__invoke_r<_Res>(*_Base::_M_get_pointer(__functor), std::forward<_ArgTypes>(__args)...); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xc2740 movq %rax, %rdi callq 0xc2720 addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,026
std::_Function_handler<void (), ____C_A_T_C_H____T_E_S_T____96()::$_3>::_M_manager(std::_Any_data&, std::_Any_data const&, std::_Manager_operation)
static bool _M_manager(_Any_data& __dest, const _Any_data& __source, _Manager_operation __op) { switch (__op) { #if __cpp_rtti case __get_type_info: __dest._M_access<const type_info*>() = &typeid(_Functor); break; #endif case __get_functor_ptr: __dest._M_access<_Functor*>() = _Base::_M_get_pointer(__source); break; default: _Base::_M_manager(__dest, __source, __op); } return false; }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) movl -0x14(%rbp), %eax movl %eax, -0x18(%rbp) testl %eax, %eax je 0xc26a9 jmp 0xc269f movl -0x18(%rbp), %eax subl $0x1, %eax je 0xc26be jmp 0xc26dd movq -0x8(%rbp), %rdi callq 0xff440 leaq 0x1a2097(%rip), %rcx # 0x264750 movq %rcx, (%rax) jmp 0xc26ed movq -0x10(%rbp), %rdi callq 0xc2740 movq %rax, -0x20(%rbp) movq -0x8(%rbp), %rdi callq 0xc2820 movq -0x20(%rbp), %rcx movq %rcx, (%rax) jmp 0xc26ed movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi movl -0x14(%rbp), %edx callq 0xc2840 xorl %eax, %eax andb $0x1, %al addq $0x20, %rsp popq %rbp retq nopw (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,027
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____96()::$_3>::_M_create<____C_A_T_C_H____T_E_S_T____96()::$_3>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____96()::$_3&&, std::integral_constant<bool, true>)
static void _M_create(_Any_data& __dest, _Fn&& __f, true_type) { ::new (__dest._M_access()) _Functor(std::forward<_Fn>(__f)); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi callq 0xff370 addq $0x20, %rsp popq %rbp retq nop
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,028
std::enable_if<__and_<std::is_void<void>, std::__is_invocable<____C_A_T_C_H____T_E_S_T____96()::$_3&>>::value, void>::type std::__invoke_r<void, ____C_A_T_C_H____T_E_S_T____96()::$_3&>(____C_A_T_C_H____T_E_S_T____96()::$_3&)
_GLIBCXX14_CONSTEXPR __can_invoke_as_void<_Res, _Callable, _Args...> __invoke_r(_Callable&& __fn, _Args&&... __args) { using __result = __invoke_result<_Callable, _Args...>; using __type = typename __result::type; using __tag = typename __result::__invoke_type; std::__invoke_impl<__type>(__tag{}, std::forward<_Callable>(__fn), std::forward<_Args>(__args)...); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xc2770 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/invoke.h
13,029
std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____96()::$_3>::_M_get_pointer(std::_Any_data const&)
static _Functor* _M_get_pointer(const _Any_data& __source) { if _GLIBCXX17_CONSTEXPR (__stored_locally) { const _Functor& __f = __source._M_access<_Functor>(); return const_cast<_Functor*>(std::__addressof(__f)); } else // have stored a pointer return __source._M_access<_Functor*>(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xc2800 movq %rax, -0x10(%rbp) movq -0x10(%rbp), %rax addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,030
void std::__invoke_impl<void, ____C_A_T_C_H____T_E_S_T____96()::$_3&>(std::__invoke_other, ____C_A_T_C_H____T_E_S_T____96()::$_3&)
constexpr _Res __invoke_impl(__invoke_other, _Fn&& __f, _Args&&... __args) { return std::forward<_Fn>(__f)(std::forward<_Args>(__args)...); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rdi callq 0xc2790 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/invoke.h
13,031
___C_A_T_C_H____T_E_S_T____96()::$_3 const& std::_Any_data::_M_access<____C_A_T_C_H____T_E_S_T____96()::$_3>() const
const _Tp& _M_access() const { return *static_cast<const _Tp*>(_M_access()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xff430 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,032
___C_A_T_C_H____T_E_S_T____96()::$_3*& std::_Any_data::_M_access<____C_A_T_C_H____T_E_S_T____96()::$_3*>()
_Tp& _M_access() { return *static_cast<_Tp*>(_M_access()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xff370 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,033
std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____96()::$_3>::_M_manager(std::_Any_data&, std::_Any_data const&, std::_Manager_operation)
static bool _M_manager(_Any_data& __dest, const _Any_data& __source, _Manager_operation __op) { switch (__op) { case __get_type_info: #if __cpp_rtti __dest._M_access<const type_info*>() = &typeid(_Functor); #else __dest._M_access<const type_info*>() = nullptr; #endif break; case __get_functor_ptr: __dest._M_access<_Functor*>() = _M_get_pointer(__source); break; case __clone_functor: _M_init_functor(__dest, *const_cast<const _Functor*>(_M_get_pointer(__source))); break; case __destroy_functor: _M_destroy(__dest, _Local_storage()); break; } return false; }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) movl -0x14(%rbp), %eax movq %rax, -0x20(%rbp) subq $0x3, %rax ja 0xc28d0 movq -0x20(%rbp), %rax leaq 0xf5a65(%rip), %rcx # 0x1b82d0 movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax movq -0x8(%rbp), %rdi callq 0xff440 leaq 0x1a1ecc(%rip), %rcx # 0x264750 movq %rcx, (%rax) jmp 0xc28d0 movq -0x10(%rbp), %rdi callq 0xc2740 movq %rax, -0x28(%rbp) movq -0x8(%rbp), %rdi callq 0xc2820 movq -0x28(%rbp), %rcx movq %rcx, (%rax) jmp 0xc28d0 movq -0x8(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x10(%rbp), %rdi callq 0xc2740 movq -0x30(%rbp), %rdi movq %rax, %rsi callq 0xc28e0 jmp 0xc28d0 movq -0x8(%rbp), %rdi callq 0xc2910 xorl %eax, %eax andb $0x1, %al addq $0x30, %rsp popq %rbp retq nopw (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,034
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____96()::$_3>::_M_init_functor<____C_A_T_C_H____T_E_S_T____96()::$_3 const&>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____96()::$_3 const&)
static void _M_init_functor(_Any_data& __functor, _Fn&& __f) noexcept(__and_<_Local_storage, is_nothrow_constructible<_Functor, _Fn>>::value) { _M_create(__functor, std::forward<_Fn>(__f), _Local_storage()); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xc2930 jmp 0xc28ff addq $0x20, %rsp popq %rbp retq movq %rax, %rdi callq 0xd2220 nopl (%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,035
std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____96()::$_3>::_M_destroy(std::_Any_data&, std::integral_constant<bool, true>)
static void _M_destroy(_Any_data& __victim, true_type) { __victim._M_access<_Functor>().~_Functor(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rdi callq 0xc2950 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,036
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____96()::$_3>::_M_create<____C_A_T_C_H____T_E_S_T____96()::$_3 const&>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____96()::$_3 const&, std::integral_constant<bool, true>)
static void _M_create(_Any_data& __dest, _Fn&& __f, true_type) { ::new (__dest._M_access()) _Functor(std::forward<_Fn>(__f)); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi callq 0xff370 addq $0x20, %rsp popq %rbp retq nop
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,037
___C_A_T_C_H____T_E_S_T____96()::$_3& std::_Any_data::_M_access<____C_A_T_C_H____T_E_S_T____96()::$_3>()
_Tp& _M_access() { return *static_cast<_Tp*>(_M_access()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xff370 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,038
std::function<void (args::Subparser&)>::function<____C_A_T_C_H____T_E_S_T____102()::$_0, void>(____C_A_T_C_H____T_E_S_T____102()::$_0&&)
function(_Functor&& __f) noexcept(_Handler<_Functor>::template _S_nothrow_init<_Functor>()) : _Function_base() { static_assert(is_copy_constructible<__decay_t<_Functor>>::value, "std::function target must be copy-constructible"); static_assert(is_constructible<__decay_t<_Functor>, _Functor>::value, "std::function target must be constructible from the " "constructor argument"); using _My_handler = _Handler<_Functor>; if (_My_handler::_M_not_empty_function(__f)) { _My_handler::_M_init_functor(_M_functor, std::forward<_Functor>(__f)); _M_invoker = &_My_handler::_M_invoke; _M_manager = &_My_handler::_M_manager; } }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) xorps %xmm0, %xmm0 movups %xmm0, (%rdi) movq $0x0, 0x10(%rdi) callq 0xff220 movq -0x20(%rbp), %rax movq $0x0, 0x18(%rax) movq -0x10(%rbp), %rdi callq 0xc2a90 movb %al, -0x11(%rbp) jmp 0xc29b5 movb -0x11(%rbp), %al testb $0x1, %al jne 0xc29be jmp 0xc29e5 movq -0x20(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xc2aa0 movq -0x20(%rbp), %rax leaq 0xfa(%rip), %rcx # 0xc2ad0 movq %rcx, 0x18(%rax) leaq 0x11f(%rip), %rcx # 0xc2b00 movq %rcx, 0x10(%rax) addq $0x20, %rsp popq %rbp retq movq %rax, %rdi callq 0xd2220 nopw %cs:(%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,039
std::function<void (args::Subparser&)>::function<____C_A_T_C_H____T_E_S_T____102()::$_1, void>(____C_A_T_C_H____T_E_S_T____102()::$_1&&)
function(_Functor&& __f) noexcept(_Handler<_Functor>::template _S_nothrow_init<_Functor>()) : _Function_base() { static_assert(is_copy_constructible<__decay_t<_Functor>>::value, "std::function target must be copy-constructible"); static_assert(is_constructible<__decay_t<_Functor>, _Functor>::value, "std::function target must be constructible from the " "constructor argument"); using _My_handler = _Handler<_Functor>; if (_My_handler::_M_not_empty_function(__f)) { _My_handler::_M_init_functor(_M_functor, std::forward<_Functor>(__f)); _M_invoker = &_My_handler::_M_invoke; _M_manager = &_My_handler::_M_manager; } }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) xorps %xmm0, %xmm0 movups %xmm0, (%rdi) movq $0x0, 0x10(%rdi) callq 0xff220 movq -0x20(%rbp), %rax movq $0x0, 0x18(%rax) movq -0x10(%rbp), %rdi callq 0xc3150 movb %al, -0x11(%rbp) jmp 0xc2a45 movb -0x11(%rbp), %al testb $0x1, %al jne 0xc2a4e jmp 0xc2a75 movq -0x20(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xc3160 movq -0x20(%rbp), %rax leaq 0x72a(%rip), %rcx # 0xc3190 movq %rcx, 0x18(%rax) leaq 0x74f(%rip), %rcx # 0xc31c0 movq %rcx, 0x10(%rax) addq $0x20, %rsp popq %rbp retq movq %rax, %rdi callq 0xd2220 nopw %cs:(%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,040
bool std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____102()::$_0>::_M_not_empty_function<____C_A_T_C_H____T_E_S_T____102()::$_0>(____C_A_T_C_H____T_E_S_T____102()::$_0 const&)
static bool _M_not_empty_function(const _Tp&) { return true; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movb $0x1, %al andb $0x1, %al popq %rbp retq nop
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,041
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____102()::$_0>::_M_init_functor<____C_A_T_C_H____T_E_S_T____102()::$_0>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____102()::$_0&&)
static void _M_init_functor(_Any_data& __functor, _Fn&& __f) noexcept(__and_<_Local_storage, is_nothrow_constructible<_Functor, _Fn>>::value) { _M_create(__functor, std::forward<_Fn>(__f), _Local_storage()); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xc2b80 jmp 0xc2abf addq $0x20, %rsp popq %rbp retq movq %rax, %rdi callq 0xd2220 nopl (%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,042
std::_Function_handler<void (args::Subparser&), ____C_A_T_C_H____T_E_S_T____102()::$_0>::_M_invoke(std::_Any_data const&, args::Subparser&)
static _Res _M_invoke(const _Any_data& __functor, _ArgTypes&&... __args) { return std::__invoke_r<_Res>(*_Base::_M_get_pointer(__functor), std::forward<_ArgTypes>(__args)...); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi callq 0xc2bd0 movq %rax, %rdi movq -0x10(%rbp), %rsi callq 0xc2ba0 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,043
std::_Function_handler<void (args::Subparser&), ____C_A_T_C_H____T_E_S_T____102()::$_0>::_M_manager(std::_Any_data&, std::_Any_data const&, std::_Manager_operation)
static bool _M_manager(_Any_data& __dest, const _Any_data& __source, _Manager_operation __op) { switch (__op) { #if __cpp_rtti case __get_type_info: __dest._M_access<const type_info*>() = &typeid(_Functor); break; #endif case __get_functor_ptr: __dest._M_access<_Functor*>() = _Base::_M_get_pointer(__source); break; default: _Base::_M_manager(__dest, __source, __op); } return false; }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) movl -0x14(%rbp), %eax movl %eax, -0x18(%rbp) testl %eax, %eax je 0xc2b29 jmp 0xc2b1f movl -0x18(%rbp), %eax subl $0x1, %eax je 0xc2b3e jmp 0xc2b5d movq -0x8(%rbp), %rdi callq 0xff440 leaq 0x1a1c27(%rip), %rcx # 0x264760 movq %rcx, (%rax) jmp 0xc2b6d movq -0x10(%rbp), %rdi callq 0xc2bd0 movq %rax, -0x20(%rbp) movq -0x8(%rbp), %rdi callq 0xc3000 movq -0x20(%rbp), %rcx movq %rcx, (%rax) jmp 0xc2b6d movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi movl -0x14(%rbp), %edx callq 0xc3020 xorl %eax, %eax andb $0x1, %al addq $0x20, %rsp popq %rbp retq nopw (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,044
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____102()::$_0>::_M_create<____C_A_T_C_H____T_E_S_T____102()::$_0>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____102()::$_0&&, std::integral_constant<bool, true>)
static void _M_create(_Any_data& __dest, _Fn&& __f, true_type) { ::new (__dest._M_access()) _Functor(std::forward<_Fn>(__f)); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi callq 0xff370 addq $0x20, %rsp popq %rbp retq nop
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,045
std::enable_if<__and_<std::is_void<void>, std::__is_invocable<____C_A_T_C_H____T_E_S_T____102()::$_0&, args::Subparser&>>::value, void>::type std::__invoke_r<void, ____C_A_T_C_H____T_E_S_T____102()::$_0&, args::Subparser&>(____C_A_T_C_H____T_E_S_T____102()::$_0&, args::Subparser&)
_GLIBCXX14_CONSTEXPR __can_invoke_as_void<_Res, _Callable, _Args...> __invoke_r(_Callable&& __fn, _Args&&... __args) { using __result = __invoke_result<_Callable, _Args...>; using __type = typename __result::type; using __tag = typename __result::__invoke_type; std::__invoke_impl<__type>(__tag{}, std::forward<_Callable>(__fn), std::forward<_Args>(__args)...); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xc2c00 addq $0x20, %rsp popq %rbp retq nopw %cs:(%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/invoke.h
13,046
std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____102()::$_0>::_M_get_pointer(std::_Any_data const&)
static _Functor* _M_get_pointer(const _Any_data& __source) { if _GLIBCXX17_CONSTEXPR (__stored_locally) { const _Functor& __f = __source._M_access<_Functor>(); return const_cast<_Functor*>(std::__addressof(__f)); } else // have stored a pointer return __source._M_access<_Functor*>(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xc2fe0 movq %rax, -0x10(%rbp) movq -0x10(%rbp), %rax addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,047
void std::__invoke_impl<void, ____C_A_T_C_H____T_E_S_T____102()::$_0&, args::Subparser&>(std::__invoke_other, ____C_A_T_C_H____T_E_S_T____102()::$_0&, args::Subparser&)
constexpr _Res __invoke_impl(__invoke_other, _Fn&& __f, _Args&&... __args) { return std::forward<_Fn>(__f)(std::forward<_Args>(__args)...); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi movq -0x18(%rbp), %rsi callq 0xc2c30 addq $0x20, %rsp popq %rbp retq nopw %cs:(%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/invoke.h
13,048
___C_A_T_C_H____T_E_S_T____102()::$_0 const& std::_Any_data::_M_access<____C_A_T_C_H____T_E_S_T____102()::$_0>() const
const _Tp& _M_access() const { return *static_cast<const _Tp*>(_M_access()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xff430 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,049
___C_A_T_C_H____T_E_S_T____102()::$_0*& std::_Any_data::_M_access<____C_A_T_C_H____T_E_S_T____102()::$_0*>()
_Tp& _M_access() { return *static_cast<_Tp*>(_M_access()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xff370 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,050
std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____102()::$_0>::_M_manager(std::_Any_data&, std::_Any_data const&, std::_Manager_operation)
static bool _M_manager(_Any_data& __dest, const _Any_data& __source, _Manager_operation __op) { switch (__op) { case __get_type_info: #if __cpp_rtti __dest._M_access<const type_info*>() = &typeid(_Functor); #else __dest._M_access<const type_info*>() = nullptr; #endif break; case __get_functor_ptr: __dest._M_access<_Functor*>() = _M_get_pointer(__source); break; case __clone_functor: _M_init_functor(__dest, *const_cast<const _Functor*>(_M_get_pointer(__source))); break; case __destroy_functor: _M_destroy(__dest, _Local_storage()); break; } return false; }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) movl -0x14(%rbp), %eax movq %rax, -0x20(%rbp) subq $0x3, %rax ja 0xc30b0 movq -0x20(%rbp), %rax leaq 0xf5295(%rip), %rcx # 0x1b82e0 movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax movq -0x8(%rbp), %rdi callq 0xff440 leaq 0x1a16fc(%rip), %rcx # 0x264760 movq %rcx, (%rax) jmp 0xc30b0 movq -0x10(%rbp), %rdi callq 0xc2bd0 movq %rax, -0x28(%rbp) movq -0x8(%rbp), %rdi callq 0xc3000 movq -0x28(%rbp), %rcx movq %rcx, (%rax) jmp 0xc30b0 movq -0x8(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x10(%rbp), %rdi callq 0xc2bd0 movq -0x30(%rbp), %rdi movq %rax, %rsi callq 0xc30c0 jmp 0xc30b0 movq -0x8(%rbp), %rdi callq 0xc30f0 xorl %eax, %eax andb $0x1, %al addq $0x30, %rsp popq %rbp retq nopw (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,051
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____102()::$_0>::_M_init_functor<____C_A_T_C_H____T_E_S_T____102()::$_0 const&>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____102()::$_0 const&)
static void _M_init_functor(_Any_data& __functor, _Fn&& __f) noexcept(__and_<_Local_storage, is_nothrow_constructible<_Functor, _Fn>>::value) { _M_create(__functor, std::forward<_Fn>(__f), _Local_storage()); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xc3110 jmp 0xc30df addq $0x20, %rsp popq %rbp retq movq %rax, %rdi callq 0xd2220 nopl (%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,052
std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____102()::$_0>::_M_destroy(std::_Any_data&, std::integral_constant<bool, true>)
static void _M_destroy(_Any_data& __victim, true_type) { __victim._M_access<_Functor>().~_Functor(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rdi callq 0xc3130 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,053
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____102()::$_0>::_M_create<____C_A_T_C_H____T_E_S_T____102()::$_0 const&>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____102()::$_0 const&, std::integral_constant<bool, true>)
static void _M_create(_Any_data& __dest, _Fn&& __f, true_type) { ::new (__dest._M_access()) _Functor(std::forward<_Fn>(__f)); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi callq 0xff370 addq $0x20, %rsp popq %rbp retq nop
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,054
___C_A_T_C_H____T_E_S_T____102()::$_0& std::_Any_data::_M_access<____C_A_T_C_H____T_E_S_T____102()::$_0>()
_Tp& _M_access() { return *static_cast<_Tp*>(_M_access()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xff370 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,055
bool std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____102()::$_1>::_M_not_empty_function<____C_A_T_C_H____T_E_S_T____102()::$_1>(____C_A_T_C_H____T_E_S_T____102()::$_1 const&)
static bool _M_not_empty_function(const _Tp&) { return true; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movb $0x1, %al andb $0x1, %al popq %rbp retq nop
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,056
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____102()::$_1>::_M_init_functor<____C_A_T_C_H____T_E_S_T____102()::$_1>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____102()::$_1&&)
static void _M_init_functor(_Any_data& __functor, _Fn&& __f) noexcept(__and_<_Local_storage, is_nothrow_constructible<_Functor, _Fn>>::value) { _M_create(__functor, std::forward<_Fn>(__f), _Local_storage()); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xc3240 jmp 0xc317f addq $0x20, %rsp popq %rbp retq movq %rax, %rdi callq 0xd2220 nopl (%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,057
std::_Function_handler<void (args::Subparser&), ____C_A_T_C_H____T_E_S_T____102()::$_1>::_M_invoke(std::_Any_data const&, args::Subparser&)
static _Res _M_invoke(const _Any_data& __functor, _ArgTypes&&... __args) { return std::__invoke_r<_Res>(*_Base::_M_get_pointer(__functor), std::forward<_ArgTypes>(__args)...); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi callq 0xc3290 movq %rax, %rdi movq -0x10(%rbp), %rsi callq 0xc3260 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,058
std::_Function_handler<void (args::Subparser&), ____C_A_T_C_H____T_E_S_T____102()::$_1>::_M_manager(std::_Any_data&, std::_Any_data const&, std::_Manager_operation)
static bool _M_manager(_Any_data& __dest, const _Any_data& __source, _Manager_operation __op) { switch (__op) { #if __cpp_rtti case __get_type_info: __dest._M_access<const type_info*>() = &typeid(_Functor); break; #endif case __get_functor_ptr: __dest._M_access<_Functor*>() = _Base::_M_get_pointer(__source); break; default: _Base::_M_manager(__dest, __source, __op); } return false; }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) movl -0x14(%rbp), %eax movl %eax, -0x18(%rbp) testl %eax, %eax je 0xc31e9 jmp 0xc31df movl -0x18(%rbp), %eax subl $0x1, %eax je 0xc31fe jmp 0xc321d movq -0x8(%rbp), %rdi callq 0xff440 leaq 0x1a1577(%rip), %rcx # 0x264770 movq %rcx, (%rax) jmp 0xc322d movq -0x10(%rbp), %rdi callq 0xc3290 movq %rax, -0x20(%rbp) movq -0x8(%rbp), %rdi callq 0xc36c0 movq -0x20(%rbp), %rcx movq %rcx, (%rax) jmp 0xc322d movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi movl -0x14(%rbp), %edx callq 0xc36e0 xorl %eax, %eax andb $0x1, %al addq $0x20, %rsp popq %rbp retq nopw (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,059
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____102()::$_1>::_M_create<____C_A_T_C_H____T_E_S_T____102()::$_1>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____102()::$_1&&, std::integral_constant<bool, true>)
static void _M_create(_Any_data& __dest, _Fn&& __f, true_type) { ::new (__dest._M_access()) _Functor(std::forward<_Fn>(__f)); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi callq 0xff370 addq $0x20, %rsp popq %rbp retq nop
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,060
std::enable_if<__and_<std::is_void<void>, std::__is_invocable<____C_A_T_C_H____T_E_S_T____102()::$_1&, args::Subparser&>>::value, void>::type std::__invoke_r<void, ____C_A_T_C_H____T_E_S_T____102()::$_1&, args::Subparser&>(____C_A_T_C_H____T_E_S_T____102()::$_1&, args::Subparser&)
_GLIBCXX14_CONSTEXPR __can_invoke_as_void<_Res, _Callable, _Args...> __invoke_r(_Callable&& __fn, _Args&&... __args) { using __result = __invoke_result<_Callable, _Args...>; using __type = typename __result::type; using __tag = typename __result::__invoke_type; std::__invoke_impl<__type>(__tag{}, std::forward<_Callable>(__fn), std::forward<_Args>(__args)...); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xc32c0 addq $0x20, %rsp popq %rbp retq nopw %cs:(%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/invoke.h
13,061
std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____102()::$_1>::_M_get_pointer(std::_Any_data const&)
static _Functor* _M_get_pointer(const _Any_data& __source) { if _GLIBCXX17_CONSTEXPR (__stored_locally) { const _Functor& __f = __source._M_access<_Functor>(); return const_cast<_Functor*>(std::__addressof(__f)); } else // have stored a pointer return __source._M_access<_Functor*>(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xc36a0 movq %rax, -0x10(%rbp) movq -0x10(%rbp), %rax addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,062
void std::__invoke_impl<void, ____C_A_T_C_H____T_E_S_T____102()::$_1&, args::Subparser&>(std::__invoke_other, ____C_A_T_C_H____T_E_S_T____102()::$_1&, args::Subparser&)
constexpr _Res __invoke_impl(__invoke_other, _Fn&& __f, _Args&&... __args) { return std::forward<_Fn>(__f)(std::forward<_Args>(__args)...); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi movq -0x18(%rbp), %rsi callq 0xc32f0 addq $0x20, %rsp popq %rbp retq nopw %cs:(%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/invoke.h
13,063
___C_A_T_C_H____T_E_S_T____102()::$_1 const& std::_Any_data::_M_access<____C_A_T_C_H____T_E_S_T____102()::$_1>() const
const _Tp& _M_access() const { return *static_cast<const _Tp*>(_M_access()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xff430 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,064
___C_A_T_C_H____T_E_S_T____102()::$_1*& std::_Any_data::_M_access<____C_A_T_C_H____T_E_S_T____102()::$_1*>()
_Tp& _M_access() { return *static_cast<_Tp*>(_M_access()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xff370 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,065
std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____102()::$_1>::_M_manager(std::_Any_data&, std::_Any_data const&, std::_Manager_operation)
static bool _M_manager(_Any_data& __dest, const _Any_data& __source, _Manager_operation __op) { switch (__op) { case __get_type_info: #if __cpp_rtti __dest._M_access<const type_info*>() = &typeid(_Functor); #else __dest._M_access<const type_info*>() = nullptr; #endif break; case __get_functor_ptr: __dest._M_access<_Functor*>() = _M_get_pointer(__source); break; case __clone_functor: _M_init_functor(__dest, *const_cast<const _Functor*>(_M_get_pointer(__source))); break; case __destroy_functor: _M_destroy(__dest, _Local_storage()); break; } return false; }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) movl -0x14(%rbp), %eax movq %rax, -0x20(%rbp) subq $0x3, %rax ja 0xc3770 movq -0x20(%rbp), %rax leaq 0xf4be5(%rip), %rcx # 0x1b82f0 movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax movq -0x8(%rbp), %rdi callq 0xff440 leaq 0x1a104c(%rip), %rcx # 0x264770 movq %rcx, (%rax) jmp 0xc3770 movq -0x10(%rbp), %rdi callq 0xc3290 movq %rax, -0x28(%rbp) movq -0x8(%rbp), %rdi callq 0xc36c0 movq -0x28(%rbp), %rcx movq %rcx, (%rax) jmp 0xc3770 movq -0x8(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x10(%rbp), %rdi callq 0xc3290 movq -0x30(%rbp), %rdi movq %rax, %rsi callq 0xc3780 jmp 0xc3770 movq -0x8(%rbp), %rdi callq 0xc37b0 xorl %eax, %eax andb $0x1, %al addq $0x30, %rsp popq %rbp retq nopw (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,066
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____102()::$_1>::_M_init_functor<____C_A_T_C_H____T_E_S_T____102()::$_1 const&>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____102()::$_1 const&)
static void _M_init_functor(_Any_data& __functor, _Fn&& __f) noexcept(__and_<_Local_storage, is_nothrow_constructible<_Functor, _Fn>>::value) { _M_create(__functor, std::forward<_Fn>(__f), _Local_storage()); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xc37d0 jmp 0xc379f addq $0x20, %rsp popq %rbp retq movq %rax, %rdi callq 0xd2220 nopl (%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,067
std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____102()::$_1>::_M_destroy(std::_Any_data&, std::integral_constant<bool, true>)
static void _M_destroy(_Any_data& __victim, true_type) { __victim._M_access<_Functor>().~_Functor(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rdi callq 0xc37f0 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,068
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____102()::$_1>::_M_create<____C_A_T_C_H____T_E_S_T____102()::$_1 const&>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____102()::$_1 const&, std::integral_constant<bool, true>)
static void _M_create(_Any_data& __dest, _Fn&& __f, true_type) { ::new (__dest._M_access()) _Functor(std::forward<_Fn>(__f)); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi callq 0xff370 addq $0x20, %rsp popq %rbp retq nop
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,069
___C_A_T_C_H____T_E_S_T____102()::$_1& std::_Any_data::_M_access<____C_A_T_C_H____T_E_S_T____102()::$_1>()
_Tp& _M_access() { return *static_cast<_Tp*>(_M_access()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xff370 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,070
std::function<void (argstest::Subparser&)>::function<____C_A_T_C_H____T_E_S_T____108()::$_0, void>(____C_A_T_C_H____T_E_S_T____108()::$_0&&)
function(_Functor&& __f) noexcept(_Handler<_Functor>::template _S_nothrow_init<_Functor>()) : _Function_base() { static_assert(is_copy_constructible<__decay_t<_Functor>>::value, "std::function target must be copy-constructible"); static_assert(is_constructible<__decay_t<_Functor>, _Functor>::value, "std::function target must be constructible from the " "constructor argument"); using _My_handler = _Handler<_Functor>; if (_My_handler::_M_not_empty_function(__f)) { _My_handler::_M_init_functor(_M_functor, std::forward<_Functor>(__f)); _M_invoker = &_My_handler::_M_invoke; _M_manager = &_My_handler::_M_manager; } }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) xorps %xmm0, %xmm0 movups %xmm0, (%rdi) movq $0x0, 0x10(%rdi) callq 0xff220 movq -0x20(%rbp), %rax movq $0x0, 0x18(%rax) movq -0x10(%rbp), %rdi callq 0xc3930 movb %al, -0x11(%rbp) jmp 0xc3855 movb -0x11(%rbp), %al testb $0x1, %al jne 0xc385e jmp 0xc3885 movq -0x20(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xc3940 movq -0x20(%rbp), %rax leaq 0xfa(%rip), %rcx # 0xc3970 movq %rcx, 0x18(%rax) leaq 0x11f(%rip), %rcx # 0xc39a0 movq %rcx, 0x10(%rax) addq $0x20, %rsp popq %rbp retq movq %rax, %rdi callq 0xd2220 nopw %cs:(%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,071
std::function<void (argstest::Subparser&)>::function<____C_A_T_C_H____T_E_S_T____108()::$_1, void>(____C_A_T_C_H____T_E_S_T____108()::$_1&&)
function(_Functor&& __f) noexcept(_Handler<_Functor>::template _S_nothrow_init<_Functor>()) : _Function_base() { static_assert(is_copy_constructible<__decay_t<_Functor>>::value, "std::function target must be copy-constructible"); static_assert(is_constructible<__decay_t<_Functor>, _Functor>::value, "std::function target must be constructible from the " "constructor argument"); using _My_handler = _Handler<_Functor>; if (_My_handler::_M_not_empty_function(__f)) { _My_handler::_M_init_functor(_M_functor, std::forward<_Functor>(__f)); _M_invoker = &_My_handler::_M_invoke; _M_manager = &_My_handler::_M_manager; } }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) xorps %xmm0, %xmm0 movups %xmm0, (%rdi) movq $0x0, 0x10(%rdi) callq 0xff220 movq -0x20(%rbp), %rax movq $0x0, 0x18(%rax) movq -0x10(%rbp), %rdi callq 0xc3f50 movb %al, -0x11(%rbp) jmp 0xc38e5 movb -0x11(%rbp), %al testb $0x1, %al jne 0xc38ee jmp 0xc3915 movq -0x20(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xc3f60 movq -0x20(%rbp), %rax leaq 0x68a(%rip), %rcx # 0xc3f90 movq %rcx, 0x18(%rax) leaq 0x6af(%rip), %rcx # 0xc3fc0 movq %rcx, 0x10(%rax) addq $0x20, %rsp popq %rbp retq movq %rax, %rdi callq 0xd2220 nopw %cs:(%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,072
bool std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____108()::$_0>::_M_not_empty_function<____C_A_T_C_H____T_E_S_T____108()::$_0>(____C_A_T_C_H____T_E_S_T____108()::$_0 const&)
static bool _M_not_empty_function(const _Tp&) { return true; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movb $0x1, %al andb $0x1, %al popq %rbp retq nop
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,073
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____108()::$_0>::_M_init_functor<____C_A_T_C_H____T_E_S_T____108()::$_0>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____108()::$_0&&)
static void _M_init_functor(_Any_data& __functor, _Fn&& __f) noexcept(__and_<_Local_storage, is_nothrow_constructible<_Functor, _Fn>>::value) { _M_create(__functor, std::forward<_Fn>(__f), _Local_storage()); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xc3a20 jmp 0xc395f addq $0x20, %rsp popq %rbp retq movq %rax, %rdi callq 0xd2220 nopl (%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,074
std::_Function_handler<void (argstest::Subparser&), ____C_A_T_C_H____T_E_S_T____108()::$_0>::_M_invoke(std::_Any_data const&, argstest::Subparser&)
static _Res _M_invoke(const _Any_data& __functor, _ArgTypes&&... __args) { return std::__invoke_r<_Res>(*_Base::_M_get_pointer(__functor), std::forward<_ArgTypes>(__args)...); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi callq 0xc3a70 movq %rax, %rdi movq -0x10(%rbp), %rsi callq 0xc3a40 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,075
std::_Function_handler<void (argstest::Subparser&), ____C_A_T_C_H____T_E_S_T____108()::$_0>::_M_manager(std::_Any_data&, std::_Any_data const&, std::_Manager_operation)
static bool _M_manager(_Any_data& __dest, const _Any_data& __source, _Manager_operation __op) { switch (__op) { #if __cpp_rtti case __get_type_info: __dest._M_access<const type_info*>() = &typeid(_Functor); break; #endif case __get_functor_ptr: __dest._M_access<_Functor*>() = _Base::_M_get_pointer(__source); break; default: _Base::_M_manager(__dest, __source, __op); } return false; }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) movl -0x14(%rbp), %eax movl %eax, -0x18(%rbp) testl %eax, %eax je 0xc39c9 jmp 0xc39bf movl -0x18(%rbp), %eax subl $0x1, %eax je 0xc39de jmp 0xc39fd movq -0x8(%rbp), %rdi callq 0xff440 leaq 0x1a0da7(%rip), %rcx # 0x264780 movq %rcx, (%rax) jmp 0xc3a0d movq -0x10(%rbp), %rdi callq 0xc3a70 movq %rax, -0x20(%rbp) movq -0x8(%rbp), %rdi callq 0xc3e00 movq -0x20(%rbp), %rcx movq %rcx, (%rax) jmp 0xc3a0d movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi movl -0x14(%rbp), %edx callq 0xc3e20 xorl %eax, %eax andb $0x1, %al addq $0x20, %rsp popq %rbp retq nopw (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,076
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____108()::$_0>::_M_create<____C_A_T_C_H____T_E_S_T____108()::$_0>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____108()::$_0&&, std::integral_constant<bool, true>)
static void _M_create(_Any_data& __dest, _Fn&& __f, true_type) { ::new (__dest._M_access()) _Functor(std::forward<_Fn>(__f)); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi callq 0xff370 addq $0x20, %rsp popq %rbp retq nop
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,077
std::enable_if<__and_<std::is_void<void>, std::__is_invocable<____C_A_T_C_H____T_E_S_T____108()::$_0&, argstest::Subparser&>>::value, void>::type std::__invoke_r<void, ____C_A_T_C_H____T_E_S_T____108()::$_0&, argstest::Subparser&>(____C_A_T_C_H____T_E_S_T____108()::$_0&, argstest::Subparser&)
_GLIBCXX14_CONSTEXPR __can_invoke_as_void<_Res, _Callable, _Args...> __invoke_r(_Callable&& __fn, _Args&&... __args) { using __result = __invoke_result<_Callable, _Args...>; using __type = typename __result::type; using __tag = typename __result::__invoke_type; std::__invoke_impl<__type>(__tag{}, std::forward<_Callable>(__fn), std::forward<_Args>(__args)...); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xc3aa0 addq $0x20, %rsp popq %rbp retq nopw %cs:(%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/invoke.h
13,078
std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____108()::$_0>::_M_get_pointer(std::_Any_data const&)
static _Functor* _M_get_pointer(const _Any_data& __source) { if _GLIBCXX17_CONSTEXPR (__stored_locally) { const _Functor& __f = __source._M_access<_Functor>(); return const_cast<_Functor*>(std::__addressof(__f)); } else // have stored a pointer return __source._M_access<_Functor*>(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xc3de0 movq %rax, -0x10(%rbp) movq -0x10(%rbp), %rax addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,079
void std::__invoke_impl<void, ____C_A_T_C_H____T_E_S_T____108()::$_0&, argstest::Subparser&>(std::__invoke_other, ____C_A_T_C_H____T_E_S_T____108()::$_0&, argstest::Subparser&)
constexpr _Res __invoke_impl(__invoke_other, _Fn&& __f, _Args&&... __args) { return std::forward<_Fn>(__f)(std::forward<_Args>(__args)...); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi movq -0x18(%rbp), %rsi callq 0xc3ad0 addq $0x20, %rsp popq %rbp retq nopw %cs:(%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/invoke.h
13,080
___C_A_T_C_H____T_E_S_T____108()::$_0 const& std::_Any_data::_M_access<____C_A_T_C_H____T_E_S_T____108()::$_0>() const
const _Tp& _M_access() const { return *static_cast<const _Tp*>(_M_access()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xff430 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,081
___C_A_T_C_H____T_E_S_T____108()::$_0*& std::_Any_data::_M_access<____C_A_T_C_H____T_E_S_T____108()::$_0*>()
_Tp& _M_access() { return *static_cast<_Tp*>(_M_access()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xff370 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,082
std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____108()::$_0>::_M_manager(std::_Any_data&, std::_Any_data const&, std::_Manager_operation)
static bool _M_manager(_Any_data& __dest, const _Any_data& __source, _Manager_operation __op) { switch (__op) { case __get_type_info: #if __cpp_rtti __dest._M_access<const type_info*>() = &typeid(_Functor); #else __dest._M_access<const type_info*>() = nullptr; #endif break; case __get_functor_ptr: __dest._M_access<_Functor*>() = _M_get_pointer(__source); break; case __clone_functor: _M_init_functor(__dest, *const_cast<const _Functor*>(_M_get_pointer(__source))); break; case __destroy_functor: _M_destroy(__dest, _Local_storage()); break; } return false; }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) movl -0x14(%rbp), %eax movq %rax, -0x20(%rbp) subq $0x3, %rax ja 0xc3eb0 movq -0x20(%rbp), %rax leaq 0xf44b5(%rip), %rcx # 0x1b8300 movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax movq -0x8(%rbp), %rdi callq 0xff440 leaq 0x1a091c(%rip), %rcx # 0x264780 movq %rcx, (%rax) jmp 0xc3eb0 movq -0x10(%rbp), %rdi callq 0xc3a70 movq %rax, -0x28(%rbp) movq -0x8(%rbp), %rdi callq 0xc3e00 movq -0x28(%rbp), %rcx movq %rcx, (%rax) jmp 0xc3eb0 movq -0x8(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x10(%rbp), %rdi callq 0xc3a70 movq -0x30(%rbp), %rdi movq %rax, %rsi callq 0xc3ec0 jmp 0xc3eb0 movq -0x8(%rbp), %rdi callq 0xc3ef0 xorl %eax, %eax andb $0x1, %al addq $0x30, %rsp popq %rbp retq nopw (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,083
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____108()::$_0>::_M_init_functor<____C_A_T_C_H____T_E_S_T____108()::$_0 const&>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____108()::$_0 const&)
static void _M_init_functor(_Any_data& __functor, _Fn&& __f) noexcept(__and_<_Local_storage, is_nothrow_constructible<_Functor, _Fn>>::value) { _M_create(__functor, std::forward<_Fn>(__f), _Local_storage()); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xc3f10 jmp 0xc3edf addq $0x20, %rsp popq %rbp retq movq %rax, %rdi callq 0xd2220 nopl (%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,084
std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____108()::$_0>::_M_destroy(std::_Any_data&, std::integral_constant<bool, true>)
static void _M_destroy(_Any_data& __victim, true_type) { __victim._M_access<_Functor>().~_Functor(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rdi callq 0xc3f30 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,085
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____108()::$_0>::_M_create<____C_A_T_C_H____T_E_S_T____108()::$_0 const&>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____108()::$_0 const&, std::integral_constant<bool, true>)
static void _M_create(_Any_data& __dest, _Fn&& __f, true_type) { ::new (__dest._M_access()) _Functor(std::forward<_Fn>(__f)); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi callq 0xff370 addq $0x20, %rsp popq %rbp retq nop
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,086
___C_A_T_C_H____T_E_S_T____108()::$_0& std::_Any_data::_M_access<____C_A_T_C_H____T_E_S_T____108()::$_0>()
_Tp& _M_access() { return *static_cast<_Tp*>(_M_access()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xff370 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,087
bool std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____108()::$_1>::_M_not_empty_function<____C_A_T_C_H____T_E_S_T____108()::$_1>(____C_A_T_C_H____T_E_S_T____108()::$_1 const&)
static bool _M_not_empty_function(const _Tp&) { return true; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movb $0x1, %al andb $0x1, %al popq %rbp retq nop
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,088
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____108()::$_1>::_M_init_functor<____C_A_T_C_H____T_E_S_T____108()::$_1>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____108()::$_1&&)
static void _M_init_functor(_Any_data& __functor, _Fn&& __f) noexcept(__and_<_Local_storage, is_nothrow_constructible<_Functor, _Fn>>::value) { _M_create(__functor, std::forward<_Fn>(__f), _Local_storage()); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xc4040 jmp 0xc3f7f addq $0x20, %rsp popq %rbp retq movq %rax, %rdi callq 0xd2220 nopl (%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,089
std::_Function_handler<void (argstest::Subparser&), ____C_A_T_C_H____T_E_S_T____108()::$_1>::_M_invoke(std::_Any_data const&, argstest::Subparser&)
static _Res _M_invoke(const _Any_data& __functor, _ArgTypes&&... __args) { return std::__invoke_r<_Res>(*_Base::_M_get_pointer(__functor), std::forward<_ArgTypes>(__args)...); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi callq 0xc4090 movq %rax, %rdi movq -0x10(%rbp), %rsi callq 0xc4060 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,090
std::_Function_handler<void (argstest::Subparser&), ____C_A_T_C_H____T_E_S_T____108()::$_1>::_M_manager(std::_Any_data&, std::_Any_data const&, std::_Manager_operation)
static bool _M_manager(_Any_data& __dest, const _Any_data& __source, _Manager_operation __op) { switch (__op) { #if __cpp_rtti case __get_type_info: __dest._M_access<const type_info*>() = &typeid(_Functor); break; #endif case __get_functor_ptr: __dest._M_access<_Functor*>() = _Base::_M_get_pointer(__source); break; default: _Base::_M_manager(__dest, __source, __op); } return false; }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) movl -0x14(%rbp), %eax movl %eax, -0x18(%rbp) testl %eax, %eax je 0xc3fe9 jmp 0xc3fdf movl -0x18(%rbp), %eax subl $0x1, %eax je 0xc3ffe jmp 0xc401d movq -0x8(%rbp), %rdi callq 0xff440 leaq 0x1a0797(%rip), %rcx # 0x264790 movq %rcx, (%rax) jmp 0xc402d movq -0x10(%rbp), %rdi callq 0xc4090 movq %rax, -0x20(%rbp) movq -0x8(%rbp), %rdi callq 0xc4120 movq -0x20(%rbp), %rcx movq %rcx, (%rax) jmp 0xc402d movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi movl -0x14(%rbp), %edx callq 0xc4140 xorl %eax, %eax andb $0x1, %al addq $0x20, %rsp popq %rbp retq nopw (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,091
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____108()::$_1>::_M_create<____C_A_T_C_H____T_E_S_T____108()::$_1>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____108()::$_1&&, std::integral_constant<bool, true>)
static void _M_create(_Any_data& __dest, _Fn&& __f, true_type) { ::new (__dest._M_access()) _Functor(std::forward<_Fn>(__f)); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi callq 0xff370 addq $0x20, %rsp popq %rbp retq nop
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,092
std::enable_if<__and_<std::is_void<void>, std::__is_invocable<____C_A_T_C_H____T_E_S_T____108()::$_1&, argstest::Subparser&>>::value, void>::type std::__invoke_r<void, ____C_A_T_C_H____T_E_S_T____108()::$_1&, argstest::Subparser&>(____C_A_T_C_H____T_E_S_T____108()::$_1&, argstest::Subparser&)
_GLIBCXX14_CONSTEXPR __can_invoke_as_void<_Res, _Callable, _Args...> __invoke_r(_Callable&& __fn, _Args&&... __args) { using __result = __invoke_result<_Callable, _Args...>; using __type = typename __result::type; using __tag = typename __result::__invoke_type; std::__invoke_impl<__type>(__tag{}, std::forward<_Callable>(__fn), std::forward<_Args>(__args)...); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xc40c0 addq $0x20, %rsp popq %rbp retq nopw %cs:(%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/invoke.h
13,093
std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____108()::$_1>::_M_get_pointer(std::_Any_data const&)
static _Functor* _M_get_pointer(const _Any_data& __source) { if _GLIBCXX17_CONSTEXPR (__stored_locally) { const _Functor& __f = __source._M_access<_Functor>(); return const_cast<_Functor*>(std::__addressof(__f)); } else // have stored a pointer return __source._M_access<_Functor*>(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xc4100 movq %rax, -0x10(%rbp) movq -0x10(%rbp), %rax addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,094
void std::__invoke_impl<void, ____C_A_T_C_H____T_E_S_T____108()::$_1&, argstest::Subparser&>(std::__invoke_other, ____C_A_T_C_H____T_E_S_T____108()::$_1&, argstest::Subparser&)
constexpr _Res __invoke_impl(__invoke_other, _Fn&& __f, _Args&&... __args) { return std::forward<_Fn>(__f)(std::forward<_Args>(__args)...); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi movq -0x18(%rbp), %rsi callq 0xc40f0 addq $0x20, %rsp popq %rbp retq nopw %cs:(%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/invoke.h
13,095
___C_A_T_C_H____T_E_S_T____108()::$_1 const& std::_Any_data::_M_access<____C_A_T_C_H____T_E_S_T____108()::$_1>() const
const _Tp& _M_access() const { return *static_cast<const _Tp*>(_M_access()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xff430 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,096
___C_A_T_C_H____T_E_S_T____108()::$_1*& std::_Any_data::_M_access<____C_A_T_C_H____T_E_S_T____108()::$_1*>()
_Tp& _M_access() { return *static_cast<_Tp*>(_M_access()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xff370 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,097
std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____108()::$_1>::_M_manager(std::_Any_data&, std::_Any_data const&, std::_Manager_operation)
static bool _M_manager(_Any_data& __dest, const _Any_data& __source, _Manager_operation __op) { switch (__op) { case __get_type_info: #if __cpp_rtti __dest._M_access<const type_info*>() = &typeid(_Functor); #else __dest._M_access<const type_info*>() = nullptr; #endif break; case __get_functor_ptr: __dest._M_access<_Functor*>() = _M_get_pointer(__source); break; case __clone_functor: _M_init_functor(__dest, *const_cast<const _Functor*>(_M_get_pointer(__source))); break; case __destroy_functor: _M_destroy(__dest, _Local_storage()); break; } return false; }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) movl -0x14(%rbp), %eax movq %rax, -0x20(%rbp) subq $0x3, %rax ja 0xc41d0 movq -0x20(%rbp), %rax leaq 0xf41a5(%rip), %rcx # 0x1b8310 movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax movq -0x8(%rbp), %rdi callq 0xff440 leaq 0x1a060c(%rip), %rcx # 0x264790 movq %rcx, (%rax) jmp 0xc41d0 movq -0x10(%rbp), %rdi callq 0xc4090 movq %rax, -0x28(%rbp) movq -0x8(%rbp), %rdi callq 0xc4120 movq -0x28(%rbp), %rcx movq %rcx, (%rax) jmp 0xc41d0 movq -0x8(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x10(%rbp), %rdi callq 0xc4090 movq -0x30(%rbp), %rdi movq %rax, %rsi callq 0xc41e0 jmp 0xc41d0 movq -0x8(%rbp), %rdi callq 0xc4210 xorl %eax, %eax andb $0x1, %al addq $0x30, %rsp popq %rbp retq nopw (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,098
void std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____108()::$_1>::_M_init_functor<____C_A_T_C_H____T_E_S_T____108()::$_1 const&>(std::_Any_data&, ____C_A_T_C_H____T_E_S_T____108()::$_1 const&)
static void _M_init_functor(_Any_data& __functor, _Fn&& __f) noexcept(__and_<_Local_storage, is_nothrow_constructible<_Functor, _Fn>>::value) { _M_create(__functor, std::forward<_Fn>(__f), _Local_storage()); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xc4230 jmp 0xc41ff addq $0x20, %rsp popq %rbp retq movq %rax, %rdi callq 0xd2220 nopl (%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h
13,099
std::_Function_base::_Base_manager<____C_A_T_C_H____T_E_S_T____108()::$_1>::_M_destroy(std::_Any_data&, std::integral_constant<bool, true>)
static void _M_destroy(_Any_data& __victim, true_type) { __victim._M_access<_Functor>().~_Functor(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rdi callq 0xc4250 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h