Searched refs:__alt (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dregex_nfa.h235 _State(_StateIdT __next, _StateIdT __alt) argument
236 : _M_opcode(_S_opcode_alternative), _M_next(__next), _M_alt(__alt)
309 _M_insert_alt(_StateIdT __next, _StateIdT __alt) argument
311 this->push_back(_StateT(__next, __alt));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dregex_nfa.h235 _State(_StateIdT __next, _StateIdT __alt) argument
236 : _M_opcode(_S_opcode_alternative), _M_next(__next), _M_alt(__alt)
309 _M_insert_alt(_StateIdT __next, _StateIdT __alt) argument
311 this->push_back(_StateT(__next, __alt));
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dregex_nfa.h235 _State(_StateIdT __next, _StateIdT __alt) argument
236 : _M_opcode(_S_opcode_alternative), _M_next(__next), _M_alt(__alt)
309 _M_insert_alt(_StateIdT __next, _StateIdT __alt) argument
311 this->push_back(_StateT(__next, __alt));
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dregex_nfa.h235 _State(_StateIdT __next, _StateIdT __alt) argument
236 : _M_opcode(_S_opcode_alternative), _M_next(__next), _M_alt(__alt)
309 _M_insert_alt(_StateIdT __next, _StateIdT __alt) argument
311 this->push_back(_StateT(__next, __alt));
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dregex_automaton.h173 _M_insert_alt(_StateIdT __next, _StateIdT __alt, bool __neg) argument
180 __tmp._M_alt = __alt;
232 _M_insert_lookahead(_StateIdT __alt, bool __neg) argument
235 __tmp._M_alt = __alt;
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dregex_automaton.h173 _M_insert_alt(_StateIdT __next, _StateIdT __alt, bool __neg) argument
180 __tmp._M_alt = __alt;
232 _M_insert_lookahead(_StateIdT __alt, bool __neg) argument
235 __tmp._M_alt = __alt;
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dregex_automaton.h173 _M_insert_alt(_StateIdT __next, _StateIdT __alt, bool __neg) argument
180 __tmp._M_alt = __alt;
232 _M_insert_lookahead(_StateIdT __alt, bool __neg) argument
235 __tmp._M_alt = __alt;
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dregex_automaton.h173 _M_insert_alt(_StateIdT __next, _StateIdT __alt, bool __neg) argument
180 __tmp._M_alt = __alt;
232 _M_insert_lookahead(_StateIdT __alt, bool __neg) argument
235 __tmp._M_alt = __alt;

Completed in 53 milliseconds