midi: slow down TIMA interval
This also fixes the ordering of slot reference and slot_ix deinitialization when turning off notes.
This commit is contained in:
parent
9b57987717
commit
0c34b0634a
@ -1,5 +1,5 @@
|
||||
CFLAGS = -I../saturn -fstack-usage
|
||||
OPT = -O0
|
||||
OPT = -O3
|
||||
LIBGCC = $(shell $(CC) -print-file-name=libgcc.a)
|
||||
LIB = ../saturn
|
||||
|
||||
@ -25,4 +25,4 @@ slot.elf: slot.o sine-44100-s16be-1ch-1sec.pcm.o
|
||||
|
||||
interrupt.elf: interrupt.o jojo-11025-s16be-1ch.pcm.o
|
||||
|
||||
midi.elf: midi.o sine-44100-s16be-1ch-100sample.pcm.o midi_test-c-major-scale.mid.o ../midi/parse.o $(LIBGCC)
|
||||
midi.elf: midi.o sine-44100-s16be-1ch-100sample.pcm.o midi_test-c-major-scale.mid.o f2.mid.o ../midi/parse.o $(LIBGCC)
|
||||
|
BIN
m68k/f2.mid
Normal file
BIN
m68k/f2.mid
Normal file
Binary file not shown.
@ -7,7 +7,8 @@
|
||||
#include "../common/copy.hpp"
|
||||
|
||||
extern void * _sine_start __asm("_binary_sine_44100_s16be_1ch_100sample_pcm_start");
|
||||
extern void * _midi_start __asm("_binary_midi_test_c_major_scale_mid_start");
|
||||
//extern void * _midi_start __asm("_binary_midi_test_c_major_scale_mid_start");
|
||||
extern void * _midi_start __asm("_binary_f2_mid_start");
|
||||
|
||||
uint16_t
|
||||
midi_note_to_oct_fns(const int8_t midi_note)
|
||||
@ -42,10 +43,10 @@ midi_note_to_oct_fns(const int8_t midi_note)
|
||||
// maximum delay of 3258 days
|
||||
using fp48_16 = fp<uint64_t, uint64_t, 16>;
|
||||
|
||||
constexpr uint8_t tactl = 6; // F/128
|
||||
constexpr uint8_t tima = 0xfe;
|
||||
constexpr uint8_t tactl = 0; // F/128
|
||||
constexpr uint8_t tima = 0x00;
|
||||
|
||||
constexpr fp48_16 increment_ms{2902, 32394}; // 2902.494293212890625
|
||||
constexpr fp48_16 increment_ms{5804, 64657}; //
|
||||
|
||||
struct midi_state {
|
||||
uint8_t const * buf;
|
||||
@ -143,7 +144,7 @@ int8_t alloc_slot()
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
#pragma gcc pop_options
|
||||
#pragma GCC pop_options
|
||||
|
||||
void free_slot(int8_t i)
|
||||
{
|
||||
@ -225,9 +226,8 @@ void midi_step()
|
||||
v.count -= 1;
|
||||
if (v.count == 0) {
|
||||
free_slot(v.slot_ix);
|
||||
v.slot_ix = -1;
|
||||
|
||||
scsp_slot& slot = scsp.reg.slot[v.slot_ix];
|
||||
v.slot_ix = -1;
|
||||
slot.LOOP = 0;
|
||||
scsp.reg.slot[0].SA |= SA__KYONEX;
|
||||
kyonex = 1;
|
||||
|
372
midi/parse.su
372
midi/parse.su
@ -1,372 +0,0 @@
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/m68k-none-elf/bits/c++config.h:540:3:constexpr bool std::__is_constant_evaluated() 0 static
|
||||
../midi/parse.cpp:12:1:constexpr std::optional<std::tuple<const unsigned char*, long unsigned int> > midi::parse::int_variable_length(buf_t) 48 dynamic,bounded
|
||||
../midi/parse.cpp:28:1:std::tuple<const unsigned char*, short unsigned int> midi::parse::int_fixed_length16(buf_t) 24 dynamic,bounded
|
||||
../midi/parse.cpp:40:1:std::tuple<const unsigned char*, long unsigned int> midi::parse::int_fixed_length32(buf_t) 24 dynamic,bounded
|
||||
../midi/parse.cpp:52:1:constexpr std::optional<const unsigned char*> midi::parse::header_chunk_type(buf_t) 16 dynamic,bounded
|
||||
../midi/parse.cpp:64:1:std::tuple<const unsigned char*, midi::division_t> midi::parse::division(buf_t) 44 dynamic,bounded
|
||||
../midi/parse.cpp:82:1:std::optional<std::tuple<const unsigned char*, midi::header_t> > midi::parse::header(buf_t) 128 dynamic,bounded
|
||||
../midi/parse.cpp:107:1:constexpr std::optional<std::tuple<const unsigned char*, midi::midi_event_t::type_t> > midi::parse::midi_event_type(buf_t) 120 dynamic,bounded
|
||||
../midi/parse.cpp:128:1:constexpr int32_t midi::parse::midi_event_message_length(midi::midi_event_t::type_t) 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:984:26:constexpr std::optional<_Tp>::operator bool() const [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:470:22:constexpr bool std::_Optional_base_impl<_Tp, _Dp>::_M_is_engaged() const [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>; _Dp = std::_Optional_base<std::tuple<const unsigned char*, midi::midi_event_t::type_t>, true, false>] 0 static
|
||||
../midi/parse.cpp:137:1:constexpr std::optional<std::tuple<const unsigned char*, midi::midi_event_t> > midi::parse::midi_event(buf_t) 60 dynamic,bounded
|
||||
../midi/parse.cpp:159:1:constexpr std::optional<std::tuple<const unsigned char*, midi::sysex_event_t> > midi::parse::sysex_event(buf_t) 68 dynamic,bounded
|
||||
../midi/parse.cpp:171:1:constexpr std::optional<std::tuple<const unsigned char*, midi::meta_event_t> > midi::parse::meta_event(buf_t) 72 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:984:26:constexpr std::optional<_Tp>::operator bool() const [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:470:22:constexpr bool std::_Optional_base_impl<_Tp, _Dp>::_M_is_engaged() const [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t>; _Dp = std::_Optional_base<std::tuple<const unsigned char*, midi::midi_event_t>, true, false>] 0 static
|
||||
../midi/parse.cpp:184:1:constexpr std::optional<std::tuple<const unsigned char*, midi::event_t> > midi::parse::event(buf_t) 212 dynamic,bounded
|
||||
../midi/parse.cpp:204:1:std::optional<std::tuple<const unsigned char*, midi::mtrk_event_t> > midi::parse::mtrk_event(buf_t) 128 dynamic,bounded
|
||||
../midi/parse.cpp:219:1:constexpr std::optional<const unsigned char*> midi::parse::track_chunk_type(buf_t) 16 dynamic,bounded
|
||||
../midi/parse.cpp:231:1:std::optional<std::tuple<const unsigned char*, long unsigned int> > midi::parse::track(buf_t) 56 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1338:2:constexpr std::tuple<_T1, _T2>::tuple(_U1&&, _U2&&) [with _U1 = const unsigned char*; _U2 = long unsigned int&; typename std::enable_if<std::_TupleConstraints<(! __is_alloc_arg<_U1>()), _T1, _T2>::__is_implicitly_constructible<_U1, _U2>(), bool>::type <anonymous> = true; _T1 = const unsigned char*; _T2 = long unsigned int] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:747:2:constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = std::tuple<const unsigned char*, long unsigned int>; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = std::tuple<const unsigned char*, long unsigned int>] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:120:7:constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base() [with _Tp = std::tuple<const unsigned char*, long unsigned int>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:399:7:constexpr std::_Optional_payload<_Tp, true, false, false>::_Optional_payload() [with _Tp = std::tuple<const unsigned char*, long unsigned int>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:600:17:constexpr std::_Optional_base<_Tp, true, false>::_Optional_base() [with _Tp = std::tuple<const unsigned char*, long unsigned int>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:739:17:constexpr std::optional<_Tp>::optional(std::nullopt_t) [with _Tp = std::tuple<const unsigned char*, long unsigned int>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1338:2:constexpr std::tuple<_T1, _T2>::tuple(_U1&&, _U2&&) [with _U1 = const unsigned char*; _U2 = short unsigned int&; typename std::enable_if<std::_TupleConstraints<(! __is_alloc_arg<_U1>()), _T1, _T2>::__is_implicitly_constructible<_U1, _U2>(), bool>::type <anonymous> = true; _T1 = const unsigned char*; _T2 = short unsigned int] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:747:2:constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = const unsigned char*; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = const unsigned char*] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:120:7:constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base() [with _Tp = const unsigned char*] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:341:7:constexpr std::_Optional_payload<_Tp, true, true, true>::_Optional_payload() [with _Tp = const unsigned char*] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:643:17:constexpr std::_Optional_base<_Tp, true, true>::_Optional_base() [with _Tp = const unsigned char*] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:739:17:constexpr std::optional<_Tp>::optional(std::nullopt_t) [with _Tp = const unsigned char*] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:2155:5:) [with _Elements = {const unsigned char*, short unsigned int}] 16 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1638:2:constexpr std::__enable_if_t<__assignable<_U1, _U2>(), std::tuple<_T1, _T2>&> std::tuple<_T1, _T2>::operator=(std::tuple<_U1, _U2>&&) [with _U1 = const unsigned char*; _U2 = short unsigned int; _T1 = const unsigned char*&; _T2 = short unsigned int&] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*; _T2 = midi::division_t] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:984:26:constexpr std::optional<_Tp>::operator bool() const [with _Tp = const unsigned char*] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:120:7:constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base() [with _Tp = std::tuple<const unsigned char*, midi::header_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:399:7:constexpr std::_Optional_payload<_Tp, true, false, false>::_Optional_payload() [with _Tp = std::tuple<const unsigned char*, midi::header_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:600:17:constexpr std::_Optional_base<_Tp, true, false>::_Optional_base() [with _Tp = std::tuple<const unsigned char*, midi::header_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:739:17:constexpr std::optional<_Tp>::optional(std::nullopt_t) [with _Tp = std::tuple<const unsigned char*, midi::header_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:973:7:constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = const unsigned char*] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:2155:5:) [with _Elements = {const unsigned char*, long unsigned int}] 16 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1638:2:constexpr std::__enable_if_t<__assignable<_U1, _U2>(), std::tuple<_T1, _T2>&> std::tuple<_T1, _T2>::operator=(std::tuple<_U1, _U2>&&) [with _U1 = const unsigned char*; _U2 = long unsigned int; _T1 = const unsigned char*&; _T2 = long unsigned int&] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:2155:5:) [with _Elements = {const unsigned char*, midi::division_t}] 16 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1638:2:constexpr std::__enable_if_t<__assignable<_U1, _U2>(), std::tuple<_T1, _T2>&> std::tuple<_T1, _T2>::operator=(std::tuple<_U1, _U2>&&) [with _U1 = const unsigned char*; _U2 = midi::division_t; _T1 = const unsigned char*&; _T2 = midi::division_t&] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*; _T2 = midi::header_t] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:747:2:constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = std::tuple<const unsigned char*, midi::header_t>; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::header_t>] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1338:2:constexpr std::tuple<_T1, _T2>::tuple(_U1&&, _U2&&) [with _U1 = const unsigned char*&; _U2 = midi::midi_event_t::type_t; typename std::enable_if<std::_TupleConstraints<(! __is_alloc_arg<_U1>()), _T1, _T2>::__is_implicitly_constructible<_U1, _U2>(), bool>::type <anonymous> = true; _T1 = const unsigned char*; _T2 = midi::midi_event_t::type_t] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:747:2:constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = std::tuple<const unsigned char*, midi::midi_event_t::type_t>; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:120:7:constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base() [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:399:7:constexpr std::_Optional_payload<_Tp, true, false, false>::_Optional_payload() [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:600:17:constexpr std::_Optional_base<_Tp, true, false>::_Optional_base() [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:739:17:constexpr std::optional<_Tp>::optional(std::nullopt_t) [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:120:7:constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base() [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:399:7:constexpr std::_Optional_payload<_Tp, true, false, false>::_Optional_payload() [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:600:17:constexpr std::_Optional_base<_Tp, true, false>::_Optional_base() [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:739:17:constexpr std::optional<_Tp>::optional(std::nullopt_t) [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:2155:5:) [with _Elements = {const unsigned char*, midi::midi_event_t::type_t}] 16 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:973:7:constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1628:2:constexpr std::__enable_if_t<__assignable<const _U1&, const _U2&>(), std::tuple<_T1, _T2>&> std::tuple<_T1, _T2>::operator=(const std::tuple<_U1, _U2>&) [with _U1 = const unsigned char*; _U2 = midi::midi_event_t::type_t; _T1 = const unsigned char*&; _T2 = midi::midi_event_t::type_t&] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1338:2:constexpr std::tuple<_T1, _T2>::tuple(_U1&&, _U2&&) [with _U1 = const unsigned char*&; _U2 = midi::midi_event_t&; typename std::enable_if<std::_TupleConstraints<(! __is_alloc_arg<_U1>()), _T1, _T2>::__is_implicitly_constructible<_U1, _U2>(), bool>::type <anonymous> = true; _T1 = const unsigned char*; _T2 = midi::midi_event_t] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:747:2:constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = std::tuple<const unsigned char*, midi::midi_event_t>; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::midi_event_t>] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:120:7:constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base() [with _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:399:7:constexpr std::_Optional_payload<_Tp, true, false, false>::_Optional_payload() [with _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:600:17:constexpr std::_Optional_base<_Tp, true, false>::_Optional_base() [with _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:739:17:constexpr std::optional<_Tp>::optional(std::nullopt_t) [with _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:984:26:constexpr std::optional<_Tp>::operator bool() const [with _Tp = std::tuple<const unsigned char*, long unsigned int>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:973:7:constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = std::tuple<const unsigned char*, long unsigned int>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1628:2:constexpr std::__enable_if_t<__assignable<const _U1&, const _U2&>(), std::tuple<_T1, _T2>&> std::tuple<_T1, _T2>::operator=(const std::tuple<_U1, _U2>&) [with _U1 = const unsigned char*; _U2 = long unsigned int; _T1 = const unsigned char*&; _T2 = long unsigned int&] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*; _T2 = midi::sysex_event_t] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:747:2:constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = std::tuple<const unsigned char*, midi::sysex_event_t>; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:120:7:constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base() [with _Tp = std::tuple<const unsigned char*, midi::meta_event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:399:7:constexpr std::_Optional_payload<_Tp, true, false, false>::_Optional_payload() [with _Tp = std::tuple<const unsigned char*, midi::meta_event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:600:17:constexpr std::_Optional_base<_Tp, true, false>::_Optional_base() [with _Tp = std::tuple<const unsigned char*, midi::meta_event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:739:17:constexpr std::optional<_Tp>::optional(std::nullopt_t) [with _Tp = std::tuple<const unsigned char*, midi::meta_event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*; _T2 = midi::meta_event_t] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:747:2:constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = std::tuple<const unsigned char*, midi::meta_event_t>; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::meta_event_t>] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:2155:5:) [with _Elements = {const unsigned char*, midi::midi_event_t}] 16 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:973:7:constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1628:2:constexpr std::__enable_if_t<__assignable<const _U1&, const _U2&>(), std::tuple<_T1, _T2>&> std::tuple<_T1, _T2>::operator=(const std::tuple<_U1, _U2>&) [with _U1 = const unsigned char*; _U2 = midi::midi_event_t; _T1 = const unsigned char*&; _T2 = midi::midi_event_t&] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*; _T2 = midi::event_t] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:747:2:constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = std::tuple<const unsigned char*, midi::event_t>; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::event_t>] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:984:26:constexpr std::optional<_Tp>::operator bool() const [with _Tp = std::tuple<const unsigned char*, midi::meta_event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:2155:5:) [with _Elements = {const unsigned char*, midi::meta_event_t}] 16 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:973:7:constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = std::tuple<const unsigned char*, midi::meta_event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1628:2:constexpr std::__enable_if_t<__assignable<const _U1&, const _U2&>(), std::tuple<_T1, _T2>&> std::tuple<_T1, _T2>::operator=(const std::tuple<_U1, _U2>&) [with _U1 = const unsigned char*; _U2 = midi::meta_event_t; _T1 = const unsigned char*&; _T2 = midi::meta_event_t&] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:984:26:constexpr std::optional<_Tp>::operator bool() const [with _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:2155:5:) [with _Elements = {const unsigned char*, midi::sysex_event_t}] 16 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:973:7:constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1628:2:constexpr std::__enable_if_t<__assignable<const _U1&, const _U2&>(), std::tuple<_T1, _T2>&> std::tuple<_T1, _T2>::operator=(const std::tuple<_U1, _U2>&) [with _U1 = const unsigned char*; _U2 = midi::sysex_event_t; _T1 = const unsigned char*&; _T2 = midi::sysex_event_t&] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:120:7:constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base() [with _Tp = std::tuple<const unsigned char*, midi::event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:399:7:constexpr std::_Optional_payload<_Tp, true, false, false>::_Optional_payload() [with _Tp = std::tuple<const unsigned char*, midi::event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:600:17:constexpr std::_Optional_base<_Tp, true, false>::_Optional_base() [with _Tp = std::tuple<const unsigned char*, midi::event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:739:17:constexpr std::optional<_Tp>::optional(std::nullopt_t) [with _Tp = std::tuple<const unsigned char*, midi::event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:120:7:constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base() [with _Tp = std::tuple<const unsigned char*, midi::mtrk_event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:399:7:constexpr std::_Optional_payload<_Tp, true, false, false>::_Optional_payload() [with _Tp = std::tuple<const unsigned char*, midi::mtrk_event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:600:17:constexpr std::_Optional_base<_Tp, true, false>::_Optional_base() [with _Tp = std::tuple<const unsigned char*, midi::mtrk_event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:739:17:constexpr std::optional<_Tp>::optional(std::nullopt_t) [with _Tp = std::tuple<const unsigned char*, midi::mtrk_event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:984:26:constexpr std::optional<_Tp>::operator bool() const [with _Tp = std::tuple<const unsigned char*, midi::event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:2155:5:) [with _Elements = {const unsigned char*, midi::event_t}] 16 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:973:7:constexpr _Tp& std::optional<_Tp>::operator*() & [with _Tp = std::tuple<const unsigned char*, midi::event_t>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1628:2:constexpr std::__enable_if_t<__assignable<const _U1&, const _U2&>(), std::tuple<_T1, _T2>&> std::tuple<_T1, _T2>::operator=(const std::tuple<_U1, _U2>&) [with _U1 = const unsigned char*; _U2 = midi::event_t; _T1 = const unsigned char*&; _T2 = midi::event_t&] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*; _T2 = midi::mtrk_event_t] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:747:2:constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = std::tuple<const unsigned char*, midi::mtrk_event_t>; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::mtrk_event_t>] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1338:2:constexpr std::tuple<_T1, _T2>::tuple(_U1&&, _U2&&) [with _U1 = const unsigned char*&; _U2 = long unsigned int&; typename std::enable_if<std::_TupleConstraints<(! __is_alloc_arg<_U1>()), _T1, _T2>::__is_implicitly_constructible<_U1, _U2>(), bool>::type <anonymous> = true; _T1 = const unsigned char*; _T2 = long unsigned int] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = const unsigned char*] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = long unsigned int&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:291:2:) [with _UHead = const unsigned char*; _UTail = {long unsigned int&}; <template-parameter-2-3> = void; long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {long unsigned int}] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = tuple<const unsigned char*, long unsigned int>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:397:42:) [with _Args = {std::tuple<const unsigned char*, long unsigned int>}][inherited from std::_Optional_payload_base<std::tuple<const unsigned char*, long unsigned int> >] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:606:2:>, bool>::type <anonymous> = false; _Tp = std::tuple<const unsigned char*, long unsigned int>] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:209:14:constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage() [with _Up = std::tuple<const unsigned char*, long unsigned int>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, long unsigned int>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = short unsigned int&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:291:2:) [with _UHead = const unsigned char*; _UTail = {short unsigned int&}; <template-parameter-2-3> = void; long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {short unsigned int}] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:339:42:) [with _Args = {const unsigned char*}][inherited from std::_Optional_payload_base<const unsigned char*>] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:649:2:>, bool>::type <anonymous> = false; _Tp = const unsigned char*] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:209:14:constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage() [with _Up = const unsigned char*; bool <anonymous> = true; _Tp = const unsigned char*] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*&; _T2 = short unsigned int&] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:104:5:constexpr typename std::remove_reference<_Tp>::type&& std::move(_Tp&&) [with _Tp = tuple<const unsigned char*, short unsigned int>&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:437:2:>&&) [with _UHead = const unsigned char*; _UTails = {short unsigned int}; long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {short unsigned int&}] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::division_t}] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:470:22:constexpr bool std::_Optional_base_impl<_Tp, _Dp>::_M_is_engaged() const [with _Tp = const unsigned char*; _Dp = std::_Optional_base<const unsigned char*, true, true>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:209:14:constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage() [with _Up = std::tuple<const unsigned char*, midi::header_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::header_t>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:475:7:constexpr _Tp& std::_Optional_base_impl<_Tp, _Dp>::_M_get() [with _Tp = const unsigned char*; _Dp = std::_Optional_base<const unsigned char*, true, true>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*&; _T2 = long unsigned int&] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:104:5:constexpr typename std::remove_reference<_Tp>::type&& std::move(_Tp&&) [with _Tp = tuple<const unsigned char*, long unsigned int>&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:437:2:>&&) [with _UHead = const unsigned char*; _UTails = {long unsigned int}; long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {long unsigned int&}] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*&; _T2 = midi::division_t&] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:104:5:constexpr typename std::remove_reference<_Tp>::type&& std::move(_Tp&&) [with _Tp = tuple<const unsigned char*, midi::division_t>&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:437:2:>&&) [with _UHead = const unsigned char*; _UTails = {midi::division_t}; long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::division_t&}] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::header_t}] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = tuple<const unsigned char*, midi::header_t>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:397:42:) [with _Args = {std::tuple<const unsigned char*, midi::header_t>}][inherited from std::_Optional_payload_base<std::tuple<const unsigned char*, midi::header_t> >] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:606:2:>, bool>::type <anonymous> = false; _Tp = std::tuple<const unsigned char*, midi::header_t>] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = const unsigned char*&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = midi::midi_event_t::type_t] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:291:2:) [with _UHead = const unsigned char*&; _UTail = {midi::midi_event_t::type_t}; <template-parameter-2-3> = void; long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::midi_event_t::type_t}] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = tuple<const unsigned char*, midi::midi_event_t::type_t>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:397:42:) [with _Args = {std::tuple<const unsigned char*, midi::midi_event_t::type_t>}][inherited from std::_Optional_payload_base<std::tuple<const unsigned char*, midi::midi_event_t::type_t> >] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:606:2:>, bool>::type <anonymous> = false; _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:209:14:constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage() [with _Up = std::tuple<const unsigned char*, midi::midi_event_t::type_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:209:14:constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage() [with _Up = std::tuple<const unsigned char*, midi::midi_event_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::midi_event_t>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*&; _T2 = midi::midi_event_t::type_t&] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:475:7:constexpr _Tp& std::_Optional_base_impl<_Tp, _Dp>::_M_get() [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>; _Dp = std::_Optional_base<std::tuple<const unsigned char*, midi::midi_event_t::type_t>, true, false>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:427:2:>&) [with _UElements = {const unsigned char*, midi::midi_event_t::type_t}; long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::midi_event_t::type_t&}] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = midi::midi_event_t&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:291:2:) [with _UHead = const unsigned char*&; _UTail = {midi::midi_event_t&}; <template-parameter-2-3> = void; long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::midi_event_t}] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = tuple<const unsigned char*, midi::midi_event_t>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:397:42:) [with _Args = {std::tuple<const unsigned char*, midi::midi_event_t>}][inherited from std::_Optional_payload_base<std::tuple<const unsigned char*, midi::midi_event_t> >] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:606:2:>, bool>::type <anonymous> = false; _Tp = std::tuple<const unsigned char*, midi::midi_event_t>] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:209:14:constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage() [with _Up = std::tuple<const unsigned char*, midi::sysex_event_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:470:22:constexpr bool std::_Optional_base_impl<_Tp, _Dp>::_M_is_engaged() const [with _Tp = std::tuple<const unsigned char*, long unsigned int>; _Dp = std::_Optional_base<std::tuple<const unsigned char*, long unsigned int>, true, false>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:475:7:constexpr _Tp& std::_Optional_base_impl<_Tp, _Dp>::_M_get() [with _Tp = std::tuple<const unsigned char*, long unsigned int>; _Dp = std::_Optional_base<std::tuple<const unsigned char*, long unsigned int>, true, false>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:427:2:>&) [with _UElements = {const unsigned char*, long unsigned int}; long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {long unsigned int&}] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::sysex_event_t}] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = tuple<const unsigned char*, midi::sysex_event_t>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:397:42:) [with _Args = {std::tuple<const unsigned char*, midi::sysex_event_t>}][inherited from std::_Optional_payload_base<std::tuple<const unsigned char*, midi::sysex_event_t> >] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:606:2:>, bool>::type <anonymous> = false; _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:209:14:constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage() [with _Up = std::tuple<const unsigned char*, midi::meta_event_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::meta_event_t>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::meta_event_t}] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = tuple<const unsigned char*, midi::meta_event_t>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:397:42:) [with _Args = {std::tuple<const unsigned char*, midi::meta_event_t>}][inherited from std::_Optional_payload_base<std::tuple<const unsigned char*, midi::meta_event_t> >] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:606:2:>, bool>::type <anonymous> = false; _Tp = std::tuple<const unsigned char*, midi::meta_event_t>] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*&; _T2 = midi::midi_event_t&] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:475:7:constexpr _Tp& std::_Optional_base_impl<_Tp, _Dp>::_M_get() [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t>; _Dp = std::_Optional_base<std::tuple<const unsigned char*, midi::midi_event_t>, true, false>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:427:2:>&) [with _UElements = {const unsigned char*, midi::midi_event_t}; long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::midi_event_t&}] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::event_t}] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = tuple<const unsigned char*, midi::event_t>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:397:42:) [with _Args = {std::tuple<const unsigned char*, midi::event_t>}][inherited from std::_Optional_payload_base<std::tuple<const unsigned char*, midi::event_t> >] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:606:2:>, bool>::type <anonymous> = false; _Tp = std::tuple<const unsigned char*, midi::event_t>] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:470:22:constexpr bool std::_Optional_base_impl<_Tp, _Dp>::_M_is_engaged() const [with _Tp = std::tuple<const unsigned char*, midi::meta_event_t>; _Dp = std::_Optional_base<std::tuple<const unsigned char*, midi::meta_event_t>, true, false>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*&; _T2 = midi::meta_event_t&] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:475:7:constexpr _Tp& std::_Optional_base_impl<_Tp, _Dp>::_M_get() [with _Tp = std::tuple<const unsigned char*, midi::meta_event_t>; _Dp = std::_Optional_base<std::tuple<const unsigned char*, midi::meta_event_t>, true, false>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:427:2:>&) [with _UElements = {const unsigned char*, midi::meta_event_t}; long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::meta_event_t&}] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:470:22:constexpr bool std::_Optional_base_impl<_Tp, _Dp>::_M_is_engaged() const [with _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>; _Dp = std::_Optional_base<std::tuple<const unsigned char*, midi::sysex_event_t>, true, false>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*&; _T2 = midi::sysex_event_t&] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:475:7:constexpr _Tp& std::_Optional_base_impl<_Tp, _Dp>::_M_get() [with _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>; _Dp = std::_Optional_base<std::tuple<const unsigned char*, midi::sysex_event_t>, true, false>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:427:2:>&) [with _UElements = {const unsigned char*, midi::sysex_event_t}; long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::sysex_event_t&}] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:209:14:constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage() [with _Up = std::tuple<const unsigned char*, midi::event_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::event_t>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:209:14:constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage() [with _Up = std::tuple<const unsigned char*, midi::mtrk_event_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::mtrk_event_t>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:470:22:constexpr bool std::_Optional_base_impl<_Tp, _Dp>::_M_is_engaged() const [with _Tp = std::tuple<const unsigned char*, midi::event_t>; _Dp = std::_Optional_base<std::tuple<const unsigned char*, midi::event_t>, true, false>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1324:2:constexpr std::tuple<_T1, _T2>::tuple(const _T1&, const _T2&) [with bool _Dummy = true; typename std::enable_if<std::_TupleConstraints<_Dummy, _T1, _T2>::__is_implicitly_constructible<const _T1&, const _T2&>(), bool>::type <anonymous> = true; _T1 = const unsigned char*&; _T2 = midi::event_t&] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:475:7:constexpr _Tp& std::_Optional_base_impl<_Tp, _Dp>::_M_get() [with _Tp = std::tuple<const unsigned char*, midi::event_t>; _Dp = std::_Optional_base<std::tuple<const unsigned char*, midi::event_t>, true, false>] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:427:2:>&) [with _UElements = {const unsigned char*, midi::event_t}; long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::event_t&}] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::mtrk_event_t}] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = tuple<const unsigned char*, midi::mtrk_event_t>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:397:42:) [with _Args = {std::tuple<const unsigned char*, midi::mtrk_event_t>}][inherited from std::_Optional_payload_base<std::tuple<const unsigned char*, midi::mtrk_event_t> >] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:606:2:>, bool>::type <anonymous> = false; _Tp = std::tuple<const unsigned char*, midi::mtrk_event_t>] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:291:2:) [with _UHead = const unsigned char*&; _UTail = {long unsigned int&}; <template-parameter-2-3> = void; long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {long unsigned int}] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:513:2:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(_UHead&&) [with _UHead = long unsigned int&; long unsigned int _Idx = 1; _Head = long unsigned int] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:200:19:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(_UHead&&) [with _UHead = const unsigned char*; long unsigned int _Idx = 0; _Head = const unsigned char*] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:125:2:) [with _Args = {std::tuple<const unsigned char*, long unsigned int>}; _Tp = std::tuple<const unsigned char*, long unsigned int>] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:513:2:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(_UHead&&) [with _UHead = short unsigned int&; long unsigned int _Idx = 1; _Head = short unsigned int] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:125:2:) [with _Args = {const unsigned char*}; _Tp = const unsigned char*] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {short unsigned int&}] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:269:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {short unsigned int&}] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:269:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {short unsigned int}] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:275:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {short unsigned int&}] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:275:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {short unsigned int}] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:104:5:constexpr typename std::remove_reference<_Tp>::type&& std::move(_Tp&&) [with _Tp = _Tuple_impl<1, short unsigned int>&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:640:2:constexpr void std::_Tuple_impl<_Idx, _Head>::_M_assign(std::_Tuple_impl<_Idx, _UHead>&&) [with _UHead = short unsigned int; long unsigned int _Idx = 1; _Head = short unsigned int&] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::division_t] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 0; _Head = const unsigned char*] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:306:7:constexpr _Tp& std::_Optional_payload_base<_Tp>::_M_get() [with _Tp = const unsigned char*] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {long unsigned int&}] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:269:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {long unsigned int&}] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:269:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {long unsigned int}] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:275:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {long unsigned int&}] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:275:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {long unsigned int}] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:104:5:constexpr typename std::remove_reference<_Tp>::type&& std::move(_Tp&&) [with _Tp = _Tuple_impl<1, long unsigned int>&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:640:2:constexpr void std::_Tuple_impl<_Idx, _Head>::_M_assign(std::_Tuple_impl<_Idx, _UHead>&&) [with _UHead = long unsigned int; long unsigned int _Idx = 1; _Head = long unsigned int&] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::division_t&}] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:269:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::division_t&}] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:269:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::division_t}] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:275:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::division_t&}] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:275:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::division_t}] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:104:5:constexpr typename std::remove_reference<_Tp>::type&& std::move(_Tp&&) [with _Tp = _Tuple_impl<1, midi::division_t>&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:640:2:constexpr void std::_Tuple_impl<_Idx, _Head>::_M_assign(std::_Tuple_impl<_Idx, _UHead>&&) [with _UHead = midi::division_t; long unsigned int _Idx = 1; _Head = midi::division_t&] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::header_t] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:125:2:) [with _Args = {std::tuple<const unsigned char*, midi::header_t>}; _Tp = std::tuple<const unsigned char*, midi::header_t>] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:513:2:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(_UHead&&) [with _UHead = midi::midi_event_t::type_t; long unsigned int _Idx = 1; _Head = midi::midi_event_t::type_t] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:200:19:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(_UHead&&) [with _UHead = const unsigned char*&; long unsigned int _Idx = 0; _Head = const unsigned char*] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:125:2:) [with _Args = {std::tuple<const unsigned char*, midi::midi_event_t::type_t>}; _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::midi_event_t::type_t&}] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:306:7:constexpr _Tp& std::_Optional_payload_base<_Tp>::_M_get() [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:269:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::midi_event_t::type_t&}] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:272:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::midi_event_t::type_t}] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:275:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::midi_event_t::type_t&}] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:278:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::midi_event_t::type_t}] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:632:2:constexpr void std::_Tuple_impl<_Idx, _Head>::_M_assign(const std::_Tuple_impl<_Idx, _UHead>&) [with _UHead = midi::midi_event_t::type_t; long unsigned int _Idx = 1; _Head = midi::midi_event_t::type_t&] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:513:2:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(_UHead&&) [with _UHead = midi::midi_event_t&; long unsigned int _Idx = 1; _Head = midi::midi_event_t] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:125:2:) [with _Args = {std::tuple<const unsigned char*, midi::midi_event_t>}; _Tp = std::tuple<const unsigned char*, midi::midi_event_t>] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:306:7:constexpr _Tp& std::_Optional_payload_base<_Tp>::_M_get() [with _Tp = std::tuple<const unsigned char*, long unsigned int>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:272:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {long unsigned int}] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:278:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {long unsigned int}] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:632:2:constexpr void std::_Tuple_impl<_Idx, _Head>::_M_assign(const std::_Tuple_impl<_Idx, _UHead>&) [with _UHead = long unsigned int; long unsigned int _Idx = 1; _Head = long unsigned int&] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::sysex_event_t] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:125:2:) [with _Args = {std::tuple<const unsigned char*, midi::sysex_event_t>}; _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::meta_event_t] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:125:2:) [with _Args = {std::tuple<const unsigned char*, midi::meta_event_t>}; _Tp = std::tuple<const unsigned char*, midi::meta_event_t>] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::midi_event_t&}] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:306:7:constexpr _Tp& std::_Optional_payload_base<_Tp>::_M_get() [with _Tp = std::tuple<const unsigned char*, midi::midi_event_t>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:269:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::midi_event_t&}] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:272:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::midi_event_t}] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:275:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::midi_event_t&}] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:278:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::midi_event_t}] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:632:2:constexpr void std::_Tuple_impl<_Idx, _Head>::_M_assign(const std::_Tuple_impl<_Idx, _UHead>&) [with _UHead = midi::midi_event_t; long unsigned int _Idx = 1; _Head = midi::midi_event_t&] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::event_t] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:125:2:) [with _Args = {std::tuple<const unsigned char*, midi::event_t>}; _Tp = std::tuple<const unsigned char*, midi::event_t>] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::meta_event_t&}] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:306:7:constexpr _Tp& std::_Optional_payload_base<_Tp>::_M_get() [with _Tp = std::tuple<const unsigned char*, midi::meta_event_t>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:269:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::meta_event_t&}] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:272:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::meta_event_t}] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:275:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::meta_event_t&}] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:278:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::meta_event_t}] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:632:2:constexpr void std::_Tuple_impl<_Idx, _Head>::_M_assign(const std::_Tuple_impl<_Idx, _UHead>&) [with _UHead = midi::meta_event_t; long unsigned int _Idx = 1; _Head = midi::meta_event_t&] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::sysex_event_t&}] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:306:7:constexpr _Tp& std::_Optional_payload_base<_Tp>::_M_get() [with _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:269:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::sysex_event_t&}] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:272:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::sysex_event_t}] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:275:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::sysex_event_t&}] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:278:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::sysex_event_t}] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:632:2:constexpr void std::_Tuple_impl<_Idx, _Head>::_M_assign(const std::_Tuple_impl<_Idx, _UHead>&) [with _UHead = midi::sysex_event_t; long unsigned int _Idx = 1; _Head = midi::sysex_event_t&] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:284:7:) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::event_t&}] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:306:7:constexpr _Tp& std::_Optional_payload_base<_Tp>::_M_get() [with _Tp = std::tuple<const unsigned char*, midi::event_t>] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:269:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::event_t&}] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:272:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::event_t}] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:275:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&; _Tail = {midi::event_t&}] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:278:7:>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::event_t}] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:632:2:constexpr void std::_Tuple_impl<_Idx, _Head>::_M_assign(const std::_Tuple_impl<_Idx, _UHead>&) [with _UHead = midi::event_t; long unsigned int _Idx = 1; _Head = midi::event_t&] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::mtrk_event_t] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:125:2:) [with _Args = {std::tuple<const unsigned char*, midi::mtrk_event_t>}; _Tp = std::tuple<const unsigned char*, midi::mtrk_event_t>] 20 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:200:19:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(_UHead&&) [with _UHead = long unsigned int&; long unsigned int _Idx = 1; _Head = long unsigned int] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:302:7:>&&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {long unsigned int}] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1351:17:constexpr std::tuple<_T1, _T2>::tuple(std::tuple<_T1, _T2>&&) [with _T1 = const unsigned char*; _T2 = long unsigned int] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:213:6:) [with _Args = {std::tuple<const unsigned char*, long unsigned int>}; _Up = std::tuple<const unsigned char*, long unsigned int>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, long unsigned int>] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:200:19:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(_UHead&&) [with _UHead = short unsigned int&; long unsigned int _Idx = 1; _Head = short unsigned int] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:213:6:) [with _Args = {const unsigned char*}; _Up = const unsigned char*; bool <anonymous> = true; _Tp = const unsigned char*] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = short unsigned int&] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:497:7:static constexpr _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = short unsigned int&] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:497:7:static constexpr _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = short unsigned int] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = short unsigned int] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::division_t] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = long unsigned int&] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:497:7:static constexpr _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = long unsigned int&] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:497:7:static constexpr _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = long unsigned int] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = long unsigned int] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::division_t&] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:497:7:static constexpr _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = midi::division_t&] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:497:7:static constexpr _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = midi::division_t] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/bits/move.h:77:5:constexpr _Tp&& std::forward(typename remove_reference<_Functor>::type&) [with _Tp = midi::division_t] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::header_t] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:302:7:>&&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::header_t}] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1351:17:constexpr std::tuple<_T1, _T2>::tuple(std::tuple<_T1, _T2>&&) [with _T1 = const unsigned char*; _T2 = midi::header_t] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:213:6:) [with _Args = {std::tuple<const unsigned char*, midi::header_t>}; _Up = std::tuple<const unsigned char*, midi::header_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::header_t>] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:200:19:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(_UHead&&) [with _UHead = midi::midi_event_t::type_t; long unsigned int _Idx = 1; _Head = midi::midi_event_t::type_t] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:302:7:>&&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::midi_event_t::type_t}] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1351:17:constexpr std::tuple<_T1, _T2>::tuple(std::tuple<_T1, _T2>&&) [with _T1 = const unsigned char*; _T2 = midi::midi_event_t::type_t] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:213:6:) [with _Args = {std::tuple<const unsigned char*, midi::midi_event_t::type_t>}; _Up = std::tuple<const unsigned char*, midi::midi_event_t::type_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::midi_event_t::type_t>] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t::type_t&] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:237:7:static constexpr const _Head& std::_Head_base<_Idx, _Head, false>::_M_head(const std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 0; _Head = const unsigned char*] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:497:7:static constexpr _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t::type_t&] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:500:7:static constexpr const _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(const std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t::type_t] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:200:19:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(_UHead&&) [with _UHead = midi::midi_event_t&; long unsigned int _Idx = 1; _Head = midi::midi_event_t] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:302:7:>&&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::midi_event_t}] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1351:17:constexpr std::tuple<_T1, _T2>::tuple(std::tuple<_T1, _T2>&&) [with _T1 = const unsigned char*; _T2 = midi::midi_event_t] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:213:6:) [with _Args = {std::tuple<const unsigned char*, midi::midi_event_t>}; _Up = std::tuple<const unsigned char*, midi::midi_event_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::midi_event_t>] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:500:7:static constexpr const _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(const std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = long unsigned int] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::sysex_event_t] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:302:7:>&&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::sysex_event_t}] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1351:17:constexpr std::tuple<_T1, _T2>::tuple(std::tuple<_T1, _T2>&&) [with _T1 = const unsigned char*; _T2 = midi::sysex_event_t] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:213:6:) [with _Args = {std::tuple<const unsigned char*, midi::sysex_event_t>}; _Up = std::tuple<const unsigned char*, midi::sysex_event_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::sysex_event_t>] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::meta_event_t] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:302:7:>&&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::meta_event_t}] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1351:17:constexpr std::tuple<_T1, _T2>::tuple(std::tuple<_T1, _T2>&&) [with _T1 = const unsigned char*; _T2 = midi::meta_event_t] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:213:6:) [with _Args = {std::tuple<const unsigned char*, midi::meta_event_t>}; _Up = std::tuple<const unsigned char*, midi::meta_event_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::meta_event_t>] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t&] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:497:7:static constexpr _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t&] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:500:7:static constexpr const _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(const std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::event_t] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:302:7:>&&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::event_t}] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1351:17:constexpr std::tuple<_T1, _T2>::tuple(std::tuple<_T1, _T2>&&) [with _T1 = const unsigned char*; _T2 = midi::event_t] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:213:6:) [with _Args = {std::tuple<const unsigned char*, midi::event_t>}; _Up = std::tuple<const unsigned char*, midi::event_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::event_t>] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::meta_event_t&] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:497:7:static constexpr _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = midi::meta_event_t&] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:500:7:static constexpr const _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(const std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = midi::meta_event_t] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::sysex_event_t&] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:497:7:static constexpr _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = midi::sysex_event_t&] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:500:7:static constexpr const _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(const std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = midi::sysex_event_t] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:507:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::event_t&] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:497:7:static constexpr _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = midi::event_t&] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:500:7:static constexpr const _Head& std::_Tuple_impl<_Idx, _Head>::_M_head(const std::_Tuple_impl<_Idx, _Head>&) [with long unsigned int _Idx = 1; _Head = midi::event_t] 4 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::mtrk_event_t] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:302:7:>&&) [with long unsigned int _Idx = 0; _Head = const unsigned char*; _Tail = {midi::mtrk_event_t}] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:1351:17:constexpr std::tuple<_T1, _T2>::tuple(std::tuple<_T1, _T2>&&) [with _T1 = const unsigned char*; _T2 = midi::mtrk_event_t] 8 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/optional:213:6:) [with _Args = {std::tuple<const unsigned char*, midi::mtrk_event_t>}; _Up = std::tuple<const unsigned char*, midi::mtrk_event_t>; bool <anonymous> = true; _Tp = std::tuple<const unsigned char*, midi::mtrk_event_t>] 12 dynamic,bounded
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:527:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(std::_Tuple_impl<_Idx, _Head>&&) [with long unsigned int _Idx = 1; _Head = long unsigned int] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = short unsigned int&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = short unsigned int&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = short unsigned int] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = long unsigned int&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = long unsigned int&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = long unsigned int] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::division_t&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = midi::division_t&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = midi::division_t] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:527:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(std::_Tuple_impl<_Idx, _Head>&&) [with long unsigned int _Idx = 1; _Head = midi::header_t] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:527:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(std::_Tuple_impl<_Idx, _Head>&&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t::type_t] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t::type_t&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t::type_t&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:237:7:static constexpr const _Head& std::_Head_base<_Idx, _Head, false>::_M_head(const std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t::type_t] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:527:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(std::_Tuple_impl<_Idx, _Head>&&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:237:7:static constexpr const _Head& std::_Head_base<_Idx, _Head, false>::_M_head(const std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = long unsigned int] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:527:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(std::_Tuple_impl<_Idx, _Head>&&) [with long unsigned int _Idx = 1; _Head = midi::sysex_event_t] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:527:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(std::_Tuple_impl<_Idx, _Head>&&) [with long unsigned int _Idx = 1; _Head = midi::meta_event_t] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:237:7:static constexpr const _Head& std::_Head_base<_Idx, _Head, false>::_M_head(const std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = midi::midi_event_t] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:527:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(std::_Tuple_impl<_Idx, _Head>&&) [with long unsigned int _Idx = 1; _Head = midi::event_t] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::meta_event_t&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = midi::meta_event_t&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:237:7:static constexpr const _Head& std::_Head_base<_Idx, _Head, false>::_M_head(const std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = midi::meta_event_t] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::sysex_event_t&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = midi::sysex_event_t&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:237:7:static constexpr const _Head& std::_Head_base<_Idx, _Head, false>::_M_head(const std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = midi::sysex_event_t] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:193:17:constexpr std::_Head_base<_Idx, _Head, false>::_Head_base(const _Head&) [with long unsigned int _Idx = 1; _Head = midi::event_t&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:234:7:static constexpr _Head& std::_Head_base<_Idx, _Head, false>::_M_head(std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = midi::event_t&] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:237:7:static constexpr const _Head& std::_Head_base<_Idx, _Head, false>::_M_head(const std::_Head_base<_Idx, _Head, false>&) [with long unsigned int _Idx = 1; _Head = midi::event_t] 0 static
|
||||
/usr/local/m68k-none-elf/include/c++/13.1.0/tuple:527:7:constexpr std::_Tuple_impl<_Idx, _Head>::_Tuple_impl(std::_Tuple_impl<_Idx, _Head>&&) [with long unsigned int _Idx = 1; _Head = midi::mtrk_event_t] 0 static
|
Loading…
x
Reference in New Issue
Block a user