Home
last modified time | relevance | path

Searched refs:__token (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dbarrier226 using __token = typename __algorithm_t::arrival_token;
227 explicit arrival_token(__token __tok) noexcept : _M_tok(__tok) { }
228 __token _M_tok;
Dstop_token583 stop_callback(const stop_token& __token, _Cb&& __cb)
587 if (auto __state = __token._M_state)
597 stop_callback(stop_token&& __token, _Cb&& __cb)
601 if (auto& __state = __token._M_state)
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Drandom.h1472 random_device(const std::string& __token = "/dev/urandom") in _GLIBCXX_VISIBILITY()
1474 if ((__token != "/dev/urandom" && __token != "/dev/random") in _GLIBCXX_VISIBILITY()
1475 || !(_M_file = std::fopen(__token.c_str(), "rb"))) in _GLIBCXX_VISIBILITY()
1486 random_device(const std::string& __token = "mt19937") in _GLIBCXX_VISIBILITY()
1487 : _M_mt(_M_strtoul(__token)) { } in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dregex_compiler.tcc570 _M_match_token(_TokenT __token) in _M_match_token() argument
572 if (__token == _M_scanner._M_get_token()) in _M_match_token()
Dregex_compiler.h81 _M_match_token(_TokenT __token); in _GLIBCXX_VISIBILITY()
Drandom.h1624 random_device(const std::string& __token) { _M_init(__token); } in _GLIBCXX_VISIBILITY()
1659 void _M_init(const std::string& __token); in _GLIBCXX_VISIBILITY()
1660 void _M_init_pretr1(const std::string& __token); in _GLIBCXX_VISIBILITY()
/netbsd/src/sys/dev/pci/
Dif_mcx.c783 #define __token(_tok, _num) _tok##_num macro
784 #define _token(_tok, _num) __token(_tok, _num)