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
5,300
std::allocator_traits<std::allocator<std::_Rb_tree_node<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>>>>::allocate(std::allocator<std::_Rb_tree_node<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>>>&, unsigned long)
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 0x1c54d0 addq $0x10, %rsp popq %rbp retq nopw (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/alloc_traits.h
5,301
_gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>>>::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 > this->_M_max_size(), false)) { // _GLIBCXX_RESOLVE_LIB_DEFECTS // 3190. allocator::allocate sometimes returns too little storage if (__n > (std::size_t(-1) / sizeof(_Tp))) std::__throw_bad_array_new_length(); std::__throw_bad_alloc(); } #if __cpp_aligned_new if (alignof(_Tp) > __STDCPP_DEFAULT_NEW_ALIGNMENT__) { std::align_val_t __al = std::align_val_t(alignof(_Tp)); return static_cast<_Tp*>(::operator new(__n * sizeof(_Tp), __al)); } #endif return static_cast<_Tp*>(::operator new(__n * sizeof(_Tp))); }
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 0x1d6c10 movq %rax, %rcx movq -0x20(%rbp), %rax cmpq %rcx, %rax jbe 0x36300b movabsq $0x555555555555555, %rax # imm = 0x555555555555555 cmpq %rax, -0x10(%rbp) jbe 0x363006 callq 0x1c85c0 callq 0x1be740 imulq $0x30, -0x10(%rbp), %rdi callq 0x1cd9b0 addq $0x20, %rsp popq %rbp retq nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/ext/new_allocator.h
5,302
void std::allocator_traits<std::allocator<std::_Rb_tree_node<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>>>>::construct<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>, std::piecewise_construct_t const&, std::tuple<std::set<int, std::less<int>, std::allocator<int>>*&&>, std::tuple<>>(std::allocator<std::_Rb_tree_node<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>>>&, std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>*, std::piecewise_construct_t const&, std::tuple<std::set<int, std::less<int>, std::allocator<int>>*&&>&&, std::tuple<>&&)
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<_Args>(__args)...); #endif }
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 %r8, -0x28(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi movq -0x18(%rbp), %rdx movq -0x20(%rbp), %rcx movq -0x28(%rbp), %r8 callq 0x1c57f0 addq $0x30, %rsp popq %rbp retq nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/alloc_traits.h
5,303
void __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>>>::construct<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>, std::piecewise_construct_t const&, std::tuple<std::set<int, std::less<int>, std::allocator<int>>*&&>, std::tuple<>>(std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>*, std::piecewise_construct_t const&, std::tuple<std::set<int, std::less<int>, std::allocator<int>>*&&>&&, std::tuple<>&&)
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 $0x50, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq %r8, -0x28(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x48(%rbp) movq -0x20(%rbp), %rsi leaq -0x38(%rbp), %rdi callq 0x1bb3e0 movq -0x48(%rbp), %rdi leaq -0x38(%rbp), %rsi callq 0x1d4b80 addq $0x50, %rsp popq %rbp retq nopw %cs:(%rax,%rax) nop
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/ext/new_allocator.h
5,304
std::tuple<std::set<int, std::less<int>, std::allocator<int>>*&&>::tuple(std::tuple<std::set<int, std::less<int>, std::allocator<int>>*&&>&&)
constexpr tuple(tuple&&) = default;
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 0x1dd9f0 addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax) nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/tuple
5,305
std::_Tuple_impl<0ul, std::set<int, std::less<int>, std::allocator<int>>*&&>::_Tuple_impl(std::_Tuple_impl<0ul, std::set<int, std::less<int>, std::allocator<int>>*&&>&&)
constexpr _Tuple_impl(_Tuple_impl&& __in) noexcept(is_nothrow_move_constructible<_Head>::value) : _Base(static_cast<_Base&&>(__in)) { }
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)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/tuple
5,306
std::tuple_element<0ul, std::tuple<std::set<int, std::less<int>, std::allocator<int>>*&&>>::type& std::get<0ul, std::set<int, std::less<int>, std::allocator<int>>*&&>(std::tuple<std::set<int, std::less<int>, std::allocator<int>>*&&>&)
constexpr __tuple_element_t<__i, tuple<_Elements...>>& get(tuple<_Elements...>& __t) noexcept { return std::__get_helper<__i>(__t); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0x1cc7c0 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/tuple
5,307
std::set<int, std::less<int>, std::allocator<int>>*& std::__get_helper<0ul, std::set<int, std::less<int>, std::allocator<int>>*&&>(std::_Tuple_impl<0ul, std::set<int, std::less<int>, std::allocator<int>>*&&>&)
constexpr _Head& __get_helper(_Tuple_impl<__i, _Head, _Tail...>& __t) noexcept { return _Tuple_impl<__i, _Head, _Tail...>::_M_head(__t); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0x1d3710 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/tuple
5,308
std::_Tuple_impl<0ul, std::set<int, std::less<int>, std::allocator<int>>*&&>::_M_head(std::_Tuple_impl<0ul, std::set<int, std::less<int>, std::allocator<int>>*&&>&)
static constexpr _Head& _M_head(_Tuple_impl& __t) noexcept { return _Base::_M_head(__t); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0x1d8b80 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/tuple
5,309
std::_Head_base<0ul, std::set<int, std::less<int>, std::allocator<int>>*&&, false>::_M_head(std::_Head_base<0ul, std::set<int, std::less<int>, std::allocator<int>>*&&, false>&)
static constexpr _Head& _M_head(_Head_base& __b) noexcept { return __b._M_head_impl; }
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)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/tuple
5,310
std::_Rb_tree_const_iterator<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>>::_M_const_cast() const
iterator _M_const_cast() const _GLIBCXX_NOEXCEPT { return iterator(const_cast<typename iterator::_Base_ptr>(_M_node)); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rsi leaq -0x8(%rbp), %rdi callq 0x1b8be0 movq -0x8(%rbp), %rax addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,311
std::_Rb_tree<std::set<int, std::less<int>, std::allocator<int>>*, std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>, std::_Select1st<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>>, Omega_h::StateSetPtrLess, std::allocator<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>>>::size() const
size_type size() const _GLIBCXX_NOEXCEPT { return _M_impl._M_node_count; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq 0x28(%rax), %rax popq %rbp retq nopw %cs:(%rax,%rax) nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,312
std::_Rb_tree<std::set<int, std::less<int>, std::allocator<int>>*, std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>, std::_Select1st<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>>, Omega_h::StateSetPtrLess, std::allocator<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>>>::_S_key(std::_Rb_tree_node_base const*)
static const _Key& _S_key(_Const_Base_ptr __x) { return _S_key(static_cast<_Const_Link_type>(__x)); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0x1c0e40 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,313
std::_Rb_tree<std::set<int, std::less<int>, std::allocator<int>>*, std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>, std::_Select1st<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>>, Omega_h::StateSetPtrLess, std::allocator<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>>>::_M_rightmost()
_Base_ptr& _M_rightmost() _GLIBCXX_NOEXCEPT { return this->_M_impl._M_header._M_right; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax addq $0x8, %rax addq $0x18, %rax popq %rbp retq nopw %cs:(%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,314
std::_Rb_tree<std::set<int, std::less<int>, std::allocator<int>>*, std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>, std::_Select1st<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>>, Omega_h::StateSetPtrLess, std::allocator<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>>>::_M_leftmost()
_Base_ptr& _M_leftmost() _GLIBCXX_NOEXCEPT { return this->_M_impl._M_header._M_left; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax addq $0x8, %rax addq $0x10, %rax popq %rbp retq nopw %cs:(%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,315
std::_Rb_tree_iterator<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>>::operator--()
_Self& operator--() _GLIBCXX_NOEXCEPT { _M_node = _Rb_tree_decrement(_M_node); return *this; }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x10(%rbp) movq (%rax), %rdi callq 0x1cea30 movq %rax, %rcx movq -0x10(%rbp), %rax movq %rcx, (%rax) addq $0x10, %rsp popq %rbp retq nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,316
std::_Rb_tree_iterator<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>>::operator++()
_Self& operator++() _GLIBCXX_NOEXCEPT { _M_node = _Rb_tree_increment(_M_node); return *this; }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x10(%rbp) movq (%rax), %rdi callq 0x1c68c0 movq %rax, %rcx movq -0x10(%rbp), %rax movq %rcx, (%rax) addq $0x10, %rsp popq %rbp retq nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,317
std::_Rb_tree<std::set<int, std::less<int>, std::allocator<int>>*, std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>, std::_Select1st<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>>, Omega_h::StateSetPtrLess, std::allocator<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>>>::begin()
iterator begin() _GLIBCXX_NOEXCEPT { return iterator(this->_M_impl._M_header._M_left); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rax movq 0x18(%rax), %rsi leaq -0x8(%rbp), %rdi callq 0x1b8be0 movq -0x8(%rbp), %rax addq $0x10, %rsp popq %rbp retq nopw (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,318
std::pair<std::_Rb_tree_node_base*, std::_Rb_tree_node_base*>::pair<std::_Rb_tree_node<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>>*&, std::_Rb_tree_node_base*&, true>(std::_Rb_tree_node<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>>*&, std::_Rb_tree_node_base*&)
constexpr pair(_U1&& __x, _U2&& __y) : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
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), %rcx movq %rcx, (%rax) movq -0x18(%rbp), %rcx movq (%rcx), %rcx movq %rcx, 0x8(%rax) popq %rbp retq nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_pair.h
5,319
std::tuple<std::set<int, std::less<int>, std::allocator<int>>*&&>::tuple<std::set<int, std::less<int>, std::allocator<int>>*, true, true>(std::set<int, std::less<int>, std::allocator<int>>*&&)
constexpr tuple(_UElements&&... __elements) noexcept(__nothrow_constructible<_UElements...>()) : _Inherited(std::forward<_UElements>(__elements)...) { }
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 0x1c7030 jmp 0x3634df addq $0x10, %rsp popq %rbp retq movq %rax, %rdi callq 0x1e9370 nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/tuple
5,320
std::_Tuple_impl<0ul, std::set<int, std::less<int>, std::allocator<int>>*&&>::_Tuple_impl<std::set<int, std::less<int>, std::allocator<int>>*>(std::set<int, std::less<int>, std::allocator<int>>*&&)
explicit constexpr _Tuple_impl(_UHead&& __head) : _Base(std::forward<_UHead>(__head)) { }
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 0x1c4e30 addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax) nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/tuple
5,321
std::_Head_base<0ul, std::set<int, std::less<int>, std::allocator<int>>*&&, false>::_Head_base<std::set<int, std::less<int>, std::allocator<int>>*>(std::set<int, std::less<int>, std::allocator<int>>*&&)
constexpr _Head_base(_UHead&& __h) : _M_head_impl(std::forward<_UHead>(__h)) { }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq -0x10(%rbp), %rcx movq %rcx, (%rax) popq %rbp retq nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/tuple
5,322
std::vector<std::unique_ptr<std::set<int, std::less<int>, std::allocator<int>>, std::default_delete<std::set<int, std::less<int>, std::allocator<int>>>>, std::allocator<std::unique_ptr<std::set<int, std::less<int>, std::allocator<int>>, std::default_delete<std::set<int, std::less<int>, std::allocator<int>>>>>>::operator[](unsigned long)
reference operator[](size_type __n) _GLIBCXX_NOEXCEPT { __glibcxx_requires_subscript(__n); return *(this->_M_impl._M_start + __n); }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq (%rax), %rax movq -0x10(%rbp), %rcx shlq $0x3, %rcx addq %rcx, %rax popq %rbp retq
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_vector.h
5,323
std::_Rb_tree<std::set<int, std::less<int>, std::allocator<int>>*, std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>, std::_Select1st<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>>, Omega_h::StateSetPtrLess, std::allocator<std::pair<std::set<int, std::less<int>, std::allocator<int>>* const, int>>>::end()
iterator end() _GLIBCXX_NOEXCEPT { return iterator(&this->_M_impl._M_header); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rsi addq $0x8, %rsi leaq -0x8(%rbp), %rdi callq 0x1b8be0 movq -0x8(%rbp), %rax addq $0x10, %rsp popq %rbp retq nopw (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,324
_gnu_cxx::new_allocator<std::pair<int const, int>>::new_allocator()
_GLIBCXX20_CONSTEXPR new_allocator() _GLIBCXX_USE_NOEXCEPT { }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) popq %rbp retq nopw (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/ext/new_allocator.h
5,325
_gnu_cxx::new_allocator<std::pair<int const, int>>::~new_allocator()
~new_allocator() _GLIBCXX_USE_NOEXCEPT { }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) popq %rbp retq nopw (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/ext/new_allocator.h
5,326
std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int>>, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::_Rb_tree(Omega_h::StateRowLess const&, std::allocator<std::pair<int const, int>> const&)
_Rb_tree(const _Compare& __comp, const allocator_type& __a = allocator_type()) : _M_impl(__comp, _Node_allocator(__a)) { }
pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x48(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x40(%rbp) movq -0x18(%rbp), %rsi leaq -0x19(%rbp), %rdi movq %rdi, -0x38(%rbp) callq 0x1d11f0 movq -0x48(%rbp), %rdi movq -0x40(%rbp), %rsi movq -0x38(%rbp), %rdx callq 0x1df620 jmp 0x3636d8 leaq -0x19(%rbp), %rdi callq 0x1cd130 addq $0x50, %rsp popq %rbp retq movq %rax, %rcx movl %edx, %eax movq %rcx, -0x28(%rbp) movl %eax, -0x2c(%rbp) leaq -0x19(%rbp), %rdi callq 0x1cd130 movq -0x28(%rbp), %rdi callq 0x1dfa40 nopw %cs:(%rax,%rax) nop
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,327
_gnu_cxx::new_allocator<std::pair<int const, int>>::new_allocator(__gnu_cxx::new_allocator<std::pair<int const, int>> 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
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/ext/new_allocator.h
5,328
std::allocator<std::_Rb_tree_node<std::pair<int const, int>>>::allocator<std::pair<int const, int>>(std::allocator<std::pair<int const, int>> 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 0x1ceb00 addq $0x10, %rsp popq %rbp retq nop
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/allocator.h
5,329
std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int>>, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::_Rb_tree_impl<Omega_h::StateRowLess, false>::_Rb_tree_impl(Omega_h::StateRowLess const&, std::allocator<std::_Rb_tree_node<std::pair<int const, int>>>&&)
_Rb_tree_impl(const _Key_compare& __comp, _Node_allocator&& __a) : _Node_allocator(std::move(__a)), _Base_key_compare(__comp) { }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x30(%rbp) movq -0x18(%rbp), %rsi callq 0x1e1ca0 movq -0x30(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0x1b96d0 jmp 0x363774 movq -0x30(%rbp), %rdi addq $0x10, %rdi callq 0x1d8bc0 addq $0x30, %rsp popq %rbp retq movq -0x30(%rbp), %rdi movq %rax, %rcx movl %edx, %eax movq %rcx, -0x20(%rbp) movl %eax, -0x24(%rbp) callq 0x1cd130 movq -0x20(%rbp), %rdi callq 0x1dfa40 nopw %cs:(%rax,%rax) nop
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,330
std::allocator<std::_Rb_tree_node<std::pair<int const, int>>>::~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 0x1ba860 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/allocator.h
5,331
_gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<int const, int>>>::new_allocator()
_GLIBCXX20_CONSTEXPR new_allocator() _GLIBCXX_USE_NOEXCEPT { }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) popq %rbp retq nopw (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/ext/new_allocator.h
5,332
std::_Rb_tree_key_compare<Omega_h::StateRowLess>::_Rb_tree_key_compare(Omega_h::StateRowLess const&)
_Rb_tree_key_compare(const _Key_compare& __comp) : _M_key_compare(__comp) { }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq -0x10(%rbp), %rcx movq (%rcx), %rdx movq %rdx, (%rax) movq 0x8(%rcx), %rcx movq %rcx, 0x8(%rax) popq %rbp retq nopw %cs:(%rax,%rax) nop
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,333
_gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<int const, int>>>::new_allocator(__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<int const, int>>> 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
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/ext/new_allocator.h
5,334
std::_Rb_tree_node<std::pair<int const, int>>* std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int>>, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::_M_create_node<std::pair<int, int>>(std::pair<int, int>&&)
_Link_type _M_create_node(_Args&&... __args) { _Link_type __tmp = _M_get_node(); _M_construct_node(__tmp, std::forward<_Args>(__args)...); return __tmp; }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) callq 0x1dcc50 movq -0x20(%rbp), %rdi movq %rax, -0x18(%rbp) movq -0x18(%rbp), %rsi movq -0x10(%rbp), %rdx callq 0x1bd740 movq -0x18(%rbp), %rax addq $0x20, %rsp popq %rbp retq nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,335
std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int>>, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::_S_key(std::_Rb_tree_node<std::pair<int const, int>> const*)
static const _Key& _S_key(_Const_Link_type __x) { #if __cplusplus >= 201103L // If we're asking for the key we're presumably using the comparison // object, and so this is a good place to sanity check it. static_assert(__is_invocable<_Compare&, const _Key&, const _Key&>{}, "comparison object must be invocable " "with two arguments of key type"); # if __cplusplus >= 201703L // _GLIBCXX_RESOLVE_LIB_DEFECTS // 2542. Missing const requirements for associative containers if constexpr (__is_invocable<_Compare&, const _Key&, const _Key&>{}) static_assert( is_invocable_v<const _Compare&, const _Key&, const _Key&>, "comparison object must be invocable as const"); # endif // C++17 #endif // C++11 return _KeyOfValue()(*__x->_M_valptr()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0x1cef00 movq %rax, %rsi leaq -0x9(%rbp), %rdi callq 0x1d36f0 addq $0x10, %rsp popq %rbp retq nopw (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,336
std::pair<std::_Rb_tree_iterator<std::pair<int const, int>>, bool>::pair<std::_Rb_tree_iterator<std::pair<int const, int>>, bool, true>(std::_Rb_tree_iterator<std::pair<int const, int>>&&, bool&&)
constexpr pair(_U1&& __x, _U2&& __y) : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
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), %rcx movq %rcx, (%rax) movq -0x18(%rbp), %rcx movb (%rcx), %cl andb $0x1, %cl movb %cl, 0x8(%rax) popq %rbp retq nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_pair.h
5,337
std::_Rb_tree_iterator<std::pair<int const, int>>::_Rb_tree_iterator(std::_Rb_tree_node_base*)
explicit _Rb_tree_iterator(_Base_ptr __x) _GLIBCXX_NOEXCEPT : _M_node(__x) { }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq -0x10(%rbp), %rcx movq %rcx, (%rax) popq %rbp retq nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,338
std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int>>, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::_M_get_node()
_Link_type _M_get_node() { return _Alloc_traits::allocate(_M_get_Node_allocator(), 1); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0x1deee0 movq %rax, %rdi movl $0x1, %esi callq 0x1cf0d0 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,339
void std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int>>, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::_M_construct_node<std::pair<int, int>>(std::_Rb_tree_node<std::pair<int const, int>>*, std::pair<int, int>&&)
void _M_construct_node(_Link_type __node, _Args&&... __args) { __try { ::new(__node) _Rb_tree_node<_Val>; _Alloc_traits::construct(_M_get_Node_allocator(), __node->_M_valptr(), std::forward<_Args>(__args)...); } __catch(...) { __node->~_Rb_tree_node<_Val>(); _M_put_node(__node); __throw_exception_again; } }
pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x38(%rbp) callq 0x1deee0 movq %rax, -0x30(%rbp) movq -0x10(%rbp), %rdi callq 0x1cb6c0 movq -0x30(%rbp), %rdi movq %rax, %rsi movq -0x18(%rbp), %rdx callq 0x1d9db0 jmp 0x363ce0 jmp 0x363d20 movq %rax, %rcx movl %edx, %eax movq %rcx, -0x20(%rbp) movl %eax, -0x24(%rbp) movq -0x20(%rbp), %rdi callq 0x1bf6c0 movq -0x38(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0x1d0670 callq 0x1d87c0 jmp 0x363d37 movq %rax, %rcx movl %edx, %eax movq %rcx, -0x20(%rbp) movl %eax, -0x24(%rbp) callq 0x1dc770 jmp 0x363d1e jmp 0x363d26 addq $0x40, %rsp popq %rbp retq movq -0x20(%rbp), %rdi callq 0x1dfa40 movq %rax, %rdi callq 0x1e9370 nopw (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,340
std::allocator_traits<std::allocator<std::_Rb_tree_node<std::pair<int const, int>>>>::allocate(std::allocator<std::_Rb_tree_node<std::pair<int const, int>>>&, unsigned long)
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 0x1e3d00 addq $0x10, %rsp popq %rbp retq nopw (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/alloc_traits.h
5,341
_gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<int const, int>>>::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 > this->_M_max_size(), false)) { // _GLIBCXX_RESOLVE_LIB_DEFECTS // 3190. allocator::allocate sometimes returns too little storage if (__n > (std::size_t(-1) / sizeof(_Tp))) std::__throw_bad_array_new_length(); std::__throw_bad_alloc(); } #if __cpp_aligned_new if (alignof(_Tp) > __STDCPP_DEFAULT_NEW_ALIGNMENT__) { std::align_val_t __al = std::align_val_t(alignof(_Tp)); return static_cast<_Tp*>(::operator new(__n * sizeof(_Tp), __al)); } #endif return static_cast<_Tp*>(::operator new(__n * sizeof(_Tp))); }
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 0x1dacd0 movq %rax, %rcx movq -0x20(%rbp), %rax cmpq %rcx, %rax jbe 0x363dbb movabsq $0x666666666666666, %rax # imm = 0x666666666666666 cmpq %rax, -0x10(%rbp) jbe 0x363db6 callq 0x1c85c0 callq 0x1be740 imulq $0x28, -0x10(%rbp), %rdi callq 0x1cd9b0 addq $0x20, %rsp popq %rbp retq nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/ext/new_allocator.h
5,342
void std::allocator_traits<std::allocator<std::_Rb_tree_node<std::pair<int const, int>>>>::construct<std::pair<int const, int>, std::pair<int, int>>(std::allocator<std::_Rb_tree_node<std::pair<int const, int>>>&, std::pair<int const, int>*, std::pair<int, int>&&)
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<_Args>(__args)...); #endif }
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 0x1e3450 addq $0x20, %rsp popq %rbp retq nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/alloc_traits.h
5,343
void __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<int const, int>>>::construct<std::pair<int const, int>, std::pair<int, int>>(std::pair<int const, int>*, std::pair<int, int>&&)
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 0x1d1520 addq $0x20, %rsp popq %rbp retq nopw (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/ext/new_allocator.h
5,344
std::pair<int const, int>::pair<int, int, true>(std::pair<int, int>&&)
constexpr pair(pair<_U1, _U2>&& __p) : first(std::forward<_U1>(__p.first)), second(std::forward<_U2>(__p.second)) { }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq -0x10(%rbp), %rcx movl (%rcx), %ecx movl %ecx, (%rax) movq -0x10(%rbp), %rcx movl 0x4(%rcx), %ecx movl %ecx, 0x4(%rax) popq %rbp retq nopw %cs:(%rax,%rax) nop
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_pair.h
5,345
std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int>>, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::_M_end()
_Const_Base_ptr _M_end() const _GLIBCXX_NOEXCEPT { return &this->_M_impl._M_header; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax addq $0x10, %rax popq %rbp retq nopw %cs:(%rax,%rax) nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,346
Omega_h::StateRowLess::operator()(int const&, int const&) const
bool operator()(int const& a, int const& b) const { auto aa = at(accepted, a); auto ab = at(accepted, b); if (aa != ab) return aa < ab; for (int symbol = 0, ncols = get_ncols(table); symbol < ncols; ++symbol) { auto ea = at(table, a, symbol); auto eb = at(table, b, symbol); if (ea != eb) return ea < eb; } return false; }
pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x40(%rbp) movq 0x8(%rax), %rdi movq -0x18(%rbp), %rax movl (%rax), %esi callq 0x1c57d0 movq %rax, %rcx movq -0x40(%rbp), %rax movl (%rcx), %ecx movl %ecx, -0x24(%rbp) movq 0x8(%rax), %rdi movq -0x20(%rbp), %rax movl (%rax), %esi callq 0x1c57d0 movl (%rax), %eax movl %eax, -0x28(%rbp) movl -0x24(%rbp), %eax cmpl -0x28(%rbp), %eax je 0x363f03 movl -0x24(%rbp), %eax cmpl -0x28(%rbp), %eax setl %al andb $0x1, %al movb %al, -0x1(%rbp) jmp 0x363f81 movq -0x40(%rbp), %rax movl $0x0, -0x2c(%rbp) movq (%rax), %rdi callq 0x1b9630 movl %eax, -0x30(%rbp) movl -0x2c(%rbp), %eax cmpl -0x30(%rbp), %eax jge 0x363f7d movq -0x40(%rbp), %rax movq (%rax), %rdi movq -0x18(%rbp), %rax movl (%rax), %esi movl -0x2c(%rbp), %edx callq 0x1bcf90 movq %rax, %rcx movq -0x40(%rbp), %rax movl (%rcx), %ecx movl %ecx, -0x34(%rbp) movq (%rax), %rdi movq -0x20(%rbp), %rax movl (%rax), %esi movl -0x2c(%rbp), %edx callq 0x1bcf90 movl (%rax), %eax movl %eax, -0x38(%rbp) movl -0x34(%rbp), %eax cmpl -0x38(%rbp), %eax je 0x363f70 movl -0x34(%rbp), %eax cmpl -0x38(%rbp), %eax setl %al andb $0x1, %al movb %al, -0x1(%rbp) jmp 0x363f81 jmp 0x363f72 movl -0x2c(%rbp), %eax addl $0x1, %eax movl %eax, -0x2c(%rbp) jmp 0x363f19 movb $0x0, -0x1(%rbp) movb -0x1(%rbp), %al andb $0x1, %al addq $0x40, %rsp popq %rbp retq nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
gahansen[P]omega_h/src/Omega_h_finite_automaton.cpp
5,347
std::operator==(std::_Rb_tree_iterator<std::pair<int const, int>> const&, std::_Rb_tree_iterator<std::pair<int const, int>> const&)
bool operator==(const _Self& __x, const _Self& __y) _GLIBCXX_NOEXCEPT { return __x._M_node == __y._M_node; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq (%rax), %rax movq -0x10(%rbp), %rcx cmpq (%rcx), %rax sete %al andb $0x1, %al popq %rbp retq nopw %cs:(%rax,%rax) nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,348
std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int>>, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::begin()
iterator begin() _GLIBCXX_NOEXCEPT { return iterator(this->_M_impl._M_header._M_left); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rax movq 0x20(%rax), %rsi leaq -0x8(%rbp), %rdi callq 0x1de4f0 movq -0x8(%rbp), %rax addq $0x10, %rsp popq %rbp retq nopw (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,349
std::pair<std::_Rb_tree_node_base*, std::_Rb_tree_node_base*>::pair<std::_Rb_tree_node<std::pair<int const, int>>*&, std::_Rb_tree_node_base*&, true>(std::_Rb_tree_node<std::pair<int const, int>>*&, std::_Rb_tree_node_base*&)
constexpr pair(_U1&& __x, _U2&& __y) : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
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), %rcx movq %rcx, (%rax) movq -0x18(%rbp), %rcx movq (%rcx), %rcx movq %rcx, 0x8(%rax) popq %rbp retq nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_pair.h
5,350
std::_Rb_tree_iterator<std::pair<int const, int>>::operator--()
_Self& operator--() _GLIBCXX_NOEXCEPT { _M_node = _Rb_tree_decrement(_M_node); return *this; }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x10(%rbp) movq (%rax), %rdi callq 0x1cea30 movq %rax, %rcx movq -0x10(%rbp), %rax movq %rcx, (%rax) addq $0x10, %rsp popq %rbp retq nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,351
std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int>>, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::_S_key(std::_Rb_tree_node_base const*)
static const _Key& _S_key(_Const_Base_ptr __x) { return _S_key(static_cast<_Const_Link_type>(__x)); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0x1ba690 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,352
std::_Select1st<std::pair<int const, int>>::operator()(std::pair<int const, int> const&) const
const typename _Pair::first_type& operator()(const _Pair& __x) const { return __x.first; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x10(%rbp), %rax popq %rbp retq nopw %cs:(%rax,%rax) nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_function.h
5,353
std::_Rb_tree_node<std::pair<int const, int>>::_M_valptr() const
const _Val* _M_valptr() const { return _M_storage._M_ptr(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi addq $0x20, %rdi callq 0x1e0fa0 addq $0x10, %rsp popq %rbp retq nop
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,354
_gnu_cxx::__aligned_membuf<std::pair<int const, int>>::_M_ptr() const
const _Tp* _M_ptr() const noexcept { return static_cast<const _Tp*>(_M_addr()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0x1d7710 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/ext/aligned_buffer.h
5,355
_gnu_cxx::__aligned_membuf<std::pair<int const, int>>::_M_addr() const
const void* _M_addr() const noexcept { return static_cast<const void*>(&_M_storage); }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax popq %rbp retq nop
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/ext/aligned_buffer.h
5,356
std::operator==(std::_Rb_tree_const_iterator<std::pair<int const, int>> const&, std::_Rb_tree_const_iterator<std::pair<int const, int>> const&)
bool operator==(const _Self& __x, const _Self& __y) _GLIBCXX_NOEXCEPT { return __x._M_node == __y._M_node; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq (%rax), %rax movq -0x10(%rbp), %rcx cmpq (%rcx), %rax sete %al andb $0x1, %al popq %rbp retq nopw %cs:(%rax,%rax) nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,357
std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int>>, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::end() const
const_iterator end() const _GLIBCXX_NOEXCEPT { return const_iterator(&this->_M_impl._M_header); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rsi addq $0x10, %rsi leaq -0x8(%rbp), %rdi callq 0x1be310 movq -0x8(%rbp), %rax addq $0x10, %rsp popq %rbp retq nopw (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,358
std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int>>, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::_M_begin() const
_Const_Link_type _M_begin() const _GLIBCXX_NOEXCEPT { return static_cast<_Const_Link_type> (this->_M_impl._M_header._M_parent); }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq 0x18(%rax), %rax popq %rbp retq nopw %cs:(%rax,%rax) nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,359
std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int>>, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::_M_end() const
_Const_Base_ptr _M_end() const _GLIBCXX_NOEXCEPT { return &this->_M_impl._M_header; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax addq $0x10, %rax popq %rbp retq nopw %cs:(%rax,%rax) nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,360
std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int>>, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::_S_left(std::_Rb_tree_node_base const*)
static _Const_Link_type _S_left(_Const_Base_ptr __x) _GLIBCXX_NOEXCEPT { return static_cast<_Const_Link_type>(__x->_M_left); }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq 0x10(%rax), %rax popq %rbp retq nopw %cs:(%rax,%rax) nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,361
std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int>>, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::_S_right(std::_Rb_tree_node_base const*)
static _Const_Link_type _S_right(_Const_Base_ptr __x) _GLIBCXX_NOEXCEPT { return static_cast<_Const_Link_type>(__x->_M_right); }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq 0x18(%rax), %rax popq %rbp retq nopw %cs:(%rax,%rax) nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,362
std::_Rb_tree_const_iterator<std::pair<int const, int>>::_Rb_tree_const_iterator(std::_Rb_tree_node_base const*)
explicit _Rb_tree_const_iterator(_Base_ptr __x) _GLIBCXX_NOEXCEPT : _M_node(__x) { }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq -0x10(%rbp), %rcx movq %rcx, (%rax) popq %rbp retq nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,363
std::map<int, int, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::lower_bound(int const&)
iterator lower_bound(const key_type& __x) { return _M_t.lower_bound(__x); }
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 0x1b8c20 movq %rax, -0x8(%rbp) movq -0x8(%rbp), %rax addq $0x20, %rsp popq %rbp retq nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_map.h
5,364
std::map<int, int, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::end()
iterator end() _GLIBCXX_NOEXCEPT { return _M_t.end(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rdi callq 0x1d3110 movq %rax, -0x8(%rbp) movq -0x8(%rbp), %rax addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax) nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_map.h
5,365
std::map<int, int, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::key_comp() const
key_compare key_comp() const { return _M_t.key_comp(); }
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x18(%rbp) movq -0x18(%rbp), %rdi callq 0x1dfaf0 movq %rax, -0x10(%rbp) movq %rdx, -0x8(%rbp) movq -0x10(%rbp), %rax movq -0x8(%rbp), %rdx addq $0x20, %rsp popq %rbp retq nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_map.h
5,366
std::_Rb_tree_iterator<std::pair<int const, int>>::operator*() const
reference operator*() const _GLIBCXX_NOEXCEPT { return *static_cast<_Link_type>(_M_node)->_M_valptr(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq (%rax), %rdi callq 0x1cb6c0 addq $0x10, %rsp popq %rbp retq nop
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,367
std::_Rb_tree_const_iterator<std::pair<int const, int>>::_Rb_tree_const_iterator(std::_Rb_tree_iterator<std::pair<int const, int>> const&)
_Rb_tree_const_iterator(const iterator& __it) _GLIBCXX_NOEXCEPT : _M_node(__it._M_node) { }
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)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,368
std::tuple<int const&>::tuple<true, true>(int const&)
constexpr tuple(const _Elements&... __elements) noexcept(__nothrow_constructible<const _Elements&...>()) : _Inherited(__elements...) { }
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 0x1d0330 jmp 0x36453f addq $0x10, %rsp popq %rbp retq movq %rax, %rdi callq 0x1e9370 nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/tuple
5,369
std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int>>, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::lower_bound(int const&)
const_iterator lower_bound(const key_type& __k) const { return _M_lower_bound(_M_begin(), _M_end(), __k); }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi movq %rdi, -0x28(%rbp) callq 0x1bd420 movq -0x28(%rbp), %rdi movq %rax, -0x20(%rbp) callq 0x1bbff0 movq -0x28(%rbp), %rdi movq -0x20(%rbp), %rsi movq %rax, %rdx movq -0x18(%rbp), %rcx callq 0x1ca970 movq %rax, -0x8(%rbp) movq -0x8(%rbp), %rax addq $0x30, %rsp popq %rbp retq nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,370
std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int>>, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::end()
iterator end() _GLIBCXX_NOEXCEPT { return iterator(&this->_M_impl._M_header); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rsi addq $0x10, %rsi leaq -0x8(%rbp), %rdi callq 0x1de4f0 movq -0x8(%rbp), %rax addq $0x10, %rsp popq %rbp retq nopw (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,371
std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int>>, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::key_comp() const
_Compare key_comp() const { return _M_impl._M_key_compare; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x18(%rbp) movq -0x18(%rbp), %rax movups (%rax), %xmm0 movaps %xmm0, -0x10(%rbp) movq -0x10(%rbp), %rax movq -0x8(%rbp), %rdx popq %rbp retq nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,372
std::_Rb_tree_node<std::pair<int const, int>>* std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int>>, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::_M_create_node<std::piecewise_construct_t const&, std::tuple<int const&>, std::tuple<>>(std::piecewise_construct_t const&, std::tuple<int const&>&&, std::tuple<>&&)
_Link_type _M_create_node(_Args&&... __args) { _Link_type __tmp = _M_get_node(); _M_construct_node(__tmp, std::forward<_Args>(__args)...); return __tmp; }
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 %rdi, -0x30(%rbp) callq 0x1dcc50 movq -0x30(%rbp), %rdi movq %rax, -0x28(%rbp) movq -0x28(%rbp), %rsi movq -0x10(%rbp), %rdx movq -0x18(%rbp), %rcx movq -0x20(%rbp), %r8 callq 0x1d0930 movq -0x28(%rbp), %rax addq $0x30, %rsp popq %rbp retq nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,373
void std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int>>, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::_M_construct_node<std::piecewise_construct_t const&, std::tuple<int const&>, std::tuple<>>(std::_Rb_tree_node<std::pair<int const, int>>*, std::piecewise_construct_t const&, std::tuple<int const&>&&, std::tuple<>&&)
void _M_construct_node(_Link_type __node, _Args&&... __args) { __try { ::new(__node) _Rb_tree_node<_Val>; _Alloc_traits::construct(_M_get_Node_allocator(), __node->_M_valptr(), std::forward<_Args>(__args)...); } __catch(...) { __node->~_Rb_tree_node<_Val>(); _M_put_node(__node); __throw_exception_again; } }
pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq %r8, -0x28(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x48(%rbp) callq 0x1deee0 movq %rax, -0x40(%rbp) movq -0x10(%rbp), %rdi callq 0x1cb6c0 movq -0x40(%rbp), %rdi movq %rax, %rsi movq -0x18(%rbp), %rdx movq -0x20(%rbp), %rcx movq -0x28(%rbp), %r8 callq 0x1d7f80 jmp 0x364a10 jmp 0x364a50 movq %rax, %rcx movl %edx, %eax movq %rcx, -0x30(%rbp) movl %eax, -0x34(%rbp) movq -0x30(%rbp), %rdi callq 0x1bf6c0 movq -0x48(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0x1d0670 callq 0x1d87c0 jmp 0x364a67 movq %rax, %rcx movl %edx, %eax movq %rcx, -0x30(%rbp) movl %eax, -0x34(%rbp) callq 0x1dc770 jmp 0x364a4e jmp 0x364a56 addq $0x50, %rsp popq %rbp retq movq -0x30(%rbp), %rdi callq 0x1dfa40 movq %rax, %rdi callq 0x1e9370 nopw (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,374
void std::allocator_traits<std::allocator<std::_Rb_tree_node<std::pair<int const, int>>>>::construct<std::pair<int const, int>, std::piecewise_construct_t const&, std::tuple<int const&>, std::tuple<>>(std::allocator<std::_Rb_tree_node<std::pair<int const, int>>>&, std::pair<int const, int>*, std::piecewise_construct_t const&, std::tuple<int const&>&&, std::tuple<>&&)
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<_Args>(__args)...); #endif }
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 %r8, -0x28(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi movq -0x18(%rbp), %rdx movq -0x20(%rbp), %rcx movq -0x28(%rbp), %r8 callq 0x1cc440 addq $0x30, %rsp popq %rbp retq nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/alloc_traits.h
5,375
void __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<int const, int>>>::construct<std::pair<int const, int>, std::piecewise_construct_t const&, std::tuple<int const&>, std::tuple<>>(std::pair<int const, int>*, std::piecewise_construct_t const&, std::tuple<int const&>&&, std::tuple<>&&)
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 $0x50, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq %r8, -0x28(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x48(%rbp) movq -0x20(%rbp), %rsi leaq -0x38(%rbp), %rdi callq 0x1c0eb0 movq -0x48(%rbp), %rdi leaq -0x38(%rbp), %rsi callq 0x1bc350 addq $0x50, %rsp popq %rbp retq nopw %cs:(%rax,%rax) nop
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/ext/new_allocator.h
5,376
std::tuple<int const&>::tuple(std::tuple<int const&>&&)
constexpr tuple(tuple&&) = default;
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 0x1c0f50 addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax) nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/tuple
5,377
std::_Tuple_impl<0ul, int const&>::_Tuple_impl(std::_Tuple_impl<0ul, int const&>&&)
constexpr _Tuple_impl(_Tuple_impl&& __in) noexcept(is_nothrow_move_constructible<_Head>::value) : _Base(static_cast<_Base&&>(__in)) { }
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)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/tuple
5,378
std::tuple_element<0ul, std::tuple<int const&>>::type& std::get<0ul, int const&>(std::tuple<int const&>&)
constexpr __tuple_element_t<__i, tuple<_Elements...>>& get(tuple<_Elements...>& __t) noexcept { return std::__get_helper<__i>(__t); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0x1d1d30 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/tuple
5,379
int const& std::__get_helper<0ul, int const&>(std::_Tuple_impl<0ul, int const&>&)
constexpr _Head& __get_helper(_Tuple_impl<__i, _Head, _Tail...>& __t) noexcept { return _Tuple_impl<__i, _Head, _Tail...>::_M_head(__t); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0x1ca490 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/tuple
5,380
std::_Tuple_impl<0ul, int const&>::_M_head(std::_Tuple_impl<0ul, int const&>&)
static constexpr _Head& _M_head(_Tuple_impl& __t) noexcept { return _Base::_M_head(__t); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0x1cd650 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/tuple
5,381
std::_Head_base<0ul, int const&, false>::_M_head(std::_Head_base<0ul, int const&, false>&)
static constexpr _Head& _M_head(_Head_base& __b) noexcept { return __b._M_head_impl; }
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)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/tuple
5,382
std::_Rb_tree_const_iterator<std::pair<int const, int>>::_M_const_cast() const
iterator _M_const_cast() const _GLIBCXX_NOEXCEPT { return iterator(const_cast<typename iterator::_Base_ptr>(_M_node)); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rsi leaq -0x8(%rbp), %rdi callq 0x1de4f0 movq -0x8(%rbp), %rax addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,383
std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int>>, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::size() const
size_type size() const _GLIBCXX_NOEXCEPT { return _M_impl._M_node_count; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq 0x30(%rax), %rax popq %rbp retq nopw %cs:(%rax,%rax) nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,384
std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int>>, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::_M_rightmost()
_Base_ptr& _M_rightmost() _GLIBCXX_NOEXCEPT { return this->_M_impl._M_header._M_right; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax addq $0x10, %rax addq $0x18, %rax popq %rbp retq nopw %cs:(%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,385
std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int>>, Omega_h::StateRowLess, std::allocator<std::pair<int const, int>>>::_M_leftmost()
_Const_Base_ptr _M_leftmost() const _GLIBCXX_NOEXCEPT { return this->_M_impl._M_header._M_left; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax addq $0x10, %rax addq $0x10, %rax popq %rbp retq nopw %cs:(%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,386
std::_Rb_tree_iterator<std::pair<int const, int>>::operator++()
_Self& operator++() _GLIBCXX_NOEXCEPT { _M_node = _Rb_tree_increment(_M_node); return *this; }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x10(%rbp) movq (%rax), %rdi callq 0x1c68c0 movq %rax, %rcx movq -0x10(%rbp), %rax movq %rcx, (%rax) addq $0x10, %rsp popq %rbp retq nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,387
std::_Tuple_impl<0ul, int const&>::_Tuple_impl(int const&)
explicit constexpr _Tuple_impl(const _Head& __head) : _Base(__head) { }
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 0x1be860 addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax) nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/tuple
5,388
std::_Head_base<0ul, int const&, false>::_Head_base(int const&)
constexpr _Head_base(const _Head& __h) : _M_head_impl(__h) { }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq -0x10(%rbp), %rcx movq %rcx, (%rax) popq %rbp retq nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/tuple
5,389
std::_Rb_tree<char, char, std::_Identity<char>, std::less<char>, std::allocator<char>>::begin() const
const_iterator begin() const _GLIBCXX_NOEXCEPT { return const_iterator(this->_M_impl._M_header._M_left); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rax movq 0x18(%rax), %rsi leaq -0x8(%rbp), %rdi callq 0x1ca140 movq -0x8(%rbp), %rax addq $0x10, %rsp popq %rbp retq nopw (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,390
std::_Rb_tree_const_iterator<char>::_Rb_tree_const_iterator(std::_Rb_tree_node_base const*)
explicit _Rb_tree_const_iterator(_Base_ptr __x) _GLIBCXX_NOEXCEPT : _M_node(__x) { }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq -0x10(%rbp), %rcx movq %rcx, (%rax) popq %rbp retq nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,391
std::_Rb_tree<char, char, std::_Identity<char>, std::less<char>, std::allocator<char>>::end() const
const_iterator end() const _GLIBCXX_NOEXCEPT { return const_iterator(&this->_M_impl._M_header); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rsi addq $0x8, %rsi leaq -0x8(%rbp), %rdi callq 0x1ca140 movq -0x8(%rbp), %rax addq $0x10, %rsp popq %rbp retq nopw (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,392
std::_Rb_tree_node<char>::_M_valptr() const
const _Val* _M_valptr() const { return _M_storage._M_ptr(); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi addq $0x20, %rdi callq 0x1cd940 addq $0x10, %rsp popq %rbp retq nop
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,393
_gnu_cxx::__aligned_membuf<char>::_M_ptr() const
const _Tp* _M_ptr() const noexcept { return static_cast<const _Tp*>(_M_addr()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0x1d16c0 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/ext/aligned_buffer.h
5,394
_gnu_cxx::__aligned_membuf<char>::_M_addr() const
const void* _M_addr() const noexcept { return static_cast<const void*>(&_M_storage); }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax popq %rbp retq nop
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/ext/aligned_buffer.h
5,395
std::operator==(std::_Rb_tree_const_iterator<char> const&, std::_Rb_tree_const_iterator<char> const&)
bool operator==(const _Self& __x, const _Self& __y) _GLIBCXX_NOEXCEPT { return __x._M_node == __y._M_node; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq (%rax), %rax movq -0x10(%rbp), %rcx cmpq (%rcx), %rax sete %al andb $0x1, %al popq %rbp retq nopw %cs:(%rax,%rax) nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,396
std::_Rb_tree<char, char, std::_Identity<char>, std::less<char>, std::allocator<char>>::_M_begin() const
_Const_Link_type _M_begin() const _GLIBCXX_NOEXCEPT { return static_cast<_Const_Link_type> (this->_M_impl._M_header._M_parent); }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq 0x10(%rax), %rax popq %rbp retq nopw %cs:(%rax,%rax) nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,397
std::_Rb_tree<char, char, std::_Identity<char>, std::less<char>, std::allocator<char>>::_M_end() const
_Const_Base_ptr _M_end() const _GLIBCXX_NOEXCEPT { return &this->_M_impl._M_header; }
pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax addq $0x8, %rax popq %rbp retq nopw %cs:(%rax,%rax) nopl (%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,398
std::_Rb_tree<char, char, std::_Identity<char>, std::less<char>, std::allocator<char>>::_S_key(std::_Rb_tree_node_base const*)
static const _Key& _S_key(_Const_Base_ptr __x) { return _S_key(static_cast<_Const_Link_type>(__x)); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0x1df4d0 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h
5,399
std::_Rb_tree<char, char, std::_Identity<char>, std::less<char>, std::allocator<char>>::_S_key(std::_Rb_tree_node<char> const*)
static const _Key& _S_key(_Const_Link_type __x) { #if __cplusplus >= 201103L // If we're asking for the key we're presumably using the comparison // object, and so this is a good place to sanity check it. static_assert(__is_invocable<_Compare&, const _Key&, const _Key&>{}, "comparison object must be invocable " "with two arguments of key type"); # if __cplusplus >= 201703L // _GLIBCXX_RESOLVE_LIB_DEFECTS // 2542. Missing const requirements for associative containers if constexpr (__is_invocable<_Compare&, const _Key&, const _Key&>{}) static_assert( is_invocable_v<const _Compare&, const _Key&, const _Key&>, "comparison object must be invocable as const"); # endif // C++17 #endif // C++11 return _KeyOfValue()(*__x->_M_valptr()); }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0x1caa00 movq %rax, %rsi leaq -0x9(%rbp), %rdi callq 0x1d7870 addq $0x10, %rsp popq %rbp retq nopw (%rax,%rax)
gahansen[P]omega_h[P]build_O0[P]src[P]libomega_h.so.asm_src.json
O0
/usr/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_tree.h