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
14,500
Catch::clara::detail::TokenStream::operator*() const
auto operator*() const -> Token { assert( !m_tokenBuffer.empty() ); return m_tokenBuffer.front(); }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x28(%rbp) movq %rdi, %rax movq %rax, -0x20(%rbp) movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x10(%rbp), %rdi movq %rdi, -0x18(%rbp) addq $0x10, %rdi callq 0xe2f90 xorb $-0x1, %al testb $0x1, %al jne 0xe2b74 jmp 0xe2b76 jmp 0xe2b95 leaq 0xd97dd(%rip), %rdi...
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
cjuub[P]geemuboi/build_O0/_deps/args-src/catch.hpp
14,501
Catch::clara::detail::Opt::isMatch(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) const
auto isMatch( std::string const &optToken ) const -> bool { auto normalisedToken = normaliseOpt( optToken ); for( auto const &name : m_optNames ) { if( normaliseOpt( name ) == normalisedToken ) return true; } return false; }
pushq %rbp movq %rsp, %rbp subq $0xa0, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x90(%rbp) movq -0x18(%rbp), %rsi leaq -0x38(%rbp), %rdi callq 0xe3040 movq -0x90(%rbp), %rax addq $0x60, %rax movq %rax, -0x40(%rbp) movq -0x40(%rbp), %rdi callq 0xd39a0 movq %rax, -0x48(%rbp) m...
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
cjuub[P]geemuboi/build_O0/_deps/args-src/catch.hpp
14,502
std::__shared_ptr_access<Catch::clara::detail::BoundRef, (__gnu_cxx::_Lock_policy)2, false, false>::operator->() const
element_type* operator->() const noexcept { _GLIBCXX_DEBUG_PEDASSERT(_M_get() != nullptr); return _M_get(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xe3070 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/shared_ptr_base.h
14,503
std::__shared_ptr<Catch::clara::detail::BoundRef, (__gnu_cxx::_Lock_policy)2>::get() const
element_type* get() const noexcept { return _M_ptr; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq (%rax), %rax popq %rbp retq nopw %cs:(%rax,%rax) 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/shared_ptr_base.h
14,504
Catch::clara::detail::BasicResult<Catch::clara::detail::ParseResultType>::operator bool() const
explicit operator bool() const { return m_type == ResultBase::Ok; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax cmpl $0x0, 0x8(%rax) sete %al andb $0x1, %al popq %rbp retq nopw (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
cjuub[P]geemuboi/build_O0/_deps/args-src/catch.hpp
14,505
Catch::clara::detail::BasicResult<Catch::clara::detail::ParseState>::BasicResult<Catch::clara::detail::ParseResultType>(Catch::clara::detail::BasicResult<Catch::clara::detail::ParseResultType> const&)
explicit BasicResult( BasicResult<U> const &other ) : ResultValueBase<T>( other.type() ), m_errorMessage( other.errorMessage() ) { assert( type() != ResultBase::Ok ); }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x28(%rbp) movq -0x10(%rbp), %rdi callq 0xe3090 movq -0x28(%rbp), %rdi movl %eax, %esi callq 0xe2f00 movq -0x28(%rbp), %rdi leaq 0x182769(%rip), %rax # 0x2654e0 movq %rax, (%rdi) addq $0x40, %rd...
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
cjuub[P]geemuboi/build_O0/_deps/args-src/catch.hpp
14,506
Catch::clara::detail::ResultValueBase<Catch::clara::detail::ParseResultType>::value() const
auto value() const -> T const & { enforceOk(); return m_value; }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x10(%rbp) movq (%rdi), %rax callq *0x10(%rax) movq -0x10(%rbp), %rax addq $0xc, %rax 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
cjuub[P]geemuboi/build_O0/_deps/args-src/catch.hpp
14,507
Catch::clara::detail::TokenStream::operator++()
auto operator++() -> TokenStream & { if( m_tokenBuffer.size() >= 2 ) { m_tokenBuffer.erase( m_tokenBuffer.begin() ); } else { if( it != itEnd ) ++it; loadBuffer(); } return *this; }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x28(%rbp) addq $0x10, %rdi callq 0xdf520 cmpq $0x2, %rax jb 0xe2e6f movq -0x28(%rbp), %rdi movq %rdi, %rax addq $0x10, %rax movq %rax, -0x30(%rbp) addq $0x10, %rdi callq 0xe3150 movq %rax, -0x18(%rbp) leaq -0x10(%rbp), ...
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
cjuub[P]geemuboi/build_O0/_deps/args-src/catch.hpp
14,508
Catch::clara::detail::BasicResult<Catch::clara::detail::ParseState>::runtimeError(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
static auto runtimeError( std::string const &message ) -> BasicResult { return { ResultBase::RuntimeError, message }; }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, %rax movq %rax, -0x18(%rbp) movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x10(%rbp), %rdx movl $0x2, %esi callq 0xe4670 movq -0x18(%rbp), %rax addq $0x20, %rsp popq %rbp retq nop
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
cjuub[P]geemuboi/build_O0/_deps/args-src/catch.hpp
14,509
Catch::clara::detail::BasicResult<void>::type() const
auto type() const -> ResultBase::Type { return m_type; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movl 0x8(%rax), %eax popq %rbp retq nopw %cs:(%rax,%rax) nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
cjuub[P]geemuboi/build_O0/_deps/args-src/catch.hpp
14,510
Catch::clara::detail::ResultValueBase<Catch::clara::detail::ParseState>::ResultValueBase(Catch::clara::detail::ResultBase::Type)
ResultValueBase( Type type ) : ResultBase( type ) {}
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movl %esi, -0xc(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x18(%rbp) movl -0xc(%rbp), %esi callq 0xdf0e0 movq -0x18(%rbp), %rax leaq 0x1825fe(%rip), %rcx # 0x265528 addq $0x10, %rcx movq %rcx, (%rax) 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
cjuub[P]geemuboi/build_O0/_deps/args-src/catch.hpp
14,511
Catch::clara::detail::BasicResult<void>::errorMessage[abi:cxx11]() const
auto errorMessage() const -> std::string { return m_errorMessage; }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, %rax movq %rax, -0x18(%rbp) movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x10(%rbp), %rsi addq $0x10, %rsi callq 0x1f330 movq -0x18(%rbp), %rax addq $0x20, %rsp popq %rbp retq nop
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
cjuub[P]geemuboi/build_O0/_deps/args-src/catch.hpp
14,512
Catch::clara::detail::BasicResult<Catch::clara::detail::ParseState>::type() const
auto type() const -> ResultBase::Type { return m_type; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movl 0x8(%rax), %eax popq %rbp retq nopw %cs:(%rax,%rax) nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
cjuub[P]geemuboi/build_O0/_deps/args-src/catch.hpp
14,513
std::vector<Catch::clara::detail::Token, std::allocator<Catch::clara::detail::Token>>::empty() const
_GLIBCXX_NODISCARD bool empty() const _GLIBCXX_NOEXCEPT { return begin() == end(); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) callq 0xdf650 movq -0x20(%rbp), %rdi movq %rax, -0x10(%rbp) callq 0xdf680 movq %rax, -0x18(%rbp) leaq -0x10(%rbp), %rdi leaq -0x18(%rbp), %rsi callq 0xe2fd0 andb $0x1, %al 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/stl_vector.h
14,514
std::vector<Catch::clara::detail::Token, std::allocator<Catch::clara::detail::Token>>::front() const
const_reference front() const _GLIBCXX_NOEXCEPT { __glibcxx_requires_nonempty(); return *begin(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xdf650 movq %rax, -0x10(%rbp) leaq -0x10(%rbp), %rdi callq 0xdfae0 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/stl_vector.h
14,515
Catch::clara::detail::normaliseOpt(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
inline auto normaliseOpt( std::string const &optName ) -> std::string { #ifdef CATCH_PLATFORM_WINDOWS if( optName[0] == '/' ) return "-" + optName.substr( 1 ); else #endif return optName; }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, %rax movq %rax, -0x18(%rbp) movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x10(%rbp), %rsi callq 0x1f330 movq -0x18(%rbp), %rax 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
cjuub[P]geemuboi/build_O0/_deps/args-src/catch.hpp
14,516
std::__shared_ptr_access<Catch::clara::detail::BoundRef, (__gnu_cxx::_Lock_policy)2, false, false>::_M_get() const
element_type* _M_get() const noexcept { return static_cast<const __shared_ptr<_Tp, _Lp>*>(this)->get(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xe2d00 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/shared_ptr_base.h
14,517
Catch::clara::detail::BasicResult<Catch::clara::detail::ParseResultType>::type() const
auto type() const -> ResultBase::Type { return m_type; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movl 0x8(%rax), %eax popq %rbp retq nopw %cs:(%rax,%rax) nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
cjuub[P]geemuboi/build_O0/_deps/args-src/catch.hpp
14,518
Catch::clara::detail::BasicResult<Catch::clara::detail::ParseResultType>::errorMessage[abi:cxx11]() const
auto errorMessage() const -> std::string { return m_errorMessage; }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, %rax movq %rax, -0x18(%rbp) movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x10(%rbp), %rsi addq $0x10, %rsi callq 0x1f330 movq -0x18(%rbp), %rax addq $0x20, %rsp popq %rbp retq nop
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
cjuub[P]geemuboi/build_O0/_deps/args-src/catch.hpp
14,519
std::vector<Catch::clara::detail::Token, std::allocator<Catch::clara::detail::Token>>::erase(__gnu_cxx::__normal_iterator<Catch::clara::detail::Token const*, std::vector<Catch::clara::detail::Token, std::allocator<Catch::clara::detail::Token>>>)
erase(const_iterator __position) { return _M_erase(begin() + (__position - cbegin())); }
pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rsi, -0x10(%rbp) movq %rdi, -0x18(%rbp) movq -0x18(%rbp), %rdi movq %rdi, -0x38(%rbp) callq 0xe3150 movq -0x38(%rbp), %rdi movq %rax, -0x28(%rbp) callq 0xe3770 movq %rax, -0x30(%rbp) leaq -0x10(%rbp), %rdi leaq -0x30(%rbp), %rsi callq 0xe3720 movq %rax, %rsi leaq -0x28(...
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/stl_vector.h
14,520
std::vector<Catch::clara::detail::Token, std::allocator<Catch::clara::detail::Token>>::begin()
iterator begin() _GLIBCXX_NOEXCEPT { return iterator(this->_M_impl._M_start); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rsi leaq -0x8(%rbp), %rdi callq 0xe38c0 movq -0x8(%rbp), %rax addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax) 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/stl_vector.h
14,521
Catch::clara::detail::TokenStream::loadBuffer()
void loadBuffer() { m_tokenBuffer.resize( 0 ); // Skip any empty strings while( it != itEnd && it->empty() ) ++it; if( it != itEnd ) { auto const &next = *it; if( isOptPrefix( next[0] ) ) { auto delimit...
pushq %rbp movq %rsp, %rbp subq $0x180, %rsp # imm = 0x180 movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x128(%rbp) addq $0x10, %rdi xorl %eax, %eax movl %eax, %esi callq 0xe3b50 movq -0x128(%rbp), %rdi movq %rdi, %rsi addq $0x8, %rsi callq 0xd3a00 movb %al, %cl xorl %eax, %eax testb $0x1, %cl mov...
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
cjuub[P]geemuboi/build_O0/_deps/args-src/catch.hpp
14,522
std::vector<Catch::clara::detail::Token, std::allocator<Catch::clara::detail::Token>>::cbegin() const
const_iterator cbegin() const noexcept { return const_iterator(this->_M_impl._M_start); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rsi leaq -0x8(%rbp), %rdi callq 0xdfc20 movq -0x8(%rbp), %rax addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax) 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/stl_vector.h
14,523
std::vector<Catch::clara::detail::Token, std::allocator<Catch::clara::detail::Token>>::end()
iterator end() _GLIBCXX_NOEXCEPT { return iterator(this->_M_impl._M_finish); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rsi addq $0x8, %rsi leaq -0x8(%rbp), %rdi callq 0xe38c0 movq -0x8(%rbp), %rax addq $0x10, %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/stl_vector.h
14,524
void std::allocator_traits<std::allocator<Catch::clara::detail::Token>>::destroy<Catch::clara::detail::Token>(std::allocator<Catch::clara::detail::Token>&, Catch::clara::detail::Token*)
static _GLIBCXX20_CONSTEXPR void destroy(allocator_type& __a __attribute__((__unused__)), _Up* __p) noexcept(is_nothrow_destructible<_Up>::value) { #if __cplusplus <= 201703L __a.destroy(__p); #else std::destroy_at(__p); #endif }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xe3b30 addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax) 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/alloc_traits.h
14,525
_gnu_cxx::__normal_iterator<Catch::clara::detail::Token*, std::vector<Catch::clara::detail::Token, std::allocator<Catch::clara::detail::Token>>>::__normal_iterator(Catch::clara::detail::Token* const&)
explicit _GLIBCXX20_CONSTEXPR __normal_iterator(const _Iterator& __i) _GLIBCXX_NOEXCEPT : _M_current(__i) { }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq -0x10(%rbp), %rcx movq (%rcx), %rcx movq %rcx, (%rax) 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/stl_iterator.h
14,526
void __gnu_cxx::new_allocator<Catch::clara::detail::Token>::destroy<Catch::clara::detail::Token>(Catch::clara::detail::Token*)
void destroy(_Up* __p) noexcept(std::is_nothrow_destructible<_Up>::value) { __p->~_Up(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x10(%rbp), %rdi callq 0xdfc00 addq $0x10, %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/ext/new_allocator.h
14,527
std::vector<Catch::clara::detail::Token, std::allocator<Catch::clara::detail::Token>>::resize(unsigned long)
void resize(size_type __new_size) { if (__new_size > size()) _M_default_append(__new_size - size()); else if (__new_size < size()) _M_erase_at_end(this->_M_impl._M_start + __new_size); }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x18(%rbp) callq 0xdf520 movq %rax, %rcx movq -0x18(%rbp), %rax cmpq %rcx, %rax jbe 0xe3ba4 movq -0x20(%rbp), %rdi movq -0x10(%rbp), %rax movq %rax, -0...
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/stl_vector.h
14,528
Catch::clara::detail::isOptPrefix(char)
inline auto isOptPrefix( char c ) -> bool { return c == '-' #ifdef CATCH_PLATFORM_WINDOWS || c == '/' #endif ; }
pushq %rbp movq %rsp, %rbp movb %dil, %al movb %al, -0x1(%rbp) movsbl -0x1(%rbp), %eax cmpl $0x2d, %eax sete %al andb $0x1, %al popq %rbp retq nopl (%rax,%rax)
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
cjuub[P]geemuboi/build_O0/_deps/args-src/catch.hpp
14,529
std::vector<Catch::clara::detail::Token, std::allocator<Catch::clara::detail::Token>>::push_back(Catch::clara::detail::Token&&)
void push_back(value_type&& __x) { emplace_back(std::move(__x)); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xe4430 addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax) 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/stl_vector.h
14,530
std::vector<Catch::clara::detail::Token, std::allocator<Catch::clara::detail::Token>>::_M_erase_at_end(Catch::clara::detail::Token*)
void _M_erase_at_end(pointer __pos) _GLIBCXX_NOEXCEPT { if (size_type __n = this->_M_impl._M_finish - __pos) { std::_Destroy(__pos, this->_M_impl._M_finish, _M_get_Tp_allocator()); this->_M_impl._M_finish = __pos; _GLIBCXX_ASAN_ANNOTATE_SHRINK(__n); } }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x20(%rbp) movq 0x8(%rax), %rax movq -0x10(%rbp), %rcx subq %rcx, %rax movl $0x28, %ecx cqto idivq %rcx movq %rax, -0x18(%rbp) cmpq $0x0, -0x18(%rbp) je 0xe3eef movq -0x20(%rbp), %rdi movq -0x10(%r...
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/stl_vector.h
14,531
std::vector<Catch::clara::detail::Token, std::allocator<Catch::clara::detail::Token>>::max_size() const
size_type max_size() const _GLIBCXX_NOEXCEPT { return _S_max_size(_M_get_Tp_allocator()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xdf580 movq %rax, %rdi callq 0xe4080 addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax) 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/stl_vector.h
14,532
Catch::clara::detail::Token* std::__uninitialized_default_n_a<Catch::clara::detail::Token*, unsigned long, Catch::clara::detail::Token>(Catch::clara::detail::Token*, unsigned long, std::allocator<Catch::clara::detail::Token>&)
inline _ForwardIterator __uninitialized_default_n_a(_ForwardIterator __first, _Size __n, allocator<_Tp>&) { return std::__uninitialized_default_n(__first, __n); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xe4110 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/stl_uninitialized.h
14,533
std::vector<Catch::clara::detail::Token, std::allocator<Catch::clara::detail::Token>>::_M_check_len(unsigned long, char const*) const
size_type _M_check_len(size_type __n, const char* __s) const { if (max_size() - size() < __n) __throw_length_error(__N(__s)); const size_type __len = size() + (std::max)(size(), __n); return (__len < size() || __len > max_size()) ? max_size() : __len; }
pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x38(%rbp) callq 0xe3f00 movq -0x38(%rbp), %rdi movq %rax, -0x30(%rbp) callq 0xdf520 movq %rax, %rcx movq -0x30(%rbp), %rax subq %rcx, %rax cmpq -0x10(%rbp), %rax jae 0xe3fa7...
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/stl_vector.h
14,534
std::vector<Catch::clara::detail::Token, std::allocator<Catch::clara::detail::Token>>::_S_relocate(Catch::clara::detail::Token*, Catch::clara::detail::Token*, Catch::clara::detail::Token*, std::allocator<Catch::clara::detail::Token>&)
static pointer _S_relocate(pointer __first, pointer __last, pointer __result, _Tp_alloc_type& __alloc) noexcept { using __do_it = __bool_constant<_S_use_relocate()>; return _S_do_relocate(__first, __last, __result, __alloc, __do_it{}); }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi movq -0x18(%rbp), %rdx movq -0x20(%rbp), %rcx callq 0xe4240 addq $0x30, %rsp popq %rbp retq nopw %cs:(%rax,%rax) 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/stl_vector.h
14,535
std::vector<Catch::clara::detail::Token, std::allocator<Catch::clara::detail::Token>>::_S_max_size(std::allocator<Catch::clara::detail::Token> const&)
static size_type _S_max_size(const _Tp_alloc_type& __a) _GLIBCXX_NOEXCEPT { // std::distance(begin(), end()) cannot be greater than PTRDIFF_MAX, // and realistically we can't store more than PTRDIFF_MAX/sizeof(T) // (even if std::allocator_traits::max_size says we can). const size_t __diffmax = __gnu...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movabsq $0x333333333333333, %rax # imm = 0x333333333333333 movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rdi callq 0xe40d0 movq %rax, -0x18(%rbp) leaq -0x10(%rbp), %rdi leaq -0x18(%rbp), %rsi callq 0xd70e0 movq %rax, -0x20(%rbp) jmp 0xe40ba movq -0x20(%rbp), ...
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/stl_vector.h
14,536
std::allocator_traits<std::allocator<Catch::clara::detail::Token>>::max_size(std::allocator<Catch::clara::detail::Token> const&)
static _GLIBCXX20_CONSTEXPR size_type max_size(const allocator_type& __a __attribute__((__unused__))) noexcept { #if __cplusplus <= 201703L return __a.max_size(); #else return size_t(-1) / sizeof(value_type); #endif }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xe40f0 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/alloc_traits.h
14,537
_gnu_cxx::new_allocator<Catch::clara::detail::Token>::max_size() const
size_type max_size() const _GLIBCXX_USE_NOEXCEPT { return _M_max_size(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xdf930 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/ext/new_allocator.h
14,538
Catch::clara::detail::Token* std::__uninitialized_default_n<Catch::clara::detail::Token*, unsigned long>(Catch::clara::detail::Token*, unsigned long)
inline _ForwardIterator __uninitialized_default_n(_ForwardIterator __first, _Size __n) { typedef typename iterator_traits<_ForwardIterator>::value_type _ValueType; // See uninitialized_fill_n for the conditions for using std::fill_n. constexpr bool __can_fill = __and_<is_integral<_Size>, is_...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movb $0x1, -0x11(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xe4140 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/stl_uninitialized.h
14,539
Catch::clara::detail::Token* std::__uninitialized_default_n_1<false>::__uninit_default_n<Catch::clara::detail::Token*, unsigned long>(Catch::clara::detail::Token*, unsigned long)
static _ForwardIterator __uninit_default_n(_ForwardIterator __first, _Size __n) { _ForwardIterator __cur = __first; __try { for (; __n > 0; --__n, (void) ++__cur) std::_Construct(std::__addressof(*__cur)); return __cur; } __catch(...) { std::_Destroy(__firs...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x18(%rbp) cmpq $0x0, -0x10(%rbp) jbe 0xe41b1 movq -0x18(%rbp), %rdi callq 0xe41f0 jmp 0xe416a jmp 0xe416c movq -0x10(%rbp), %rax addq $-0x1, %rax movq %rax, -0x10(%rbp) movq -0x18(%rbp), %rax addq...
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/stl_uninitialized.h
14,540
std::vector<Catch::clara::detail::Token, std::allocator<Catch::clara::detail::Token>>::_S_do_relocate(Catch::clara::detail::Token*, Catch::clara::detail::Token*, Catch::clara::detail::Token*, std::allocator<Catch::clara::detail::Token>&, std::integral_constant<bool, true>)
static pointer _S_do_relocate(pointer __first, pointer __last, pointer __result, _Tp_alloc_type& __alloc, true_type) noexcept { return std::__relocate_a(__first, __last, __result, __alloc); }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movq -0x10(%rbp), %rdi movq -0x18(%rbp), %rsi movq -0x20(%rbp), %rdx movq -0x28(%rbp), %rcx callq 0xe4280 addq $0x30, %rsp popq %rbp retq nopw %cs:(%rax,%rax) 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/stl_vector.h
14,541
Catch::clara::detail::Token* std::__relocate_a<Catch::clara::detail::Token*, Catch::clara::detail::Token*, std::allocator<Catch::clara::detail::Token>>(Catch::clara::detail::Token*, Catch::clara::detail::Token*, Catch::clara::detail::Token*, std::allocator<Catch::clara::detail::Token>&)
inline _ForwardIterator __relocate_a(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) noexcept(noexcept(__relocate_a_1(std::__niter_base(__first), std::__niter_base(__last), std::__niter_base(__result), __alloc))) { return __relocate_a...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq -0x8(%rbp), %rdi callq 0xe4340 movq %rax, -0x30(%rbp) movq -0x10(%rbp), %rdi callq 0xe4340 movq %rax, -0x28(%rbp) movq -0x18(%rbp), %rdi callq 0xe4340 movq -0x30(%rbp), %rdi movq -...
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/stl_uninitialized.h
14,542
Catch::clara::detail::Token* std::__relocate_a_1<Catch::clara::detail::Token*, Catch::clara::detail::Token*, std::allocator<Catch::clara::detail::Token>>(Catch::clara::detail::Token*, Catch::clara::detail::Token*, Catch::clara::detail::Token*, std::allocator<Catch::clara::detail::Token>&)
inline _ForwardIterator __relocate_a_1(_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _Allocator& __alloc) noexcept(noexcept(std::__relocate_object_a(std::addressof(*__result), std::addressof(*__first), __alloc))) { typedef typename iterator_trai...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq -0x18(%rbp), %rax movq %rax, -0x28(%rbp) movq -0x8(%rbp), %rax cmpq -0x10(%rbp), %rax je 0xe4335 movq -0x28(%rbp), %rdi movq -0x8(%rbp), %rsi movq -0x20(%rbp), %rdx callq 0xe4350 m...
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/stl_uninitialized.h
14,543
void std::__relocate_object_a<Catch::clara::detail::Token, Catch::clara::detail::Token, std::allocator<Catch::clara::detail::Token>>(Catch::clara::detail::Token*, Catch::clara::detail::Token*, std::allocator<Catch::clara::detail::Token>&)
inline void __relocate_object_a(_Tp* __restrict __dest, _Up* __restrict __orig, _Allocator& __alloc) noexcept(noexcept(std::allocator_traits<_Allocator>::construct(__alloc, __dest, std::move(*__orig))) && noexcept(std::allocator_traits<_Allocator>::destroy( __alloc, std::__addressof(*__orig)...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x18(%rbp), %rdi movq -0x8(%rbp), %rsi movq -0x10(%rbp), %rdx callq 0xe4390 movq -0x18(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xe3880 addq $0x20, %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/stl_uninitialized.h
14,544
void std::allocator_traits<std::allocator<Catch::clara::detail::Token>>::construct<Catch::clara::detail::Token, Catch::clara::detail::Token>(std::allocator<Catch::clara::detail::Token>&, Catch::clara::detail::Token*, Catch::clara::detail::Token&&)
static _GLIBCXX20_CONSTEXPR void construct(allocator_type& __a __attribute__((__unused__)), _Up* __p, _Args&&... __args) noexcept(std::is_nothrow_constructible<_Up, _Args...>::value) { #if __cplusplus <= 201703L __a.construct(__p, std::forward<_Args>(__args)...); #else std::construct_at(__p, std::forward<_...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi movq -0x18(%rbp), %rdx callq 0xe43c0 addq $0x20, %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/alloc_traits.h
14,545
void __gnu_cxx::new_allocator<Catch::clara::detail::Token>::construct<Catch::clara::detail::Token, Catch::clara::detail::Token>(Catch::clara::detail::Token*, Catch::clara::detail::Token&&)
void construct(_Up* __p, _Args&&... __args) noexcept(std::is_nothrow_constructible<_Up, _Args...>::value) { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x10(%rbp), %rdi movq -0x18(%rbp), %rsi callq 0xe43f0 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/ext/new_allocator.h
14,546
void std::vector<Catch::clara::detail::Token, std::allocator<Catch::clara::detail::Token>>::emplace_back<Catch::clara::detail::Token>(Catch::clara::detail::Token&&)
vector<_Tp, _Alloc>:: emplace_back(_Args&&... __args) { if (this->_M_impl._M_finish != this->_M_impl._M_end_of_storage) { _GLIBCXX_ASAN_ANNOTATE_GROW(1); _Alloc_traits::construct(this->_M_impl, this->_M_impl._M_finish, std::forward<_Args>(__args)...); ++this->_M_impl._M_finish; ...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rcx movq %rcx, -0x20(%rbp) movq 0x8(%rcx), %rax cmpq 0x10(%rcx), %rax je 0xe4475 movq -0x20(%rbp), %rdi movq 0x8(%rdi), %rsi movq -0x10(%rbp), %rdx callq 0xe4390 movq -0x20(%rbp), %rax movq 0x8(%rax), %rcx addq $0...
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/vector.tcc
14,547
void std::vector<Catch::clara::detail::Token, std::allocator<Catch::clara::detail::Token>>::_M_realloc_insert<Catch::clara::detail::Token>(__gnu_cxx::__normal_iterator<Catch::clara::detail::Token*, std::vector<Catch::clara::detail::Token, std::allocator<Catch::clara::detail::Token>>>, Catch::clara::detail::Token&&)
void vector<_Tp, _Alloc>:: _M_realloc_insert(iterator __position, const _Tp& __x) #endif { const size_type __len = _M_check_len(size_type(1), "vector::_M_realloc_insert"); pointer __old_start = this->_M_impl._M_start; pointer __old_finish = this->_M_impl._M_finish; const size_type _...
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movq %rsi, -0x8(%rbp) movq %rdi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x10(%rbp), %rdi movq %rdi, -0x58(%rbp) movl $0x1, %esi leaq 0xd8000(%rip), %rdx # 0x1bc4cb callq 0xe3f60 movq -0x58(%rbp), %rdi movq %rax, -0x20(%rbp) movq (%rdi), %rax movq %rax, -0x28(%rbp) movq ...
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/vector.tcc
14,548
Catch::clara::detail::BasicResult<Catch::clara::detail::ParseState>::BasicResult(Catch::clara::detail::ResultBase::Type, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
BasicResult( ResultBase::Type type, std::string const &message ) : ResultValueBase<T>(type), m_errorMessage(message) { assert( m_type != ResultBase::Ok ); }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movl %esi, -0xc(%rbp) movq %rdx, -0x18(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x30(%rbp) movl -0xc(%rbp), %esi callq 0xe2f00 movq -0x30(%rbp), %rdi leaq 0x180e42(%rip), %rax # 0x2654e0 movq %rax, (%rdi) addq $0x40, %rdi movq -0x18(%rbp), %rsi callq 0...
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
cjuub[P]geemuboi/build_O0/_deps/args-src/catch.hpp
14,549
std::shared_ptr<Catch::clara::detail::BoundFlagRef> std::make_shared<Catch::clara::detail::BoundFlagRef, bool&>(bool&)
inline shared_ptr<_Tp> make_shared(_Args&&... __args) { typedef typename std::remove_cv<_Tp>::type _Tp_nc; return std::allocate_shared<_Tp>(std::allocator<_Tp_nc>(), std::forward<_Args>(__args)...); }
pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x38(%rbp) movq %rdi, %rax movq %rax, -0x40(%rbp) movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) leaq -0x11(%rbp), %rdi movq %rdi, -0x30(%rbp) callq 0xe4810 movq -0x38(%rbp), %rdi movq -0x30(%rbp), %rsi movq -0x10(%rbp), %rdx callq 0xe47d0 jmp 0xe474b leaq -0x11(%rb...
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/shared_ptr.h
14,550
std::shared_ptr<Catch::clara::detail::BoundRef>::shared_ptr<Catch::clara::detail::BoundFlagRef, void>(std::shared_ptr<Catch::clara::detail::BoundFlagRef>&&)
shared_ptr(shared_ptr<_Yp>&& __r) noexcept : __shared_ptr<_Tp>(std::move(__r)) { }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xe5210 addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax) 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/shared_ptr.h
14,551
std::shared_ptr<Catch::clara::detail::BoundFlagRef> std::allocate_shared<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, bool&>(std::allocator<Catch::clara::detail::BoundFlagRef> const&, bool&)
inline shared_ptr<_Tp> allocate_shared(const _Alloc& __a, _Args&&... __args) { static_assert(!is_array<_Tp>::value, "make_shared<T[]> not supported"); return shared_ptr<_Tp>(_Sp_alloc_shared_tag<_Alloc>{__a}, std::forward<_Args>(__args)...); }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, %rax movq %rax, -0x28(%rbp) movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x20(%rbp) movq -0x18(%rbp), %rdx movq -0x20(%rbp), %rsi callq 0xe4850 movq -0x28(%rbp), %rax addq $0x30, %rsp popq %rbp retq nopw (%r...
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/shared_ptr.h
14,552
std::allocator<Catch::clara::detail::BoundFlagRef>::allocator()
_GLIBCXX20_CONSTEXPR allocator() _GLIBCXX_NOTHROW { }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xe5200 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/allocator.h
14,553
std::allocator<Catch::clara::detail::BoundFlagRef>::~allocator()
[[nodiscard,__gnu__::__always_inline__]] constexpr _Tp* allocate(size_t __n) { #ifdef __cpp_lib_is_constant_evaluated if (std::is_constant_evaluated()) return static_cast<_Tp*>(::operator new(__n * sizeof(_Tp))); #endif return __allocator_base<_Tp>::allocate(__n, 0); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xe50c0 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/allocator.h
14,554
std::shared_ptr<Catch::clara::detail::BoundFlagRef>::shared_ptr<std::allocator<Catch::clara::detail::BoundFlagRef>, bool&>(std::_Sp_alloc_shared_tag<std::allocator<Catch::clara::detail::BoundFlagRef>>, bool&)
shared_ptr(_Sp_alloc_shared_tag<_Alloc> __tag, _Args&&... __args) : __shared_ptr<_Tp>(__tag, std::forward<_Args>(__args)...) { }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rsi, -0x8(%rbp) movq %rdi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x10(%rbp), %rdi movq -0x8(%rbp), %rax movq %rax, -0x20(%rbp) movq -0x18(%rbp), %rdx movq -0x20(%rbp), %rsi callq 0xe4890 addq $0x20, %rsp popq %rbp retq nopw %cs:(%rax,%rax) 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/shared_ptr.h
14,555
std::__shared_ptr<Catch::clara::detail::BoundFlagRef, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<std::allocator<Catch::clara::detail::BoundFlagRef>, bool&>(std::_Sp_alloc_shared_tag<std::allocator<Catch::clara::detail::BoundFlagRef>>, bool&)
__shared_ptr(_Sp_alloc_shared_tag<_Alloc> __tag, _Args&&... __args) : _M_ptr(), _M_refcount(_M_ptr, __tag, std::forward<_Args>(__args)...) { _M_enable_shared_from_this_with(_M_ptr); }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rsi, -0x8(%rbp) movq %rdi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x10(%rbp), %rsi movq %rsi, -0x28(%rbp) movq $0x0, (%rsi) movq %rsi, %rdi addq $0x8, %rdi movq -0x8(%rbp), %rax movq %rax, -0x20(%rbp) movq -0x18(%rbp), %rcx movq -0x20(%rbp), %rdx callq 0xe48f0 movq -0...
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/shared_ptr_base.h
14,556
std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, bool&>(Catch::clara::detail::BoundFlagRef*&, std::_Sp_alloc_shared_tag<std::allocator<Catch::clara::detail::BoundFlagRef>>, bool&)
__shared_count(_Tp*& __p, _Sp_alloc_shared_tag<_Alloc> __a, _Args&&... __args) { typedef _Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp> _Sp_cp_type; typename _Sp_cp_type::__allocator_type __a2(__a._M_a); auto __guard = std::__allocate_guarded(__a2); _Sp_cp_type* __mem = __guard.get(); auto __pi = ::...
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movq %rdx, -0x8(%rbp) movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x70(%rbp) movq -0x8(%rbp), %rsi leaq -0x21(%rbp), %rdi movq %rdi, -0x68(%rbp) callq 0xe4a40 movq -0x68(%rbp), %rsi leaq -0x38(%rbp), %rdi callq 0xe4a...
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/shared_ptr_base.h
14,557
std::enable_if<!__has_esft_base<Catch::clara::detail::BoundFlagRef>::value, void>::type std::__shared_ptr<Catch::clara::detail::BoundFlagRef, (__gnu_cxx::_Lock_policy)2>::_M_enable_shared_from_this_with<Catch::clara::detail::BoundFlagRef, Catch::clara::detail::BoundFlagRef>(Catch::clara::detail::BoundFlagRef*)
typename enable_if<!__has_esft_base<_Yp2>::value>::type _M_enable_shared_from_this_with(_Yp*) noexcept { }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) 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/shared_ptr_base.h
14,558
std::allocator<std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, (__gnu_cxx::_Lock_policy)2>>::allocator<Catch::clara::detail::BoundFlagRef>(std::allocator<Catch::clara::detail::BoundFlagRef> const&)
_GLIBCXX20_CONSTEXPR allocator(const allocator<_Tp1>&) _GLIBCXX_NOTHROW { }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi callq 0xe4c60 addq $0x10, %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/allocator.h
14,559
std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, (__gnu_cxx::_Lock_policy)2>>> std::__allocate_guarded<std::allocator<std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::deta...
__allocated_ptr<_Alloc> __allocate_guarded(_Alloc& __a) { return { __a, std::allocator_traits<_Alloc>::allocate(__a, 1) }; }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x28(%rbp) movq %rdi, %rax movq %rax, -0x18(%rbp) movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x20(%rbp) movq -0x10(%rbp), %rdi movl $0x1, %esi callq 0xe4c70 movq -0x28(%rbp), %rdi movq -0x20(%rbp), %rsi movq %rax, %rdx callq 0x...
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/allocated_ptr.h
14,560
std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, (__gnu_cxx::_Lock_policy)2>>>::get()
value_type* get() { return std::__to_address(_M_ptr); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq 0x8(%rax), %rdi callq 0xe4d50 addq $0x10, %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/allocated_ptr.h
14,561
std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, (__gnu_cxx::_Lock_policy)2>::_Sp_counted_ptr_inplace<bool&>(std::allocator<Catch::clara::detail::BoundFlagRef>, bool&)
_Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args) : _M_impl(__a) { // _GLIBCXX_RESOLVE_LIB_DEFECTS // 2070. allocate_shared should use allocator_traits<A>::construct allocator_traits<_Alloc>::construct(__a, _M_ptr(), std::forward<_Args>(__args)...); // might throw }
pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movq %rsi, -0x38(%rbp) movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x40(%rbp) callq 0xde9e0 movq -0x40(%rbp), %rax movq -0x38(%rbp), %rsi leaq 0x180e24(%rip), %rcx # 0x265958 movq %rcx, (%rax) addq $0x10, %rax movq ...
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/shared_ptr_base.h
14,562
std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, (__gnu_cxx::_Lock_policy)2>>>::operator=(std::nullptr_t)
__allocated_ptr& operator=(std::nullptr_t) noexcept { _M_ptr = nullptr; return *this; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq $0x0, 0x8(%rax) 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/allocated_ptr.h
14,563
std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, (__gnu_cxx::_Lock_policy)2>::_M_ptr()
_Tp* _M_ptr() noexcept { return _M_impl._M_storage._M_ptr(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi addq $0x10, %rdi callq 0xe5160 addq $0x10, %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/shared_ptr_base.h
14,564
std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, (__gnu_cxx::_Lock_policy)2>>>::~__allocated_ptr()
~__allocated_ptr() { if (_M_ptr != nullptr) std::allocator_traits<_Alloc>::deallocate(*_M_alloc, _M_ptr, 1); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x10(%rbp) cmpq $0x0, 0x8(%rax) je 0xe4c24 movq -0x10(%rbp), %rax movq (%rax), %rdi movq 0x8(%rax), %rsi movl $0x1, %edx callq 0xe5190 jmp 0xe4c22 jmp 0xe4c24 addq $0x10, %rsp popq %rbp retq movq %rax, %rdi callq 0xd2220...
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/allocated_ptr.h
14,565
std::allocator<std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, (__gnu_cxx::_Lock_policy)2>>::~allocator()
[[nodiscard,__gnu__::__always_inline__]] constexpr _Tp* allocate(size_t __n) { #ifdef __cpp_lib_is_constant_evaluated if (std::is_constant_evaluated()) return static_cast<_Tp*>(::operator new(__n * sizeof(_Tp))); #endif return __allocator_base<_Tp>::allocate(__n, 0); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xe51f0 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/allocator.h
14,566
_gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, (__gnu_cxx::_Lock_policy)2>>::new_allocator()
_GLIBCXX20_CONSTEXPR new_allocator() _GLIBCXX_USE_NOEXCEPT { }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) 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/ext/new_allocator.h
14,567
std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, (__gnu_cxx::_Lock_policy)2>>>::allocate(std::allocator<std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlag...
pointer allocate(allocator_type& __a, size_type __n) { return __a.allocate(__n); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi xorl %eax, %eax movl %eax, %edx callq 0xe4cd0 addq $0x10, %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/alloc_traits.h
14,568
std::__allocated_ptr<std::allocator<std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, (__gnu_cxx::_Lock_policy)2>>>::__allocated_ptr(std::allocator<std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::Bou...
__allocated_ptr(_Alloc& __a, pointer __ptr) noexcept : _M_alloc(std::__addressof(__a)), _M_ptr(__ptr) { }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x8(%rbp), %rax movq -0x10(%rbp), %rcx movq %rcx, (%rax) movq -0x18(%rbp), %rcx movq %rcx, 0x8(%rax) popq %rbp retq nopw %cs:(%rax,%rax) 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/allocated_ptr.h
14,569
_gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, (__gnu_cxx::_Lock_policy)2>>::allocate(unsigned long, void const*)
_GLIBCXX_NODISCARD _Tp* allocate(size_type __n, const void* = static_cast<const void*>(0)) { #if __cplusplus >= 201103L // _GLIBCXX_RESOLVE_LIB_DEFECTS // 3308. std::allocator<void>().allocate(n) static_assert(sizeof(_Tp) != 0, "cannot allocate incomplete types"); #endif if (__builtin_expect(__n > t...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rax movq %rax, -0x20(%rbp) callq 0xe4d30 movq %rax, %rcx movq -0x20(%rbp), %rax cmpq %rcx, %rax jbe 0xe4d1b movabsq $0x7ffffffffffffff, %rax # imm = 0x7FFFFFFFFFFFFFF ...
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/ext/new_allocator.h
14,570
std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, (__gnu_cxx::_Lock_policy)2>* std::__to_address<std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, (__gnu_cxx::_Lock_policy)2>>(std::_Sp_c...
constexpr _Tp* __to_address(_Tp* __ptr) noexcept { static_assert(!std::is_function<_Tp>::value, "not a function pointer"); return __ptr; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax 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/ptr_traits.h
14,571
_gnu_cxx::new_allocator<Catch::clara::detail::BoundFlagRef>::new_allocator(__gnu_cxx::new_allocator<Catch::clara::detail::BoundFlagRef> const&)
_GLIBCXX20_CONSTEXPR new_allocator(const new_allocator&) _GLIBCXX_USE_NOEXCEPT { }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) 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/ext/new_allocator.h
14,572
std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, (__gnu_cxx::_Lock_policy)2>::_Impl::_Impl(std::allocator<Catch::clara::detail::BoundFlagRef>)
explicit _Impl(_Alloc __a) noexcept : _A_base(__a) { }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi callq 0xe4f60 jmp 0xe4d8b addq $0x10, %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/shared_ptr_base.h
14,573
void std::allocator_traits<std::allocator<Catch::clara::detail::BoundFlagRef>>::construct<Catch::clara::detail::BoundFlagRef, bool&>(std::allocator<Catch::clara::detail::BoundFlagRef>&, Catch::clara::detail::BoundFlagRef*, bool&)
static _GLIBCXX20_CONSTEXPR void construct(allocator_type& __a __attribute__((__unused__)), _Up* __p, _Args&&... __args) noexcept(std::is_nothrow_constructible<_Up, _Args...>::value) { #if __cplusplus <= 201703L __a.construct(__p, std::forward<_Args>(__args)...); #else std::construct_at(__p, std::forward<_...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi movq -0x18(%rbp), %rdx callq 0xe4f90 addq $0x20, %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/alloc_traits.h
14,574
std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, (__gnu_cxx::_Lock_policy)2>::~_Sp_counted_ptr_inplace()
~_Sp_counted_ptr_inplace() noexcept { }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x10(%rbp) addq $0x10, %rdi callq 0xe4dd0 movq -0x10(%rbp), %rdi callq 0xdec00 addq $0x10, %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/shared_ptr_base.h
14,575
std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, (__gnu_cxx::_Lock_policy)2>::~_Sp_counted_ptr_inplace()
~_Sp_counted_ptr_inplace() noexcept { }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x10(%rbp) callq 0xe4df0 movq -0x10(%rbp), %rdi callq 0x1f6f0 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/shared_ptr_base.h
14,576
std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, (__gnu_cxx::_Lock_policy)2>::_M_dispose()
virtual void _M_dispose() noexcept { allocator_traits<_Alloc>::destroy(_M_impl._M_alloc(), _M_ptr()); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x18(%rbp) addq $0x10, %rdi callq 0xe5100 movq -0x18(%rbp), %rdi movq %rax, -0x10(%rbp) callq 0xe4bd0 movq -0x10(%rbp), %rdi movq %rax, %rsi callq 0xe50d0 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/shared_ptr_base.h
14,577
std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, (__gnu_cxx::_Lock_policy)2>::_M_destroy()
virtual void _M_destroy() noexcept { __allocator_type __a(_M_impl._M_alloc()); __allocated_ptr<__allocator_type> __guard_ptr{ __a, this }; this->~_Sp_counted_ptr_inplace(); }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x28(%rbp) addq $0x10, %rdi callq 0xe5100 movq %rax, %rsi leaq -0x9(%rbp), %rdi callq 0xe4a40 movq -0x28(%rbp), %rdx leaq -0x20(%rbp), %rdi leaq -0x9(%rbp), %rsi callq 0xe4ca0 movq -0x28(%rbp), %rdi callq 0xe4df0 leaq -0...
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/shared_ptr_base.h
14,578
std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, (__gnu_cxx::_Lock_policy)2>::_M_get_deleter(std::type_info const&)
virtual void* _M_get_deleter(const std::type_info& __ti) noexcept override { auto __ptr = const_cast<typename remove_cv<_Tp>::type*>(_M_ptr()); // Check for the fake type_info first, so we don't try to access it // as a real type_info object. Otherwise, check if it's the real // type_info for this class...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi callq 0xe4bd0 movq %rax, -0x20(%rbp) movq -0x18(%rbp), %rax movq %rax, -0x28(%rbp) callq 0xdedc0 movq %rax, %rcx movq -0x28(%rbp), %rax cmpq %rcx, %rax je 0xe4f3c movq -0x18(%rbp), %rdi leaq 0x1804d7(%rip), ...
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/shared_ptr_base.h
14,579
std::_Sp_ebo_helper<0, std::allocator<Catch::clara::detail::BoundFlagRef>, true>::_Sp_ebo_helper(std::allocator<Catch::clara::detail::BoundFlagRef> const&)
explicit _Sp_ebo_helper(const _Tp& __tp) : _Tp(__tp) { }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xe4ad0 addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax) 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/shared_ptr_base.h
14,580
void __gnu_cxx::new_allocator<Catch::clara::detail::BoundFlagRef>::construct<Catch::clara::detail::BoundFlagRef, bool&>(Catch::clara::detail::BoundFlagRef*, bool&)
void construct(_Up* __p, _Args&&... __args) noexcept(std::is_nothrow_constructible<_Up, _Args...>::value) { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x10(%rbp), %rdi movq -0x18(%rbp), %rsi callq 0xe4fc0 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/ext/new_allocator.h
14,581
Catch::clara::detail::BoundFlagRef::BoundFlagRef(bool&)
explicit BoundFlagRef( bool &ref ) : m_ref( ref ) {}
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x18(%rbp) callq 0xe2310 movq -0x18(%rbp), %rax leaq 0x1809b0(%rip), %rcx # 0x265998 addq $0x10, %rcx movq %rcx, (%rax) movq -0x10(%rbp), %rcx movq %rcx, 0x8(%rax) addq $0x20, %rsp popq %rbp ret...
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
cjuub[P]geemuboi/build_O0/_deps/args-src/catch.hpp
14,582
Catch::clara::detail::BoundFlagRef::~BoundFlagRef()
explicit BoundFlagRef( bool &ref ) : m_ref( ref ) {}
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xe23f0 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
cjuub[P]geemuboi/build_O0/_deps/args-src/catch.hpp
14,583
Catch::clara::detail::BoundFlagRef::~BoundFlagRef()
explicit BoundFlagRef( bool &ref ) : m_ref( ref ) {}
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x10(%rbp) callq 0xe5000 movq -0x10(%rbp), %rdi callq 0x1f6f0 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
cjuub[P]geemuboi/build_O0/_deps/args-src/catch.hpp
14,584
Catch::clara::detail::BoundFlagRef::setFlag(bool)
auto setFlag( bool flag ) -> ParserResult override { m_ref = flag; return ParserResult::ok( ParseResultType::Matched ); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movb %dl, %al movq %rdi, %rcx movq %rcx, -0x20(%rbp) movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) andb $0x1, %al movb %al, -0x11(%rbp) movq -0x10(%rbp), %rax movb -0x11(%rbp), %cl movq 0x8(%rax), %rax andb $0x1, %cl movb %cl, (%rax) movl $0x0, -0x18(%rbp) leaq -0x18(%rbp), %r...
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
cjuub[P]geemuboi/build_O0/_deps/args-src/catch.hpp
14,585
_gnu_cxx::new_allocator<Catch::clara::detail::BoundFlagRef>::~new_allocator()
~new_allocator() _GLIBCXX_USE_NOEXCEPT { }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) 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/ext/new_allocator.h
14,586
void std::allocator_traits<std::allocator<Catch::clara::detail::BoundFlagRef>>::destroy<Catch::clara::detail::BoundFlagRef>(std::allocator<Catch::clara::detail::BoundFlagRef>&, Catch::clara::detail::BoundFlagRef*)
static _GLIBCXX20_CONSTEXPR void destroy(allocator_type& __a __attribute__((__unused__)), _Up* __p) noexcept(is_nothrow_destructible<_Up>::value) { #if __cplusplus <= 201703L __a.destroy(__p); #else std::destroy_at(__p); #endif }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0xe5130 addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax) 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/alloc_traits.h
14,587
std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, (__gnu_cxx::_Lock_policy)2>::_Impl::_M_alloc()
_Alloc& _M_alloc() noexcept { return _A_base::_S_get(*this); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xe5150 movq %rax, -0x10(%rbp) jmp 0xe511b movq -0x10(%rbp), %rax addq $0x10, %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/shared_ptr_base.h
14,588
void __gnu_cxx::new_allocator<Catch::clara::detail::BoundFlagRef>::destroy<Catch::clara::detail::BoundFlagRef>(Catch::clara::detail::BoundFlagRef*)
void destroy(_Up* __p) noexcept(std::is_nothrow_destructible<_Up>::value) { __p->~_Up(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x10(%rbp), %rdi movq (%rdi), %rax callq *(%rax) addq $0x10, %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/ext/new_allocator.h
14,589
std::_Sp_ebo_helper<0, std::allocator<Catch::clara::detail::BoundFlagRef>, true>::_S_get(std::_Sp_ebo_helper<0, std::allocator<Catch::clara::detail::BoundFlagRef>, true>&)
static _Tp& _S_get(_Sp_ebo_helper& __eboh) { return static_cast<_Tp&>(__eboh); }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax 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/shared_ptr_base.h
14,590
_gnu_cxx::__aligned_buffer<Catch::clara::detail::BoundFlagRef>::_M_ptr()
_Tp* _M_ptr() noexcept { return static_cast<_Tp*>(_M_addr()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0xe5180 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/ext/aligned_buffer.h
14,591
_gnu_cxx::__aligned_buffer<Catch::clara::detail::BoundFlagRef>::_M_addr()
void* _M_addr() noexcept { return static_cast<void*>(&_M_storage); }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax 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/ext/aligned_buffer.h
14,592
std::allocator_traits<std::allocator<std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, (__gnu_cxx::_Lock_policy)2>>>::deallocate(std::allocator<std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFl...
static _GLIBCXX20_CONSTEXPR void deallocate(allocator_type& __a, pointer __p, size_type __n) { __a.deallocate(__p, __n); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi movq -0x18(%rbp), %rdx callq 0xe51c0 addq $0x20, %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/alloc_traits.h
14,593
_gnu_cxx::new_allocator<std::_Sp_counted_ptr_inplace<Catch::clara::detail::BoundFlagRef, std::allocator<Catch::clara::detail::BoundFlagRef>, (__gnu_cxx::_Lock_policy)2>>::~new_allocator()
~new_allocator() _GLIBCXX_USE_NOEXCEPT { }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) 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/ext/new_allocator.h
14,594
_gnu_cxx::new_allocator<Catch::clara::detail::BoundFlagRef>::new_allocator()
_GLIBCXX20_CONSTEXPR new_allocator() _GLIBCXX_USE_NOEXCEPT { }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) 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/ext/new_allocator.h
14,595
std::__shared_ptr<Catch::clara::detail::BoundRef, (__gnu_cxx::_Lock_policy)2>::__shared_ptr<Catch::clara::detail::BoundFlagRef, void>(std::__shared_ptr<Catch::clara::detail::BoundFlagRef, (__gnu_cxx::_Lock_policy)2>&&)
__shared_ptr(__shared_ptr<_Yp, _Lp>&& __r) noexcept : _M_ptr(__r._M_ptr), _M_refcount() { _M_refcount._M_swap(__r._M_refcount); __r._M_ptr = nullptr; }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x18(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rax movq %rax, (%rdi) addq $0x8, %rdi callq 0xdef20 movq -0x18(%rbp), %rdi addq $0x8, %rdi movq -0x10(%rbp), %rsi addq $0x8, %rsi callq 0xe0c20 movq ...
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/shared_ptr_base.h
14,596
std::__shared_ptr<Catch::clara::detail::BoundFlagRef, (__gnu_cxx::_Lock_policy)2>::~__shared_ptr()
~__shared_ptr() = default;
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi addq $0x8, %rdi callq 0xe0c90 addq $0x10, %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/shared_ptr_base.h
14,597
Catch::clara::detail::ParserRefImpl<Catch::clara::detail::Arg>::ParserRefImpl<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>>>>>(std::vector<std::__cxx11::basic_string<char, std::cha...
ParserRefImpl( T &ref, std::string const &hint ) : m_ref( std::make_shared<BoundValueRef<T>>( ref ) ), m_hint( hint ) {}
pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x48(%rbp) callq 0xe5700 movq -0x48(%rbp), %rax leaq 0x1807bc(%rip), %rcx # 0x265a78 movq %rcx, (%rax) movl $0x0, 0x8(%rax) addq $0x10, %rax movq %rax, -0x40(%rbp) movq -0...
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
cjuub[P]geemuboi/build_O0/_deps/args-src/catch.hpp
14,598
Catch::clara::detail::Arg::parse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, Catch::clara::detail::TokenStream const&) const
auto parse( std::string const &, TokenStream const &tokens ) const -> InternalParseResult override { auto validationResult = validate(); if( !validationResult ) return InternalParseResult( validationResult ); auto remainingTokens = tokens; auto const &tok...
pushq %rbp movq %rsp, %rbp subq $0x180, %rsp # imm = 0x180 movq %rdi, -0x168(%rbp) movq %rdi, %rax movq %rax, -0x160(%rbp) movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq -0x10(%rbp), %rsi movq %rsi, -0x158(%rbp) movq (%rsi), %rax leaq -0x50(%rbp), %rdi callq *...
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
cjuub[P]geemuboi/build_O0/_deps/args-src/catch.hpp
14,599
Catch::clara::detail::ParserRefImpl<Catch::clara::detail::Arg>::cardinality() const
auto cardinality() const -> size_t override { if( m_ref->isContainer() ) return 0; else return 1; }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rdi addq $0x10, %rdi callq 0xe2ce0 movq %rax, %rdi movq (%rdi), %rax callq *0x10(%rax) testb $0x1, %al jne 0xe56d8 jmp 0xe56e2 movq $0x0, -0x8(%rbp) jmp 0xe56ea movq $0x1, -0x8(%rbp) movq -0x8(%rbp), %rax addq $0x10, %rsp popq %rbp re...
cjuub[P]geemuboi[P]build_O0[P]_deps[P]args-build[P]argstest.asm_src.json
O0
cjuub[P]geemuboi/build_O0/_deps/args-src/catch.hpp