countVowels(std::vector<char, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int):
        push    rbp
        mov     rbp, rsp
        push    r12
        push    rbx
        sub     rsp, 48
        mov     QWORD PTR [rbp-40], rdi
        mov     QWORD PTR [rbp-48], rsi
        mov     DWORD PTR [rbp-52], edx
        mov     eax, DWORD PTR [rbp-52]
        movsx   rbx, eax
        mov     rax, QWORD PTR [rbp-48]
        mov     rdi, rax
        call    std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::size() const
        cmp     rbx, rax
        setb    al
        test    al, al
        je      .L7
        mov     rax, QWORD PTR [rbp-40]
        mov     rdi, rax
        call    std::vector<char, std::allocator<char> >::end() const
        mov     QWORD PTR [rbp-32], rax
        mov     eax, DWORD PTR [rbp-52]
        movsx   rdx, eax
        mov     rax, QWORD PTR [rbp-48]
        mov     rsi, rdx
        mov     rdi, rax
        call    std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator[](unsigned long) const
        mov     r12, rax
        mov     rax, QWORD PTR [rbp-40]
        mov     rdi, rax
        call    std::vector<char, std::allocator<char> >::end() const
        mov     rbx, rax
        mov     rax, QWORD PTR [rbp-40]
        mov     rdi, rax
        call    std::vector<char, std::allocator<char> >::begin() const
        mov     rdx, r12
        mov     rsi, rbx
        mov     rdi, rax
        call    __gnu_cxx::__normal_iterator<char const*, std::vector<char, std::allocator<char> > > std::find<__gnu_cxx::__normal_iterator<char const*, std::vector<char, std::allocator<char> > >, char>(__gnu_cxx::__normal_iterator<char const*, std::vector<char, std::allocator<char> > >, __gnu_cxx::__normal_iterator<char const*, std::vector<char, std::allocator<char> > >, char const&)
        mov     QWORD PTR [rbp-24], rax
        lea     rdx, [rbp-32]
        lea     rax, [rbp-24]
        mov     rsi, rdx
        mov     rdi, rax
        call    bool __gnu_cxx::operator!=<char const*, std::vector<char, std::allocator<char> > >(__gnu_cxx::__normal_iterator<char const*, std::vector<char, std::allocator<char> > > const&, __gnu_cxx::__normal_iterator<char const*, std::vector<char, std::allocator<char> > > const&)
        test    al, al
        je      .L8
        mov     eax, DWORD PTR [rbp-52]
        lea     edx, [rax+1]
        mov     rcx, QWORD PTR [rbp-48]
        mov     rax, QWORD PTR [rbp-40]
        mov     rsi, rcx
        mov     rdi, rax
        call    countVowels(std::vector<char, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)
        add     eax, 1
        jmp     .L9
.L8:
        mov     eax, DWORD PTR [rbp-52]
        lea     edx, [rax+1]
        mov     rcx, QWORD PTR [rbp-48]
        mov     rax, QWORD PTR [rbp-40]
        mov     rsi, rcx
        mov     rdi, rax
        call    countVowels(std::vector<char, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)
        jmp     .L9
.L7:
        mov     eax, 0
.L9:
        add     rsp, 48
        pop     rbx
        pop     r12
        pop     rbp
        ret
.LC0:
        .string "alphabet"
main:
        push    rbp
        mov     rbp, rsp
        push    rbx
        sub     rsp, 104
        mov     BYTE PTR [rbp-47], 97
        mov     BYTE PTR [rbp-46], 101
        mov     BYTE PTR [rbp-45], 105
        mov     BYTE PTR [rbp-44], 111
        mov     BYTE PTR [rbp-43], 117
        lea     rcx, [rbp-47]
        mov     rax, rcx
        mov     edx, 5
        lea     rcx, [rbp-42]
        mov     QWORD PTR [rbp-32], rcx
        nop
        nop
        lea     rcx, [rbp-42]
        mov     rsi, rax
        mov     rdi, rdx
        lea     rax, [rbp-80]
        mov     rdi, rax
        call    std::vector<char, std::allocator<char> >::vector(std::initializer_list<char>, std::allocator<char> const&) [complete object constructor]
        lea     rax, [rbp-42]
        mov     rdi, rax
        call    std::__new_allocator<char>::~__new_allocator() [base object destructor]
        nop
        lea     rax, [rbp-41]
        mov     QWORD PTR [rbp-40], rax
        nop
        nop
        lea     rdx, [rbp-41]
        lea     rax, [rbp-112]
        mov     esi, OFFSET FLAT:.LC0
        mov     rdi, rax
        call    std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string<std::allocator<char> >(char const*, std::allocator<char> const&)
        lea     rax, [rbp-41]
        mov     rdi, rax
        call    std::__new_allocator<char>::~__new_allocator() [base object destructor]
        nop
        lea     rcx, [rbp-112]
        lea     rax, [rbp-80]
        mov     edx, 0
        mov     rsi, rcx
        mov     rdi, rax
        call    countVowels(std::vector<char, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)
        mov     DWORD PTR [rbp-20], eax
        mov     eax, DWORD PTR [rbp-20]
        mov     esi, eax
        mov     edi, OFFSET FLAT:_ZSt4cout
        call    std::basic_ostream<char, std::char_traits<char> >::operator<<(int)
        mov     esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_
        mov     rdi, rax
        call    std::basic_ostream<char, std::char_traits<char> >::operator<<(std::basic_ostream<char, std::char_traits<char> >& (*)(std::basic_ostream<char, std::char_traits<char> >&))
        mov     ebx, 0
        lea     rax, [rbp-112]
        mov     rdi, rax
        call    std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string() [complete object destructor]
        lea     rax, [rbp-80]
        mov     rdi, rax
        call    std::vector<char, std::allocator<char> >::~vector() [complete object destructor]
        mov     eax, ebx
        jmp     .L19
        mov     rbx, rax
        lea     rax, [rbp-42]
        mov     rdi, rax
        call    std::__new_allocator<char>::~__new_allocator() [base object destructor]
        nop
        mov     rax, rbx
        mov     rdi, rax
        call    _Unwind_Resume
        mov     rbx, rax
        lea     rax, [rbp-41]
        mov     rdi, rax
        call    std::__new_allocator<char>::~__new_allocator() [base object destructor]
        nop
        jmp     .L14
        mov     rbx, rax
        lea     rax, [rbp-112]
        mov     rdi, rax
        call    std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string() [complete object destructor]
.L14:
        lea     rax, [rbp-80]
        mov     rdi, rax
        call    std::vector<char, std::allocator<char> >::~vector() [complete object destructor]
        mov     rax, rbx
        mov     rdi, rax
        call    _Unwind_Resume
.L19:
        mov     rbx, QWORD PTR [rbp-8]
        leave
        ret
.LC1:
        .string "basic_string: construction from null is not valid"
.LC2:
        .string "cannot create std::vector larger than max_size()"