1*12c85518Srobert//===-- gen_std.py generated file -------------------------------*- C++ -*-===//
2*12c85518Srobert//
3*12c85518Srobert// Used to build a lookup table (qualified names => include headers) for CPP
4*12c85518Srobert// Standard Library symbols.
5*12c85518Srobert//
6*12c85518Srobert// This file was generated automatically by
7*12c85518Srobert// clang/tools/include-mapping/gen_std.py, DO NOT EDIT!
8*12c85518Srobert//
9*12c85518Srobert// Generated from cppreference offline HTML book (modified on 2018-10-28).
10*12c85518Srobert//===----------------------------------------------------------------------===//
11*12c85518Srobert
12*12c85518SrobertSYMBOL(Assignable, std::, <concepts>)
13*12c85518SrobertSYMBOL(Boolean, std::, <concepts>)
14*12c85518SrobertSYMBOL(Common, std::, <concepts>)
15*12c85518SrobertSYMBOL(CommonReference, std::, <concepts>)
16*12c85518SrobertSYMBOL(Constructible, std::, <concepts>)
17*12c85518SrobertSYMBOL(ConvertibleTo, std::, <concepts>)
18*12c85518SrobertSYMBOL(CopyConstructible, std::, <concepts>)
19*12c85518SrobertSYMBOL(Copyable, std::, <concepts>)
20*12c85518SrobertSYMBOL(DefaultConstructible, std::, <concepts>)
21*12c85518SrobertSYMBOL(DerivedFrom, std::, <concepts>)
22*12c85518SrobertSYMBOL(Destructible, std::, <concepts>)
23*12c85518SrobertSYMBOL(EqualityComparable, std::, <concepts>)
24*12c85518SrobertSYMBOL(EqualityComparableWith, std::, <concepts>)
25*12c85518SrobertSYMBOL(FILE, std::, <cstdio>)
26*12c85518SrobertSYMBOL(Integral, std::, <concepts>)
27*12c85518SrobertSYMBOL(Invocable, std::, <concepts>)
28*12c85518SrobertSYMBOL(Movable, std::, <concepts>)
29*12c85518SrobertSYMBOL(MoveConstructible, std::, <concepts>)
30*12c85518SrobertSYMBOL(Predicate, std::, <concepts>)
31*12c85518SrobertSYMBOL(Regular, std::, <concepts>)
32*12c85518SrobertSYMBOL(RegularInvocable, std::, <concepts>)
33*12c85518SrobertSYMBOL(Relation, std::, <concepts>)
34*12c85518SrobertSYMBOL(Same, std::, <concepts>)
35*12c85518SrobertSYMBOL(Semiregular, std::, <concepts>)
36*12c85518SrobertSYMBOL(SignedIntegral, std::, <concepts>)
37*12c85518SrobertSYMBOL(StrictTotallyOrdered, std::, <concepts>)
38*12c85518SrobertSYMBOL(StrictTotallyOrderedWith, std::, <concepts>)
39*12c85518SrobertSYMBOL(StrictWeakOrder, std::, <concepts>)
40*12c85518SrobertSYMBOL(Swappable, std::, <concepts>)
41*12c85518SrobertSYMBOL(SwappableWith, std::, <concepts>)
42*12c85518SrobertSYMBOL(UniformRandomBitGenerator, std::, <random>)
43*12c85518SrobertSYMBOL(UnsignedIntegral, std::, <concepts>)
44*12c85518SrobertSYMBOL(_Exit, std::, <cstdlib>)
45*12c85518SrobertSYMBOL(accumulate, std::, <numeric>)
46*12c85518SrobertSYMBOL(acos, std::, <cmath>)
47*12c85518SrobertSYMBOL(acosh, std::, <cmath>)
48*12c85518SrobertSYMBOL(add_const, std::, <type_traits>)
49*12c85518SrobertSYMBOL(add_const_t, std::, <type_traits>)
50*12c85518SrobertSYMBOL(add_cv, std::, <type_traits>)
51*12c85518SrobertSYMBOL(add_cv_t, std::, <type_traits>)
52*12c85518SrobertSYMBOL(add_lvalue_reference, std::, <type_traits>)
53*12c85518SrobertSYMBOL(add_lvalue_reference_t, std::, <type_traits>)
54*12c85518SrobertSYMBOL(add_pointer, std::, <type_traits>)
55*12c85518SrobertSYMBOL(add_pointer_t, std::, <type_traits>)
56*12c85518SrobertSYMBOL(add_rvalue_reference, std::, <type_traits>)
57*12c85518SrobertSYMBOL(add_rvalue_reference_t, std::, <type_traits>)
58*12c85518SrobertSYMBOL(add_volatile, std::, <type_traits>)
59*12c85518SrobertSYMBOL(add_volatile_t, std::, <type_traits>)
60*12c85518SrobertSYMBOL(addressof, std::, <memory>)
61*12c85518SrobertSYMBOL(adjacent_difference, std::, <numeric>)
62*12c85518SrobertSYMBOL(adjacent_find, std::, <algorithm>)
63*12c85518SrobertSYMBOL(adopt_lock, std::, <mutex>)
64*12c85518SrobertSYMBOL(adopt_lock_t, std::, <mutex>)
65*12c85518SrobertSYMBOL(advance, std::, <iterator>)
66*12c85518SrobertSYMBOL(align, std::, <memory>)
67*12c85518SrobertSYMBOL(align_val_t, std::, <new>)
68*12c85518SrobertSYMBOL(aligned_alloc, std::, <cstdlib>)
69*12c85518SrobertSYMBOL(aligned_storage, std::, <type_traits>)
70*12c85518SrobertSYMBOL(aligned_storage_t, std::, <type_traits>)
71*12c85518SrobertSYMBOL(aligned_union, std::, <type_traits>)
72*12c85518SrobertSYMBOL(aligned_union_t, std::, <type_traits>)
73*12c85518SrobertSYMBOL(alignment_of, std::, <type_traits>)
74*12c85518SrobertSYMBOL(alignment_of_v, std::, <type_traits>)
75*12c85518SrobertSYMBOL(all_of, std::, <algorithm>)
76*12c85518SrobertSYMBOL(allocate_shared, std::, <memory>)
77*12c85518SrobertSYMBOL(allocator, std::, <memory>)
78*12c85518SrobertSYMBOL(allocator_arg, std::, <memory>)
79*12c85518SrobertSYMBOL(allocator_arg_t, std::, <memory>)
80*12c85518SrobertSYMBOL(allocator_traits, std::, <memory>)
81*12c85518SrobertSYMBOL(any, std::, <any>)
82*12c85518SrobertSYMBOL(any_of, std::, <algorithm>)
83*12c85518SrobertSYMBOL(apply, std::, <tuple>)
84*12c85518SrobertSYMBOL(arg, std::, <complex>)
85*12c85518SrobertSYMBOL(array, std::, <array>)
86*12c85518SrobertSYMBOL(as_const, std::, <utility>)
87*12c85518SrobertSYMBOL(asctime, std::, <ctime>)
88*12c85518SrobertSYMBOL(asin, std::, <cmath>)
89*12c85518SrobertSYMBOL(asinh, std::, <cmath>)
90*12c85518SrobertSYMBOL(async, std::, <future>)
91*12c85518SrobertSYMBOL(at_quick_exit, std::, <cstdlib>)
92*12c85518SrobertSYMBOL(atan, std::, <cmath>)
93*12c85518SrobertSYMBOL(atan2, std::, <cmath>)
94*12c85518SrobertSYMBOL(atanh, std::, <cmath>)
95*12c85518SrobertSYMBOL(atexit, std::, <cstdlib>)
96*12c85518SrobertSYMBOL(atof, std::, <cstdlib>)
97*12c85518SrobertSYMBOL(atoi, std::, <cstdlib>)
98*12c85518SrobertSYMBOL(atol, std::, <cstdlib>)
99*12c85518SrobertSYMBOL(atoll, std::, <cstdlib>)
100*12c85518SrobertSYMBOL(atomic_compare_exchange_strong, std::, <atomic>)
101*12c85518SrobertSYMBOL(atomic_compare_exchange_strong_explicit, std::, <atomic>)
102*12c85518SrobertSYMBOL(atomic_compare_exchange_weak, std::, <atomic>)
103*12c85518SrobertSYMBOL(atomic_compare_exchange_weak_explicit, std::, <atomic>)
104*12c85518SrobertSYMBOL(atomic_exchange, std::, <atomic>)
105*12c85518SrobertSYMBOL(atomic_exchange_explicit, std::, <atomic>)
106*12c85518SrobertSYMBOL(atomic_fetch_add, std::, <atomic>)
107*12c85518SrobertSYMBOL(atomic_fetch_add_explicit, std::, <atomic>)
108*12c85518SrobertSYMBOL(atomic_fetch_and, std::, <atomic>)
109*12c85518SrobertSYMBOL(atomic_fetch_and_explicit, std::, <atomic>)
110*12c85518SrobertSYMBOL(atomic_fetch_or, std::, <atomic>)
111*12c85518SrobertSYMBOL(atomic_fetch_or_explicit, std::, <atomic>)
112*12c85518SrobertSYMBOL(atomic_fetch_sub, std::, <atomic>)
113*12c85518SrobertSYMBOL(atomic_fetch_sub_explicit, std::, <atomic>)
114*12c85518SrobertSYMBOL(atomic_fetch_xor, std::, <atomic>)
115*12c85518SrobertSYMBOL(atomic_fetch_xor_explicit, std::, <atomic>)
116*12c85518SrobertSYMBOL(atomic_flag, std::, <atomic>)
117*12c85518SrobertSYMBOL(atomic_flag_clear, std::, <atomic>)
118*12c85518SrobertSYMBOL(atomic_flag_clear_explicit, std::, <atomic>)
119*12c85518SrobertSYMBOL(atomic_flag_test_and_set, std::, <atomic>)
120*12c85518SrobertSYMBOL(atomic_flag_test_and_set_explicit, std::, <atomic>)
121*12c85518SrobertSYMBOL(atomic_init, std::, <atomic>)
122*12c85518SrobertSYMBOL(atomic_is_lockfree, std::, <atomic>)
123*12c85518SrobertSYMBOL(atomic_load, std::, <atomic>)
124*12c85518SrobertSYMBOL(atomic_load_explicit, std::, <atomic>)
125*12c85518SrobertSYMBOL(atomic_ref, std::, <atomic>)
126*12c85518SrobertSYMBOL(atomic_signal_fence, std::, <atomic>)
127*12c85518SrobertSYMBOL(atomic_store, std::, <atomic>)
128*12c85518SrobertSYMBOL(atomic_store_explicit, std::, <atomic>)
129*12c85518SrobertSYMBOL(atomic_thread_fence, std::, <atomic>)
130*12c85518SrobertSYMBOL(atto, std::, <ratio>)
131*12c85518SrobertSYMBOL(auto_ptr, std::, <memory>)
132*12c85518SrobertSYMBOL(back_insert_iterator, std::, <iterator>)
133*12c85518SrobertSYMBOL(back_inserter, std::, <iterator>)
134*12c85518SrobertSYMBOL(bad_alloc, std::, <new>)
135*12c85518SrobertSYMBOL(bad_any_cast, std::, <any>)
136*12c85518SrobertSYMBOL(bad_array_new_length, std::, <new>)
137*12c85518SrobertSYMBOL(bad_cast, std::, <typeinfo>)
138*12c85518SrobertSYMBOL(bad_exception, std::, <exception>)
139*12c85518SrobertSYMBOL(bad_function_call, std::, <functional>)
140*12c85518SrobertSYMBOL(bad_optional_access, std::, <optional>)
141*12c85518SrobertSYMBOL(bad_typeid, std::, <typeinfo>)
142*12c85518SrobertSYMBOL(bad_variant_access, std::, <variant>)
143*12c85518SrobertSYMBOL(bad_weak_ptr, std::, <memory>)
144*12c85518SrobertSYMBOL(basic_common_reference, std::, <type_traits>)
145*12c85518SrobertSYMBOL(basic_filebuf, std::, <fstream>)
146*12c85518SrobertSYMBOL(basic_fstream, std::, <fstream>)
147*12c85518SrobertSYMBOL(basic_ifstream, std::, <fstream>)
148*12c85518SrobertSYMBOL(basic_ios, std::, <ios>)
149*12c85518SrobertSYMBOL(basic_iostream, std::, <istream>)
150*12c85518SrobertSYMBOL(basic_istream, std::, <istream>)
151*12c85518SrobertSYMBOL(basic_istringstream, std::, <sstream>)
152*12c85518SrobertSYMBOL(basic_ofstream, std::, <fstream>)
153*12c85518SrobertSYMBOL(basic_ostream, std::, <ostream>)
154*12c85518SrobertSYMBOL(basic_ostringstream, std::, <sstream>)
155*12c85518SrobertSYMBOL(basic_osyncstream, std::, <syncstream>)
156*12c85518SrobertSYMBOL(basic_regex, std::, <regex>)
157*12c85518SrobertSYMBOL(basic_streambuf, std::, <streambuf>)
158*12c85518SrobertSYMBOL(basic_string, std::, <string>)
159*12c85518SrobertSYMBOL(basic_string_view, std::, <string_view>)
160*12c85518SrobertSYMBOL(basic_stringbuf, std::, <sstream>)
161*12c85518SrobertSYMBOL(basic_stringstream, std::, <sstream>)
162*12c85518SrobertSYMBOL(basic_syncbuf, std::, <syncstream>)
163*12c85518SrobertSYMBOL(begin, std::, <iterator>)
164*12c85518SrobertSYMBOL(bernoulli_distribution, std::, <random>)
165*12c85518SrobertSYMBOL(bidirectional_iterator_tag, std::, <iterator>)
166*12c85518SrobertSYMBOL(binary_search, std::, <algorithm>)
167*12c85518SrobertSYMBOL(bind, std::, <functional>)
168*12c85518SrobertSYMBOL(binomial_distribution, std::, <random>)
169*12c85518SrobertSYMBOL(bit_and, std::, <functional>)
170*12c85518SrobertSYMBOL(bit_cast, std::, <bit>)
171*12c85518SrobertSYMBOL(bit_not, std::, <functional>)
172*12c85518SrobertSYMBOL(bit_or, std::, <functional>)
173*12c85518SrobertSYMBOL(bit_xor, std::, <functional>)
174*12c85518SrobertSYMBOL(bitset, std::, <bitset>)
175*12c85518SrobertSYMBOL(bool_constant, std::, <type_traits>)
176*12c85518SrobertSYMBOL(boolalpha, std::, <ios>)
177*12c85518SrobertSYMBOL(boyer_moore_horspool_searcher, std::, <functional>)
178*12c85518SrobertSYMBOL(boyer_moore_searcher, std::, <functional>)
179*12c85518SrobertSYMBOL(bsearch, std::, <cstdlib>)
180*12c85518SrobertSYMBOL(btowc, std::, <cwchar>)
181*12c85518SrobertSYMBOL(byte, std::, <cstddef>)
182*12c85518SrobertSYMBOL(c16rtomb, std::, <cuchar>)
183*12c85518SrobertSYMBOL(c32rtomb, std::, <cuchar>)
184*12c85518SrobertSYMBOL(call_once, std::, <mutex>)
185*12c85518SrobertSYMBOL(calloc, std::, <cstdlib>)
186*12c85518SrobertSYMBOL(cauchy_distribution, std::, <random>)
187*12c85518SrobertSYMBOL(cbegin, std::, <iterator>)
188*12c85518SrobertSYMBOL(cbrt, std::, <cmath>)
189*12c85518SrobertSYMBOL(ceil, std::, <cmath>)
190*12c85518SrobertSYMBOL(ceil2, std::, <bit>)
191*12c85518SrobertSYMBOL(cend, std::, <iterator>)
192*12c85518SrobertSYMBOL(centi, std::, <ratio>)
193*12c85518SrobertSYMBOL(cerr, std::, <iostream>)
194*12c85518SrobertSYMBOL(char_traits, std::, <string>)
195*12c85518SrobertSYMBOL(chars_format, std::, <charconv>)
196*12c85518SrobertSYMBOL(chi_squared_distribution, std::, <random>)
197*12c85518SrobertSYMBOL(cin, std::, <iostream>)
198*12c85518SrobertSYMBOL(clamp, std::, <algorithm>)
199*12c85518SrobertSYMBOL(clearerr, std::, <cstdio>)
200*12c85518SrobertSYMBOL(clock, std::, <ctime>)
201*12c85518SrobertSYMBOL(clock_t, std::, <ctime>)
202*12c85518SrobertSYMBOL(clog, std::, <iostream>)
203*12c85518SrobertSYMBOL(cmatch, std::, <regex>)
204*12c85518SrobertSYMBOL(codecvt, std::, <locale>)
205*12c85518SrobertSYMBOL(codecvt_base, std::, <locale>)
206*12c85518SrobertSYMBOL(codecvt_byname, std::, <locale>)
207*12c85518SrobertSYMBOL(codecvt_mode, std::, <codecvt>)
208*12c85518SrobertSYMBOL(codecvt_utf16, std::, <codecvt>)
209*12c85518SrobertSYMBOL(codecvt_utf8, std::, <codecvt>)
210*12c85518SrobertSYMBOL(codecvt_utf8_utf16, std::, <codecvt>)
211*12c85518SrobertSYMBOL(collate, std::, <locale>)
212*12c85518SrobertSYMBOL(collate_byname, std::, <locale>)
213*12c85518SrobertSYMBOL(common_comparison_category, std::, <compare>)
214*12c85518SrobertSYMBOL(common_comparison_category_t, std::, <compare>)
215*12c85518SrobertSYMBOL(common_reference, std::, <type_traits>)
216*12c85518SrobertSYMBOL(common_reference_t, std::, <type_traits>)
217*12c85518SrobertSYMBOL(common_type, std::, <type_traits>)
218*12c85518SrobertSYMBOL(common_type_t, std::, <type_traits>)
219*12c85518SrobertSYMBOL(compare_3way, std::, <algorithm>)
220*12c85518SrobertSYMBOL(complex, std::, <complex>)
221*12c85518SrobertSYMBOL(condition_variable, std::, <condition_variable>)
222*12c85518SrobertSYMBOL(condition_variable_any, std::, <condition_variable>)
223*12c85518SrobertSYMBOL(conditional, std::, <type_traits>)
224*12c85518SrobertSYMBOL(conditional_t, std::, <type_traits>)
225*12c85518SrobertSYMBOL(conj, std::, <complex>)
226*12c85518SrobertSYMBOL(conjunction, std::, <type_traits>)
227*12c85518SrobertSYMBOL(conjunction_v, std::, <type_traits>)
228*12c85518SrobertSYMBOL(const_pointer_cast, std::, <memory>)
229*12c85518SrobertSYMBOL(contract_violation, std::, <contract>)
230*12c85518SrobertSYMBOL(copy, std::, <algorithm>)
231*12c85518SrobertSYMBOL(copy_backward, std::, <algorithm>)
232*12c85518SrobertSYMBOL(copy_if, std::, <algorithm>)
233*12c85518SrobertSYMBOL(copy_n, std::, <algorithm>)
234*12c85518SrobertSYMBOL(copysign, std::, <cmath>)
235*12c85518SrobertSYMBOL(cos, std::, <cmath>)
236*12c85518SrobertSYMBOL(cosh, std::, <cmath>)
237*12c85518SrobertSYMBOL(count, std::, <algorithm>)
238*12c85518SrobertSYMBOL(count_if, std::, <algorithm>)
239*12c85518SrobertSYMBOL(cout, std::, <iostream>)
240*12c85518SrobertSYMBOL(crbegin, std::, <iterator>)
241*12c85518SrobertSYMBOL(cref, std::, <functional>)
242*12c85518SrobertSYMBOL(cregex_iterator, std::, <regex>)
243*12c85518SrobertSYMBOL(cregex_token_iterator, std::, <regex>)
244*12c85518SrobertSYMBOL(crend, std::, <iterator>)
245*12c85518SrobertSYMBOL(csub_match, std::, <regex>)
246*12c85518SrobertSYMBOL(ctime, std::, <ctime>)
247*12c85518SrobertSYMBOL(ctype, std::, <locale>)
248*12c85518SrobertSYMBOL(ctype_base, std::, <locale>)
249*12c85518SrobertSYMBOL(ctype_byname, std::, <locale>)
250*12c85518SrobertSYMBOL(current_exception, std::, <exception>)
251*12c85518SrobertSYMBOL(cv_status, std::, <condition_variable>)
252*12c85518SrobertSYMBOL(data, std::, <iterator>)
253*12c85518SrobertSYMBOL(dec, std::, <ios>)
254*12c85518SrobertSYMBOL(deca, std::, <ratio>)
255*12c85518SrobertSYMBOL(decay, std::, <type_traits>)
256*12c85518SrobertSYMBOL(decay_t, std::, <type_traits>)
257*12c85518SrobertSYMBOL(deci, std::, <ratio>)
258*12c85518SrobertSYMBOL(declare_no_pointers, std::, <memory>)
259*12c85518SrobertSYMBOL(declare_reachable, std::, <memory>)
260*12c85518SrobertSYMBOL(declval, std::, <utility>)
261*12c85518SrobertSYMBOL(default_delete, std::, <memory>)
262*12c85518SrobertSYMBOL(default_random_engine, std::, <random>)
263*12c85518SrobertSYMBOL(default_searcher, std::, <functional>)
264*12c85518SrobertSYMBOL(defaultfloat, std::, <ios>)
265*12c85518SrobertSYMBOL(defer_lock, std::, <mutex>)
266*12c85518SrobertSYMBOL(defer_lock_t, std::, <mutex>)
267*12c85518SrobertSYMBOL(denorm_absent, std::, <limits>)
268*12c85518SrobertSYMBOL(denorm_indeterminate, std::, <limits>)
269*12c85518SrobertSYMBOL(denorm_present, std::, <limits>)
270*12c85518SrobertSYMBOL(deque, std::, <deque>)
271*12c85518SrobertSYMBOL(destroy, std::, <memory>)
272*12c85518SrobertSYMBOL(destroy_at, std::, <memory>)
273*12c85518SrobertSYMBOL(destroy_n, std::, <memory>)
274*12c85518SrobertSYMBOL(destroying_delete, std::, <new>)
275*12c85518SrobertSYMBOL(destroying_delete_t, std::, <new>)
276*12c85518SrobertSYMBOL(difftime, std::, <ctime>)
277*12c85518SrobertSYMBOL(discard_block_engine, std::, <random>)
278*12c85518SrobertSYMBOL(discrete_distribution, std::, <random>)
279*12c85518SrobertSYMBOL(disjunction, std::, <type_traits>)
280*12c85518SrobertSYMBOL(disjunction_v, std::, <type_traits>)
281*12c85518SrobertSYMBOL(distance, std::, <iterator>)
282*12c85518SrobertSYMBOL(div_t, std::, <cstdlib>)
283*12c85518SrobertSYMBOL(divides, std::, <functional>)
284*12c85518SrobertSYMBOL(domain_error, std::, <stdexcept>)
285*12c85518SrobertSYMBOL(double_t, std::, <cmath>)
286*12c85518SrobertSYMBOL(dynamic_extent, std::, <span>)
287*12c85518SrobertSYMBOL(dynamic_pointer_cast, std::, <memory>)
288*12c85518SrobertSYMBOL(emit_on_flush, std::, <ostream>)
289*12c85518SrobertSYMBOL(empty, std::, <iterator>)
290*12c85518SrobertSYMBOL(enable_if, std::, <type_traits>)
291*12c85518SrobertSYMBOL(enable_if_t, std::, <type_traits>)
292*12c85518SrobertSYMBOL(enable_shared_from_this, std::, <memory>)
293*12c85518SrobertSYMBOL(end, std::, <iterator>)
294*12c85518SrobertSYMBOL(endian, std::, <type_traits>)
295*12c85518SrobertSYMBOL(endl, std::, <ostream>)
296*12c85518SrobertSYMBOL(ends, std::, <ostream>)
297*12c85518SrobertSYMBOL(equal, std::, <algorithm>)
298*12c85518SrobertSYMBOL(equal_range, std::, <algorithm>)
299*12c85518SrobertSYMBOL(equal_to, std::, <functional>)
300*12c85518SrobertSYMBOL(erf, std::, <cmath>)
301*12c85518SrobertSYMBOL(erfc, std::, <cmath>)
302*12c85518SrobertSYMBOL(errc, std::, <system_error>)
303*12c85518SrobertSYMBOL(error_category, std::, <system_error>)
304*12c85518SrobertSYMBOL(error_code, std::, <system_error>)
305*12c85518SrobertSYMBOL(error_condition, std::, <system_error>)
306*12c85518SrobertSYMBOL(exa, std::, <ratio>)
307*12c85518SrobertSYMBOL(exception, std::, <exception>)
308*12c85518SrobertSYMBOL(exception_ptr, std::, <exception>)
309*12c85518SrobertSYMBOL(exchange, std::, <utility>)
310*12c85518SrobertSYMBOL(exclusive_scan, std::, <numeric>)
311*12c85518SrobertSYMBOL(exit, std::, <cstdlib>)
312*12c85518SrobertSYMBOL(exp, std::, <cmath>)
313*12c85518SrobertSYMBOL(exp2, std::, <cmath>)
314*12c85518SrobertSYMBOL(expm1, std::, <cmath>)
315*12c85518SrobertSYMBOL(exponential_distribution, std::, <random>)
316*12c85518SrobertSYMBOL(extent, std::, <type_traits>)
317*12c85518SrobertSYMBOL(extent_v, std::, <type_traits>)
318*12c85518SrobertSYMBOL(extreme_value_distribution, std::, <random>)
319*12c85518SrobertSYMBOL(false_type, std::, <type_traits>)
320*12c85518SrobertSYMBOL(fclose, std::, <cstdio>)
321*12c85518SrobertSYMBOL(fdim, std::, <cmath>)
322*12c85518SrobertSYMBOL(feclearexcept, std::, <cfenv>)
323*12c85518SrobertSYMBOL(fegetenv, std::, <cfenv>)
324*12c85518SrobertSYMBOL(fegetexceptflag, std::, <cfenv>)
325*12c85518SrobertSYMBOL(fegetround, std::, <cfenv>)
326*12c85518SrobertSYMBOL(feholdexcept, std::, <cfenv>)
327*12c85518SrobertSYMBOL(femto, std::, <ratio>)
328*12c85518SrobertSYMBOL(fenv_t, std::, <cfenv>)
329*12c85518SrobertSYMBOL(feof, std::, <cstdio>)
330*12c85518SrobertSYMBOL(feraiseexcept, std::, <cfenv>)
331*12c85518SrobertSYMBOL(ferror, std::, <cstdio>)
332*12c85518SrobertSYMBOL(fesetenv, std::, <cfenv>)
333*12c85518SrobertSYMBOL(fesetexceptflag, std::, <cfenv>)
334*12c85518SrobertSYMBOL(fesetround, std::, <cfenv>)
335*12c85518SrobertSYMBOL(fetestexcept, std::, <cfenv>)
336*12c85518SrobertSYMBOL(feupdateenv, std::, <cfenv>)
337*12c85518SrobertSYMBOL(fexcept_t, std::, <cfenv>)
338*12c85518SrobertSYMBOL(fflush, std::, <cstdio>)
339*12c85518SrobertSYMBOL(fgetc, std::, <cstdio>)
340*12c85518SrobertSYMBOL(fgetpos, std::, <cstdio>)
341*12c85518SrobertSYMBOL(fgets, std::, <cstdio>)
342*12c85518SrobertSYMBOL(fgetwc, std::, <cwchar>)
343*12c85518SrobertSYMBOL(fgetws, std::, <cwchar>)
344*12c85518SrobertSYMBOL(filebuf, std::, <streambuf>)
345*12c85518SrobertSYMBOL(fill, std::, <algorithm>)
346*12c85518SrobertSYMBOL(fill_n, std::, <algorithm>)
347*12c85518SrobertSYMBOL(find, std::, <algorithm>)
348*12c85518SrobertSYMBOL(find_end, std::, <algorithm>)
349*12c85518SrobertSYMBOL(find_first_of, std::, <algorithm>)
350*12c85518SrobertSYMBOL(find_if, std::, <algorithm>)
351*12c85518SrobertSYMBOL(find_if_not, std::, <algorithm>)
352*12c85518SrobertSYMBOL(fisher_f_distribution, std::, <random>)
353*12c85518SrobertSYMBOL(fixed, std::, <ios>)
354*12c85518SrobertSYMBOL(float_denorm_style, std::, <limits>)
355*12c85518SrobertSYMBOL(float_round_style, std::, <limits>)
356*12c85518SrobertSYMBOL(float_t, std::, <cmath>)
357*12c85518SrobertSYMBOL(floor, std::, <cmath>)
358*12c85518SrobertSYMBOL(floor2, std::, <bit>)
359*12c85518SrobertSYMBOL(flush, std::, <ostream>)
360*12c85518SrobertSYMBOL(flush_emit, std::, <ostream>)
361*12c85518SrobertSYMBOL(fma, std::, <cmath>)
362*12c85518SrobertSYMBOL(fmax, std::, <cmath>)
363*12c85518SrobertSYMBOL(fmin, std::, <cmath>)
364*12c85518SrobertSYMBOL(fmod, std::, <cmath>)
365*12c85518SrobertSYMBOL(fopen, std::, <cstdio>)
366*12c85518SrobertSYMBOL(for_each, std::, <algorithm>)
367*12c85518SrobertSYMBOL(for_each_n, std::, <algorithm>)
368*12c85518SrobertSYMBOL(forward, std::, <utility>)
369*12c85518SrobertSYMBOL(forward_as_tuple, std::, <tuple>)
370*12c85518SrobertSYMBOL(forward_iterator_tag, std::, <iterator>)
371*12c85518SrobertSYMBOL(forward_list, std::, <forward_list>)
372*12c85518SrobertSYMBOL(fpclassify, std::, <cmath>)
373*12c85518SrobertSYMBOL(fpos, std::, <ios>)
374*12c85518SrobertSYMBOL(fpos_t, std::, <cstdio>)
375*12c85518SrobertSYMBOL(fprintf, std::, <cstdio>)
376*12c85518SrobertSYMBOL(fputc, std::, <cstdio>)
377*12c85518SrobertSYMBOL(fputs, std::, <cstdio>)
378*12c85518SrobertSYMBOL(fputwc, std::, <cwchar>)
379*12c85518SrobertSYMBOL(fputws, std::, <cwchar>)
380*12c85518SrobertSYMBOL(fread, std::, <cstdio>)
381*12c85518SrobertSYMBOL(free, std::, <cstdlib>)
382*12c85518SrobertSYMBOL(freopen, std::, <cstdio>)
383*12c85518SrobertSYMBOL(frexp, std::, <cmath>)
384*12c85518SrobertSYMBOL(from_chars, std::, <charconv>)
385*12c85518SrobertSYMBOL(front_insert_iterator, std::, <iterator>)
386*12c85518SrobertSYMBOL(front_inserter, std::, <iterator>)
387*12c85518SrobertSYMBOL(fscanf, std::, <cstdio>)
388*12c85518SrobertSYMBOL(fseek, std::, <cstdio>)
389*12c85518SrobertSYMBOL(fsetpos, std::, <cstdio>)
390*12c85518SrobertSYMBOL(fstream, std::, <fstream>)
391*12c85518SrobertSYMBOL(ftell, std::, <cstdio>)
392*12c85518SrobertSYMBOL(function, std::, <functional>)
393*12c85518SrobertSYMBOL(future, std::, <future>)
394*12c85518SrobertSYMBOL(future_category, std::, <future>)
395*12c85518SrobertSYMBOL(future_errc, std::, <future>)
396*12c85518SrobertSYMBOL(future_error, std::, <future>)
397*12c85518SrobertSYMBOL(future_status, std::, <future>)
398*12c85518SrobertSYMBOL(fwide, std::, <cwchar>)
399*12c85518SrobertSYMBOL(fwprintf, std::, <cwchar>)
400*12c85518SrobertSYMBOL(fwrite, std::, <cstdio>)
401*12c85518SrobertSYMBOL(fwscanf, std::, <cwchar>)
402*12c85518SrobertSYMBOL(gamma_distribution, std::, <random>)
403*12c85518SrobertSYMBOL(gcd, std::, <numeric>)
404*12c85518SrobertSYMBOL(generate, std::, <algorithm>)
405*12c85518SrobertSYMBOL(generate_canonical, std::, <random>)
406*12c85518SrobertSYMBOL(generate_n, std::, <algorithm>)
407*12c85518SrobertSYMBOL(generic_category, std::, <system_error>)
408*12c85518SrobertSYMBOL(geometric_distribution, std::, <random>)
409*12c85518SrobertSYMBOL(get_if, std::, <variant>)
410*12c85518SrobertSYMBOL(get_money, std::, <iomanip>)
411*12c85518SrobertSYMBOL(get_new_handler, std::, <new>)
412*12c85518SrobertSYMBOL(get_pointer_safety, std::, <memory>)
413*12c85518SrobertSYMBOL(get_terminate, std::, <exception>)
414*12c85518SrobertSYMBOL(get_time, std::, <iomanip>)
415*12c85518SrobertSYMBOL(getc, std::, <cstdio>)
416*12c85518SrobertSYMBOL(getchar, std::, <cstdio>)
417*12c85518SrobertSYMBOL(getenv, std::, <cstdlib>)
418*12c85518SrobertSYMBOL(gets, std::, <cstdio>)
419*12c85518SrobertSYMBOL(getwc, std::, <cwchar>)
420*12c85518SrobertSYMBOL(getwchar, std::, <cwchar>)
421*12c85518SrobertSYMBOL(giga, std::, <ratio>)
422*12c85518SrobertSYMBOL(gmtime, std::, <ctime>)
423*12c85518SrobertSYMBOL(greater, std::, <functional>)
424*12c85518SrobertSYMBOL(greater_equal, std::, <functional>)
425*12c85518SrobertSYMBOL(gslice, std::, <valarray>)
426*12c85518SrobertSYMBOL(gslice_array, std::, <valarray>)
427*12c85518SrobertSYMBOL(hardware_constructive_interference_size, std::, <new>)
428*12c85518SrobertSYMBOL(hardware_destructive_interference_size, std::, <new>)
429*12c85518SrobertSYMBOL(has_facet, std::, <locale>)
430*12c85518SrobertSYMBOL(has_unique_object_representations, std::, <type_traits>)
431*12c85518SrobertSYMBOL(has_unique_object_representations_v, std::, <type_traits>)
432*12c85518SrobertSYMBOL(has_virtual_destructor, std::, <type_traits>)
433*12c85518SrobertSYMBOL(has_virtual_destructor_v, std::, <type_traits>)
434*12c85518SrobertSYMBOL(hash, std::, <functional>)
435*12c85518SrobertSYMBOL(hecto, std::, <ratio>)
436*12c85518SrobertSYMBOL(hex, std::, <ios>)
437*12c85518SrobertSYMBOL(hexfloat, std::, <ios>)
438*12c85518SrobertSYMBOL(holds_alternative, std::, <variant>)
439*12c85518SrobertSYMBOL(hypot, std::, <cmath>)
440*12c85518SrobertSYMBOL(identity, std::, <functional>)
441*12c85518SrobertSYMBOL(ifstream, std::, <fstream>)
442*12c85518SrobertSYMBOL(ignore, std::, <tuple>)
443*12c85518SrobertSYMBOL(ilogb, std::, <cmath>)
444*12c85518SrobertSYMBOL(imag, std::, <complex>)
445*12c85518SrobertSYMBOL(imaxabs, std::, <cinttypes>)
446*12c85518SrobertSYMBOL(imaxdiv, std::, <cinttypes>)
447*12c85518SrobertSYMBOL(imaxdiv_t, std::, <cinttypes>)
448*12c85518SrobertSYMBOL(in_place, std::, <utility>)
449*12c85518SrobertSYMBOL(in_place_index, std::, <utility>)
450*12c85518SrobertSYMBOL(in_place_index_t, std::, <utility>)
451*12c85518SrobertSYMBOL(in_place_t, std::, <utility>)
452*12c85518SrobertSYMBOL(in_place_type, std::, <utility>)
453*12c85518SrobertSYMBOL(in_place_type_t, std::, <utility>)
454*12c85518SrobertSYMBOL(includes, std::, <algorithm>)
455*12c85518SrobertSYMBOL(inclusive_scan, std::, <numeric>)
456*12c85518SrobertSYMBOL(independent_bits_engine, std::, <random>)
457*12c85518SrobertSYMBOL(indirect_array, std::, <valarray>)
458*12c85518SrobertSYMBOL(initializer_list, std::, <initializer_list>)
459*12c85518SrobertSYMBOL(inner_product, std::, <numeric>)
460*12c85518SrobertSYMBOL(inplace_merge, std::, <algorithm>)
461*12c85518SrobertSYMBOL(input_iterator_tag, std::, <iterator>)
462*12c85518SrobertSYMBOL(insert_iterator, std::, <iterator>)
463*12c85518SrobertSYMBOL(inserter, std::, <iterator>)
464*12c85518SrobertSYMBOL(int16_t, std::, <cstdint>)
465*12c85518SrobertSYMBOL(int32_t, std::, <cstdint>)
466*12c85518SrobertSYMBOL(int64_t, std::, <cstdint>)
467*12c85518SrobertSYMBOL(int8_t, std::, <cstdint>)
468*12c85518SrobertSYMBOL(int_fast16_t, std::, <cstdint>)
469*12c85518SrobertSYMBOL(int_fast32_t, std::, <cstdint>)
470*12c85518SrobertSYMBOL(int_fast64_t, std::, <cstdint>)
471*12c85518SrobertSYMBOL(int_fast8_t, std::, <cstdint>)
472*12c85518SrobertSYMBOL(int_least16_t, std::, <cstdint>)
473*12c85518SrobertSYMBOL(int_least32_t, std::, <cstdint>)
474*12c85518SrobertSYMBOL(int_least64_t, std::, <cstdint>)
475*12c85518SrobertSYMBOL(int_least8_t, std::, <cstdint>)
476*12c85518SrobertSYMBOL(integer_sequence, std::, <utility>)
477*12c85518SrobertSYMBOL(integral_constant, std::, <type_traits>)
478*12c85518SrobertSYMBOL(internal, std::, <ios>)
479*12c85518SrobertSYMBOL(intmax_t, std::, <cstdint>)
480*12c85518SrobertSYMBOL(intptr_t, std::, <cstdint>)
481*12c85518SrobertSYMBOL(invalid_argument, std::, <stdexcept>)
482*12c85518SrobertSYMBOL(invoke, std::, <functional>)
483*12c85518SrobertSYMBOL(invoke_result, std::, <type_traits>)
484*12c85518SrobertSYMBOL(invoke_result_t, std::, <type_traits>)
485*12c85518SrobertSYMBOL(io_errc, std::, <ios>)
486*12c85518SrobertSYMBOL(ios, std::, <ios>)
487*12c85518SrobertSYMBOL(ios_base, std::, <ios>)
488*12c85518SrobertSYMBOL(iostream, std::, <istream>)
489*12c85518SrobertSYMBOL(iostream_category, std::, <ios>)
490*12c85518SrobertSYMBOL(iota, std::, <numeric>)
491*12c85518SrobertSYMBOL(is_abstract, std::, <type_traits>)
492*12c85518SrobertSYMBOL(is_abstract_v, std::, <type_traits>)
493*12c85518SrobertSYMBOL(is_aggregate, std::, <type_traits>)
494*12c85518SrobertSYMBOL(is_aggregate_v, std::, <type_traits>)
495*12c85518SrobertSYMBOL(is_arithmetic, std::, <type_traits>)
496*12c85518SrobertSYMBOL(is_arithmetic_v, std::, <type_traits>)
497*12c85518SrobertSYMBOL(is_array, std::, <type_traits>)
498*12c85518SrobertSYMBOL(is_array_v, std::, <type_traits>)
499*12c85518SrobertSYMBOL(is_assignable, std::, <type_traits>)
500*12c85518SrobertSYMBOL(is_assignable_v, std::, <type_traits>)
501*12c85518SrobertSYMBOL(is_base_of, std::, <type_traits>)
502*12c85518SrobertSYMBOL(is_base_of_v, std::, <type_traits>)
503*12c85518SrobertSYMBOL(is_bind_expression, std::, <functional>)
504*12c85518SrobertSYMBOL(is_bind_expression_v, std::, <functional>)
505*12c85518SrobertSYMBOL(is_class, std::, <type_traits>)
506*12c85518SrobertSYMBOL(is_class_v, std::, <type_traits>)
507*12c85518SrobertSYMBOL(is_compound, std::, <type_traits>)
508*12c85518SrobertSYMBOL(is_compound_v, std::, <type_traits>)
509*12c85518SrobertSYMBOL(is_const, std::, <type_traits>)
510*12c85518SrobertSYMBOL(is_const_v, std::, <type_traits>)
511*12c85518SrobertSYMBOL(is_constructible, std::, <type_traits>)
512*12c85518SrobertSYMBOL(is_constructible_v, std::, <type_traits>)
513*12c85518SrobertSYMBOL(is_convertible, std::, <type_traits>)
514*12c85518SrobertSYMBOL(is_convertible_v, std::, <type_traits>)
515*12c85518SrobertSYMBOL(is_copy_assignable, std::, <type_traits>)
516*12c85518SrobertSYMBOL(is_copy_assignable_v, std::, <type_traits>)
517*12c85518SrobertSYMBOL(is_copy_constructible, std::, <type_traits>)
518*12c85518SrobertSYMBOL(is_copy_constructible_v, std::, <type_traits>)
519*12c85518SrobertSYMBOL(is_default_constructible, std::, <type_traits>)
520*12c85518SrobertSYMBOL(is_default_constructible_v, std::, <type_traits>)
521*12c85518SrobertSYMBOL(is_destructible, std::, <type_traits>)
522*12c85518SrobertSYMBOL(is_destructible_v, std::, <type_traits>)
523*12c85518SrobertSYMBOL(is_empty, std::, <type_traits>)
524*12c85518SrobertSYMBOL(is_empty_v, std::, <type_traits>)
525*12c85518SrobertSYMBOL(is_enum, std::, <type_traits>)
526*12c85518SrobertSYMBOL(is_enum_v, std::, <type_traits>)
527*12c85518SrobertSYMBOL(is_eq, std::, <compare>)
528*12c85518SrobertSYMBOL(is_error_code_enum, std::, <system_error>)
529*12c85518SrobertSYMBOL(is_error_condition_enum, std::, <system_error>)
530*12c85518SrobertSYMBOL(is_error_condition_enum_v, std::, <system_error>)
531*12c85518SrobertSYMBOL(is_execution_policy, std::, <execution>)
532*12c85518SrobertSYMBOL(is_execution_policy_v, std::, <execution>)
533*12c85518SrobertSYMBOL(is_final, std::, <type_traits>)
534*12c85518SrobertSYMBOL(is_final_v, std::, <type_traits>)
535*12c85518SrobertSYMBOL(is_floating_point, std::, <type_traits>)
536*12c85518SrobertSYMBOL(is_floating_point_v, std::, <type_traits>)
537*12c85518SrobertSYMBOL(is_function, std::, <type_traits>)
538*12c85518SrobertSYMBOL(is_function_v, std::, <type_traits>)
539*12c85518SrobertSYMBOL(is_fundamental, std::, <type_traits>)
540*12c85518SrobertSYMBOL(is_fundamental_v, std::, <type_traits>)
541*12c85518SrobertSYMBOL(is_gt, std::, <compare>)
542*12c85518SrobertSYMBOL(is_gteq, std::, <compare>)
543*12c85518SrobertSYMBOL(is_heap, std::, <algorithm>)
544*12c85518SrobertSYMBOL(is_heap_until, std::, <algorithm>)
545*12c85518SrobertSYMBOL(is_integral, std::, <type_traits>)
546*12c85518SrobertSYMBOL(is_integral_v, std::, <type_traits>)
547*12c85518SrobertSYMBOL(is_invocable, std::, <type_traits>)
548*12c85518SrobertSYMBOL(is_invocable_r, std::, <type_traits>)
549*12c85518SrobertSYMBOL(is_invocable_r_v, std::, <type_traits>)
550*12c85518SrobertSYMBOL(is_invocable_v, std::, <type_traits>)
551*12c85518SrobertSYMBOL(is_lt, std::, <compare>)
552*12c85518SrobertSYMBOL(is_lteq, std::, <compare>)
553*12c85518SrobertSYMBOL(is_lvalue_reference, std::, <type_traits>)
554*12c85518SrobertSYMBOL(is_lvalue_reference_v, std::, <type_traits>)
555*12c85518SrobertSYMBOL(is_member_function_pointer, std::, <type_traits>)
556*12c85518SrobertSYMBOL(is_member_function_pointer_v, std::, <type_traits>)
557*12c85518SrobertSYMBOL(is_member_object_pointer, std::, <type_traits>)
558*12c85518SrobertSYMBOL(is_member_object_pointer_v, std::, <type_traits>)
559*12c85518SrobertSYMBOL(is_member_pointer, std::, <type_traits>)
560*12c85518SrobertSYMBOL(is_member_pointer_v, std::, <type_traits>)
561*12c85518SrobertSYMBOL(is_move_assignable, std::, <type_traits>)
562*12c85518SrobertSYMBOL(is_move_assignable_v, std::, <type_traits>)
563*12c85518SrobertSYMBOL(is_move_constructible, std::, <type_traits>)
564*12c85518SrobertSYMBOL(is_move_constructible_v, std::, <type_traits>)
565*12c85518SrobertSYMBOL(is_neq, std::, <compare>)
566*12c85518SrobertSYMBOL(is_nothrow_assignable, std::, <type_traits>)
567*12c85518SrobertSYMBOL(is_nothrow_assignable_v, std::, <type_traits>)
568*12c85518SrobertSYMBOL(is_nothrow_constructible, std::, <type_traits>)
569*12c85518SrobertSYMBOL(is_nothrow_constructible_v, std::, <type_traits>)
570*12c85518SrobertSYMBOL(is_nothrow_copy_assignable, std::, <type_traits>)
571*12c85518SrobertSYMBOL(is_nothrow_copy_assignable_v, std::, <type_traits>)
572*12c85518SrobertSYMBOL(is_nothrow_copy_constructible, std::, <type_traits>)
573*12c85518SrobertSYMBOL(is_nothrow_copy_constructible_v, std::, <type_traits>)
574*12c85518SrobertSYMBOL(is_nothrow_default_constructible, std::, <type_traits>)
575*12c85518SrobertSYMBOL(is_nothrow_default_constructible_v, std::, <type_traits>)
576*12c85518SrobertSYMBOL(is_nothrow_destructible, std::, <type_traits>)
577*12c85518SrobertSYMBOL(is_nothrow_destructible_v, std::, <type_traits>)
578*12c85518SrobertSYMBOL(is_nothrow_invocable, std::, <type_traits>)
579*12c85518SrobertSYMBOL(is_nothrow_invocable_r, std::, <type_traits>)
580*12c85518SrobertSYMBOL(is_nothrow_invocable_r_v, std::, <type_traits>)
581*12c85518SrobertSYMBOL(is_nothrow_invocable_v, std::, <type_traits>)
582*12c85518SrobertSYMBOL(is_nothrow_move_assignable, std::, <type_traits>)
583*12c85518SrobertSYMBOL(is_nothrow_move_assignable_v, std::, <type_traits>)
584*12c85518SrobertSYMBOL(is_nothrow_move_constructible, std::, <type_traits>)
585*12c85518SrobertSYMBOL(is_nothrow_move_constructible_v, std::, <type_traits>)
586*12c85518SrobertSYMBOL(is_nothrow_swappable, std::, <type_traits>)
587*12c85518SrobertSYMBOL(is_nothrow_swappable_v, std::, <type_traits>)
588*12c85518SrobertSYMBOL(is_nothrow_swappable_with, std::, <type_traits>)
589*12c85518SrobertSYMBOL(is_nothrow_swappable_with_v, std::, <type_traits>)
590*12c85518SrobertSYMBOL(is_null_pointer, std::, <type_traits>)
591*12c85518SrobertSYMBOL(is_null_pointer_v, std::, <type_traits>)
592*12c85518SrobertSYMBOL(is_object, std::, <type_traits>)
593*12c85518SrobertSYMBOL(is_object_v, std::, <type_traits>)
594*12c85518SrobertSYMBOL(is_partitioned, std::, <algorithm>)
595*12c85518SrobertSYMBOL(is_permutation, std::, <algorithm>)
596*12c85518SrobertSYMBOL(is_placeholder, std::, <functional>)
597*12c85518SrobertSYMBOL(is_placeholder_v, std::, <functional>)
598*12c85518SrobertSYMBOL(is_pod, std::, <type_traits>)
599*12c85518SrobertSYMBOL(is_pod_v, std::, <type_traits>)
600*12c85518SrobertSYMBOL(is_pointer, std::, <type_traits>)
601*12c85518SrobertSYMBOL(is_pointer_v, std::, <type_traits>)
602*12c85518SrobertSYMBOL(is_polymorphic, std::, <type_traits>)
603*12c85518SrobertSYMBOL(is_polymorphic_v, std::, <type_traits>)
604*12c85518SrobertSYMBOL(is_reference, std::, <type_traits>)
605*12c85518SrobertSYMBOL(is_reference_v, std::, <type_traits>)
606*12c85518SrobertSYMBOL(is_rvalue_reference, std::, <type_traits>)
607*12c85518SrobertSYMBOL(is_rvalue_reference_v, std::, <type_traits>)
608*12c85518SrobertSYMBOL(is_same, std::, <type_traits>)
609*12c85518SrobertSYMBOL(is_same_v, std::, <type_traits>)
610*12c85518SrobertSYMBOL(is_scalar, std::, <type_traits>)
611*12c85518SrobertSYMBOL(is_scalar_v, std::, <type_traits>)
612*12c85518SrobertSYMBOL(is_signed, std::, <type_traits>)
613*12c85518SrobertSYMBOL(is_signed_v, std::, <type_traits>)
614*12c85518SrobertSYMBOL(is_sorted, std::, <algorithm>)
615*12c85518SrobertSYMBOL(is_sorted_until, std::, <algorithm>)
616*12c85518SrobertSYMBOL(is_standard_layout, std::, <type_traits>)
617*12c85518SrobertSYMBOL(is_standard_layout_v, std::, <type_traits>)
618*12c85518SrobertSYMBOL(is_swappable, std::, <type_traits>)
619*12c85518SrobertSYMBOL(is_swappable_v, std::, <type_traits>)
620*12c85518SrobertSYMBOL(is_swappable_with, std::, <type_traits>)
621*12c85518SrobertSYMBOL(is_swappable_with_v, std::, <type_traits>)
622*12c85518SrobertSYMBOL(is_trivial, std::, <type_traits>)
623*12c85518SrobertSYMBOL(is_trivial_v, std::, <type_traits>)
624*12c85518SrobertSYMBOL(is_trivially_assignable, std::, <type_traits>)
625*12c85518SrobertSYMBOL(is_trivially_assignable_v, std::, <type_traits>)
626*12c85518SrobertSYMBOL(is_trivially_constructible, std::, <type_traits>)
627*12c85518SrobertSYMBOL(is_trivially_constructible_v, std::, <type_traits>)
628*12c85518SrobertSYMBOL(is_trivially_copy_assignable, std::, <type_traits>)
629*12c85518SrobertSYMBOL(is_trivially_copy_assignable_v, std::, <type_traits>)
630*12c85518SrobertSYMBOL(is_trivially_copy_constructible, std::, <type_traits>)
631*12c85518SrobertSYMBOL(is_trivially_copy_constructible_v, std::, <type_traits>)
632*12c85518SrobertSYMBOL(is_trivially_copyable, std::, <type_traits>)
633*12c85518SrobertSYMBOL(is_trivially_copyable_v, std::, <type_traits>)
634*12c85518SrobertSYMBOL(is_trivially_default_constructible, std::, <type_traits>)
635*12c85518SrobertSYMBOL(is_trivially_default_constructible_v, std::, <type_traits>)
636*12c85518SrobertSYMBOL(is_trivially_destructible, std::, <type_traits>)
637*12c85518SrobertSYMBOL(is_trivially_destructible_v, std::, <type_traits>)
638*12c85518SrobertSYMBOL(is_trivially_move_assignable, std::, <type_traits>)
639*12c85518SrobertSYMBOL(is_trivially_move_assignable_v, std::, <type_traits>)
640*12c85518SrobertSYMBOL(is_trivially_move_constructible, std::, <type_traits>)
641*12c85518SrobertSYMBOL(is_trivially_move_constructible_v, std::, <type_traits>)
642*12c85518SrobertSYMBOL(is_union, std::, <type_traits>)
643*12c85518SrobertSYMBOL(is_union_v, std::, <type_traits>)
644*12c85518SrobertSYMBOL(is_unsigned, std::, <type_traits>)
645*12c85518SrobertSYMBOL(is_unsigned_v, std::, <type_traits>)
646*12c85518SrobertSYMBOL(is_void, std::, <type_traits>)
647*12c85518SrobertSYMBOL(is_void_v, std::, <type_traits>)
648*12c85518SrobertSYMBOL(is_volatile, std::, <type_traits>)
649*12c85518SrobertSYMBOL(is_volatile_v, std::, <type_traits>)
650*12c85518SrobertSYMBOL(isalnum, std::, <cctype>)
651*12c85518SrobertSYMBOL(isalpha, std::, <cctype>)
652*12c85518SrobertSYMBOL(isblank, std::, <cctype>)
653*12c85518SrobertSYMBOL(iscntrl, std::, <cctype>)
654*12c85518SrobertSYMBOL(isdigit, std::, <cctype>)
655*12c85518SrobertSYMBOL(isfinite, std::, <cmath>)
656*12c85518SrobertSYMBOL(isgraph, std::, <cctype>)
657*12c85518SrobertSYMBOL(isgreater, std::, <cmath>)
658*12c85518SrobertSYMBOL(isgreaterequal, std::, <cmath>)
659*12c85518SrobertSYMBOL(isinf, std::, <cmath>)
660*12c85518SrobertSYMBOL(isless, std::, <cmath>)
661*12c85518SrobertSYMBOL(islessequal, std::, <cmath>)
662*12c85518SrobertSYMBOL(islessgreater, std::, <cmath>)
663*12c85518SrobertSYMBOL(islower, std::, <cctype>)
664*12c85518SrobertSYMBOL(isnan, std::, <cmath>)
665*12c85518SrobertSYMBOL(isnormal, std::, <cmath>)
666*12c85518SrobertSYMBOL(ispow2, std::, <bit>)
667*12c85518SrobertSYMBOL(isprint, std::, <cctype>)
668*12c85518SrobertSYMBOL(ispunct, std::, <cctype>)
669*12c85518SrobertSYMBOL(isspace, std::, <cctype>)
670*12c85518SrobertSYMBOL(istream, std::, <istream>)
671*12c85518SrobertSYMBOL(istream_iterator, std::, <iterator>)
672*12c85518SrobertSYMBOL(istreambuf_iterator, std::, <iterator>)
673*12c85518SrobertSYMBOL(istringstream, std::, <sstream>)
674*12c85518SrobertSYMBOL(isunordered, std::, <cmath>)
675*12c85518SrobertSYMBOL(isupper, std::, <cctype>)
676*12c85518SrobertSYMBOL(iswalnum, std::, <cwctype>)
677*12c85518SrobertSYMBOL(iswalpha, std::, <cwctype>)
678*12c85518SrobertSYMBOL(iswblank, std::, <cwctype>)
679*12c85518SrobertSYMBOL(iswcntrl, std::, <cwctype>)
680*12c85518SrobertSYMBOL(iswctype, std::, <cwctype>)
681*12c85518SrobertSYMBOL(iswdigit, std::, <cwctype>)
682*12c85518SrobertSYMBOL(iswgraph, std::, <cwctype>)
683*12c85518SrobertSYMBOL(iswlower, std::, <cwctype>)
684*12c85518SrobertSYMBOL(iswprint, std::, <cwctype>)
685*12c85518SrobertSYMBOL(iswpunct, std::, <cwctype>)
686*12c85518SrobertSYMBOL(iswspace, std::, <cwctype>)
687*12c85518SrobertSYMBOL(iswupper, std::, <cwctype>)
688*12c85518SrobertSYMBOL(iswxdigit, std::, <cwctype>)
689*12c85518SrobertSYMBOL(isxdigit, std::, <cctype>)
690*12c85518SrobertSYMBOL(iter_swap, std::, <algorithm>)
691*12c85518SrobertSYMBOL(iterator, std::, <iterator>)
692*12c85518SrobertSYMBOL(iterator_traits, std::, <iterator>)
693*12c85518SrobertSYMBOL(jmp_buf, std::, <csetjmp>)
694*12c85518SrobertSYMBOL(kill_dependency, std::, <atomic>)
695*12c85518SrobertSYMBOL(kilo, std::, <ratio>)
696*12c85518SrobertSYMBOL(knuth_b, std::, <random>)
697*12c85518SrobertSYMBOL(labs, std::, <cstdlib>)
698*12c85518SrobertSYMBOL(launch, std::, <future>)
699*12c85518SrobertSYMBOL(launder, std::, <new>)
700*12c85518SrobertSYMBOL(lcm, std::, <numeric>)
701*12c85518SrobertSYMBOL(lconv, std::, <clocale>)
702*12c85518SrobertSYMBOL(ldexp, std::, <cmath>)
703*12c85518SrobertSYMBOL(ldiv, std::, <cstdlib>)
704*12c85518SrobertSYMBOL(ldiv_t, std::, <cstdlib>)
705*12c85518SrobertSYMBOL(left, std::, <ios>)
706*12c85518SrobertSYMBOL(length_error, std::, <stdexcept>)
707*12c85518SrobertSYMBOL(less, std::, <functional>)
708*12c85518SrobertSYMBOL(less_equal, std::, <functional>)
709*12c85518SrobertSYMBOL(lexicographical_compare, std::, <algorithm>)
710*12c85518SrobertSYMBOL(lexicographical_compare_3way, std::, <algorithm>)
711*12c85518SrobertSYMBOL(lgamma, std::, <cmath>)
712*12c85518SrobertSYMBOL(linear_congruential_engine, std::, <random>)
713*12c85518SrobertSYMBOL(list, std::, <list>)
714*12c85518SrobertSYMBOL(llabs, std::, <cstdlib>)
715*12c85518SrobertSYMBOL(lldiv, std::, <cstdlib>)
716*12c85518SrobertSYMBOL(lldiv_t, std::, <cstdlib>)
717*12c85518SrobertSYMBOL(llrint, std::, <cmath>)
718*12c85518SrobertSYMBOL(llround, std::, <cmath>)
719*12c85518SrobertSYMBOL(locale, std::, <locale>)
720*12c85518SrobertSYMBOL(localeconv, std::, <clocale>)
721*12c85518SrobertSYMBOL(localtime, std::, <ctime>)
722*12c85518SrobertSYMBOL(lock, std::, <mutex>)
723*12c85518SrobertSYMBOL(lock_guard, std::, <mutex>)
724*12c85518SrobertSYMBOL(log, std::, <cmath>)
725*12c85518SrobertSYMBOL(log10, std::, <cmath>)
726*12c85518SrobertSYMBOL(log1p, std::, <cmath>)
727*12c85518SrobertSYMBOL(log2, std::, <cmath>)
728*12c85518SrobertSYMBOL(log2p1, std::, <bit>)
729*12c85518SrobertSYMBOL(logb, std::, <cmath>)
730*12c85518SrobertSYMBOL(logic_error, std::, <stdexcept>)
731*12c85518SrobertSYMBOL(logical_and, std::, <functional>)
732*12c85518SrobertSYMBOL(logical_not, std::, <functional>)
733*12c85518SrobertSYMBOL(logical_or, std::, <functional>)
734*12c85518SrobertSYMBOL(lognormal_distribution, std::, <random>)
735*12c85518SrobertSYMBOL(longjmp, std::, <csetjmp>)
736*12c85518SrobertSYMBOL(lower_bound, std::, <algorithm>)
737*12c85518SrobertSYMBOL(lrint, std::, <cmath>)
738*12c85518SrobertSYMBOL(lround, std::, <cmath>)
739*12c85518SrobertSYMBOL(make_exception_ptr, std::, <exception>)
740*12c85518SrobertSYMBOL(make_from_tuple, std::, <tuple>)
741*12c85518SrobertSYMBOL(make_heap, std::, <algorithm>)
742*12c85518SrobertSYMBOL(make_move_iterator, std::, <iterator>)
743*12c85518SrobertSYMBOL(make_optional, std::, <optional>)
744*12c85518SrobertSYMBOL(make_pair, std::, <utility>)
745*12c85518SrobertSYMBOL(make_reverse_iterator, std::, <iterator>)
746*12c85518SrobertSYMBOL(make_shared, std::, <memory>)
747*12c85518SrobertSYMBOL(make_signed, std::, <type_traits>)
748*12c85518SrobertSYMBOL(make_signed_t, std::, <type_traits>)
749*12c85518SrobertSYMBOL(make_tuple, std::, <tuple>)
750*12c85518SrobertSYMBOL(make_unique, std::, <memory>)
751*12c85518SrobertSYMBOL(make_unsigned, std::, <type_traits>)
752*12c85518SrobertSYMBOL(make_unsigned_t, std::, <type_traits>)
753*12c85518SrobertSYMBOL(malloc, std::, <cstdlib>)
754*12c85518SrobertSYMBOL(map, std::, <map>)
755*12c85518SrobertSYMBOL(mask_array, std::, <valarray>)
756*12c85518SrobertSYMBOL(match_results, std::, <regex>)
757*12c85518SrobertSYMBOL(max, std::, <algorithm>)
758*12c85518SrobertSYMBOL(max_align_t, std::, <cstddef>)
759*12c85518SrobertSYMBOL(max_element, std::, <algorithm>)
760*12c85518SrobertSYMBOL(mblen, std::, <cstdlib>)
761*12c85518SrobertSYMBOL(mbrlen, std::, <cwchar>)
762*12c85518SrobertSYMBOL(mbrtoc16, std::, <cuchar>)
763*12c85518SrobertSYMBOL(mbrtoc32, std::, <cuchar>)
764*12c85518SrobertSYMBOL(mbrtowc, std::, <cwchar>)
765*12c85518SrobertSYMBOL(mbsinit, std::, <cwchar>)
766*12c85518SrobertSYMBOL(mbsrtowcs, std::, <cwchar>)
767*12c85518SrobertSYMBOL(mbstowcs, std::, <cstdlib>)
768*12c85518SrobertSYMBOL(mbtowc, std::, <cstdlib>)
769*12c85518SrobertSYMBOL(mega, std::, <ratio>)
770*12c85518SrobertSYMBOL(mem_fn, std::, <functional>)
771*12c85518SrobertSYMBOL(memchr, std::, <cstring>)
772*12c85518SrobertSYMBOL(memcmp, std::, <cstring>)
773*12c85518SrobertSYMBOL(memcpy, std::, <cstring>)
774*12c85518SrobertSYMBOL(memmove, std::, <cstring>)
775*12c85518SrobertSYMBOL(memory_order, std::, <atomic>)
776*12c85518SrobertSYMBOL(memory_order_acq_rel, std::, <atomic>)
777*12c85518SrobertSYMBOL(memory_order_acquire, std::, <atomic>)
778*12c85518SrobertSYMBOL(memory_order_consume, std::, <atomic>)
779*12c85518SrobertSYMBOL(memory_order_relaxed, std::, <atomic>)
780*12c85518SrobertSYMBOL(memory_order_release, std::, <atomic>)
781*12c85518SrobertSYMBOL(memory_order_seq_cst, std::, <atomic>)
782*12c85518SrobertSYMBOL(memset, std::, <cstring>)
783*12c85518SrobertSYMBOL(merge, std::, <algorithm>)
784*12c85518SrobertSYMBOL(mersenne_twister_engine, std::, <random>)
785*12c85518SrobertSYMBOL(messages, std::, <locale>)
786*12c85518SrobertSYMBOL(messages_base, std::, <locale>)
787*12c85518SrobertSYMBOL(messages_byname, std::, <locale>)
788*12c85518SrobertSYMBOL(micro, std::, <ratio>)
789*12c85518SrobertSYMBOL(milli, std::, <ratio>)
790*12c85518SrobertSYMBOL(min, std::, <algorithm>)
791*12c85518SrobertSYMBOL(min_element, std::, <algorithm>)
792*12c85518SrobertSYMBOL(minmax, std::, <algorithm>)
793*12c85518SrobertSYMBOL(minmax_element, std::, <algorithm>)
794*12c85518SrobertSYMBOL(minstd_rand, std::, <random>)
795*12c85518SrobertSYMBOL(minstd_rand0, std::, <random>)
796*12c85518SrobertSYMBOL(minus, std::, <functional>)
797*12c85518SrobertSYMBOL(mismatch, std::, <algorithm>)
798*12c85518SrobertSYMBOL(mktime, std::, <ctime>)
799*12c85518SrobertSYMBOL(modf, std::, <cmath>)
800*12c85518SrobertSYMBOL(modulus, std::, <functional>)
801*12c85518SrobertSYMBOL(money_base, std::, <locale>)
802*12c85518SrobertSYMBOL(money_get, std::, <locale>)
803*12c85518SrobertSYMBOL(money_put, std::, <locale>)
804*12c85518SrobertSYMBOL(moneypunct, std::, <locale>)
805*12c85518SrobertSYMBOL(moneypunct_byname, std::, <locale>)
806*12c85518SrobertSYMBOL(monostate, std::, <variant>)
807*12c85518SrobertSYMBOL(move_backward, std::, <algorithm>)
808*12c85518SrobertSYMBOL(move_if_noexcept, std::, <utility>)
809*12c85518SrobertSYMBOL(move_iterator, std::, <iterator>)
810*12c85518SrobertSYMBOL(mt19937, std::, <random>)
811*12c85518SrobertSYMBOL(mt19937_64, std::, <random>)
812*12c85518SrobertSYMBOL(multimap, std::, <map>)
813*12c85518SrobertSYMBOL(multiplies, std::, <functional>)
814*12c85518SrobertSYMBOL(multiset, std::, <set>)
815*12c85518SrobertSYMBOL(mutex, std::, <mutex>)
816*12c85518SrobertSYMBOL(nan, std::, <cmath>)
817*12c85518SrobertSYMBOL(nanf, std::, <cmath>)
818*12c85518SrobertSYMBOL(nanl, std::, <cmath>)
819*12c85518SrobertSYMBOL(nano, std::, <ratio>)
820*12c85518SrobertSYMBOL(nearbyint, std::, <cmath>)
821*12c85518SrobertSYMBOL(negate, std::, <functional>)
822*12c85518SrobertSYMBOL(negation, std::, <type_traits>)
823*12c85518SrobertSYMBOL(negation_v, std::, <type_traits>)
824*12c85518SrobertSYMBOL(negative_binomial_distribution, std::, <random>)
825*12c85518SrobertSYMBOL(nested_exception, std::, <exception>)
826*12c85518SrobertSYMBOL(new_handler, std::, <new>)
827*12c85518SrobertSYMBOL(next, std::, <iterator>)
828*12c85518SrobertSYMBOL(next_permutation, std::, <algorithm>)
829*12c85518SrobertSYMBOL(nextafter, std::, <cmath>)
830*12c85518SrobertSYMBOL(nexttoward, std::, <cmath>)
831*12c85518SrobertSYMBOL(no_emit_on_flush, std::, <ostream>)
832*12c85518SrobertSYMBOL(noboolalpha, std::, <ios>)
833*12c85518SrobertSYMBOL(none_of, std::, <algorithm>)
834*12c85518SrobertSYMBOL(norm, std::, <complex>)
835*12c85518SrobertSYMBOL(normal_distribution, std::, <random>)
836*12c85518SrobertSYMBOL(noshowbase, std::, <ios>)
837*12c85518SrobertSYMBOL(noshowpoint, std::, <ios>)
838*12c85518SrobertSYMBOL(noshowpos, std::, <ios>)
839*12c85518SrobertSYMBOL(noskipws, std::, <ios>)
840*12c85518SrobertSYMBOL(not_equal_to, std::, <functional>)
841*12c85518SrobertSYMBOL(not_fn, std::, <functional>)
842*12c85518SrobertSYMBOL(nothrow, std::, <new>)
843*12c85518SrobertSYMBOL(nothrow_t, std::, <new>)
844*12c85518SrobertSYMBOL(notify_all_at_thread_exit, std::, <condition_variable>)
845*12c85518SrobertSYMBOL(nounitbuf, std::, <ios>)
846*12c85518SrobertSYMBOL(nouppercase, std::, <ios>)
847*12c85518SrobertSYMBOL(nth_element, std::, <algorithm>)
848*12c85518SrobertSYMBOL(nullopt, std::, <optional>)
849*12c85518SrobertSYMBOL(nullopt_t, std::, <optional>)
850*12c85518SrobertSYMBOL(nullptr_t, std::, <cstddef>)
851*12c85518SrobertSYMBOL(num_get, std::, <locale>)
852*12c85518SrobertSYMBOL(num_put, std::, <locale>)
853*12c85518SrobertSYMBOL(numeric_limits, std::, <limits>)
854*12c85518SrobertSYMBOL(numpunct, std::, <locale>)
855*12c85518SrobertSYMBOL(numpunct_byname, std::, <locale>)
856*12c85518SrobertSYMBOL(oct, std::, <ios>)
857*12c85518SrobertSYMBOL(ofstream, std::, <fstream>)
858*12c85518SrobertSYMBOL(once_flag, std::, <mutex>)
859*12c85518SrobertSYMBOL(optional, std::, <optional>)
860*12c85518SrobertSYMBOL(ostream, std::, <ostream>)
861*12c85518SrobertSYMBOL(ostream_iterator, std::, <iterator>)
862*12c85518SrobertSYMBOL(ostreambuf_iterator, std::, <iterator>)
863*12c85518SrobertSYMBOL(ostringstream, std::, <sstream>)
864*12c85518SrobertSYMBOL(osyncstream, std::, <syncstream>)
865*12c85518SrobertSYMBOL(out_of_range, std::, <stdexcept>)
866*12c85518SrobertSYMBOL(output_iterator_tag, std::, <iterator>)
867*12c85518SrobertSYMBOL(overflow_error, std::, <stdexcept>)
868*12c85518SrobertSYMBOL(owner_less, std::, <memory>)
869*12c85518SrobertSYMBOL(packaged_task, std::, <future>)
870*12c85518SrobertSYMBOL(pair, std::, <utility>)
871*12c85518SrobertSYMBOL(partial_order, std::, <compare>)
872*12c85518SrobertSYMBOL(partial_ordering, std::, <compare>)
873*12c85518SrobertSYMBOL(partial_sort, std::, <algorithm>)
874*12c85518SrobertSYMBOL(partial_sort_copy, std::, <algorithm>)
875*12c85518SrobertSYMBOL(partial_sum, std::, <numeric>)
876*12c85518SrobertSYMBOL(partition, std::, <algorithm>)
877*12c85518SrobertSYMBOL(partition_copy, std::, <algorithm>)
878*12c85518SrobertSYMBOL(partition_point, std::, <algorithm>)
879*12c85518SrobertSYMBOL(perror, std::, <cstdio>)
880*12c85518SrobertSYMBOL(peta, std::, <ratio>)
881*12c85518SrobertSYMBOL(pico, std::, <ratio>)
882*12c85518SrobertSYMBOL(piecewise_constant_distribution, std::, <random>)
883*12c85518SrobertSYMBOL(piecewise_construct_t, std::, <utility>)
884*12c85518SrobertSYMBOL(piecewise_linear_distribution, std::, <random>)
885*12c85518SrobertSYMBOL(plus, std::, <functional>)
886*12c85518SrobertSYMBOL(pointer_safety, std::, <memory>)
887*12c85518SrobertSYMBOL(pointer_traits, std::, <memory>)
888*12c85518SrobertSYMBOL(poisson_distribution, std::, <random>)
889*12c85518SrobertSYMBOL(polar, std::, <complex>)
890*12c85518SrobertSYMBOL(polymorphic_allocator, std::, <memory_resource>)
891*12c85518SrobertSYMBOL(pop_heap, std::, <algorithm>)
892*12c85518SrobertSYMBOL(pow, std::, <cmath>)
893*12c85518SrobertSYMBOL(prev, std::, <iterator>)
894*12c85518SrobertSYMBOL(prev_permutation, std::, <algorithm>)
895*12c85518SrobertSYMBOL(printf, std::, <cstdio>)
896*12c85518SrobertSYMBOL(priority_queue, std::, <queue>)
897*12c85518SrobertSYMBOL(proj, std::, <complex>)
898*12c85518SrobertSYMBOL(promise, std::, <future>)
899*12c85518SrobertSYMBOL(ptrdiff_t, std::, <cstddef>)
900*12c85518SrobertSYMBOL(push_heap, std::, <algorithm>)
901*12c85518SrobertSYMBOL(put_money, std::, <iomanip>)
902*12c85518SrobertSYMBOL(put_time, std::, <iomanip>)
903*12c85518SrobertSYMBOL(putc, std::, <cstdio>)
904*12c85518SrobertSYMBOL(putchar, std::, <cstdio>)
905*12c85518SrobertSYMBOL(puts, std::, <cstdio>)
906*12c85518SrobertSYMBOL(putwc, std::, <cwchar>)
907*12c85518SrobertSYMBOL(putwchar, std::, <cwchar>)
908*12c85518SrobertSYMBOL(qsort, std::, <cstdlib>)
909*12c85518SrobertSYMBOL(queue, std::, <queue>)
910*12c85518SrobertSYMBOL(quick_exit, std::, <cstdlib>)
911*12c85518SrobertSYMBOL(quoted, std::, <iomanip>)
912*12c85518SrobertSYMBOL(raise, std::, <csignal>)
913*12c85518SrobertSYMBOL(rand, std::, <cstdlib>)
914*12c85518SrobertSYMBOL(random_access_iterator_tag, std::, <iterator>)
915*12c85518SrobertSYMBOL(random_device, std::, <random>)
916*12c85518SrobertSYMBOL(random_shuffle, std::, <algorithm>)
917*12c85518SrobertSYMBOL(range_error, std::, <stdexcept>)
918*12c85518SrobertSYMBOL(rank, std::, <type_traits>)
919*12c85518SrobertSYMBOL(rank_v, std::, <type_traits>)
920*12c85518SrobertSYMBOL(ranlux24, std::, <random>)
921*12c85518SrobertSYMBOL(ranlux24_base, std::, <random>)
922*12c85518SrobertSYMBOL(ranlux48, std::, <random>)
923*12c85518SrobertSYMBOL(ranlux48_base, std::, <random>)
924*12c85518SrobertSYMBOL(ratio, std::, <ratio>)
925*12c85518SrobertSYMBOL(ratio_add, std::, <ratio>)
926*12c85518SrobertSYMBOL(ratio_divide, std::, <ratio>)
927*12c85518SrobertSYMBOL(ratio_equal, std::, <ratio>)
928*12c85518SrobertSYMBOL(ratio_equal_v, std::, <ratio>)
929*12c85518SrobertSYMBOL(ratio_greater, std::, <ratio>)
930*12c85518SrobertSYMBOL(ratio_greater_equal, std::, <ratio>)
931*12c85518SrobertSYMBOL(ratio_greater_equal_v, std::, <ratio>)
932*12c85518SrobertSYMBOL(ratio_greater_v, std::, <ratio>)
933*12c85518SrobertSYMBOL(ratio_less, std::, <ratio>)
934*12c85518SrobertSYMBOL(ratio_less_equal, std::, <ratio>)
935*12c85518SrobertSYMBOL(ratio_less_equal_v, std::, <ratio>)
936*12c85518SrobertSYMBOL(ratio_less_v, std::, <ratio>)
937*12c85518SrobertSYMBOL(ratio_multiply, std::, <ratio>)
938*12c85518SrobertSYMBOL(ratio_not_equal, std::, <ratio>)
939*12c85518SrobertSYMBOL(ratio_not_equal_v, std::, <ratio>)
940*12c85518SrobertSYMBOL(ratio_subtract, std::, <ratio>)
941*12c85518SrobertSYMBOL(rbegin, std::, <iterator>)
942*12c85518SrobertSYMBOL(real, std::, <complex>)
943*12c85518SrobertSYMBOL(realloc, std::, <cstdlib>)
944*12c85518SrobertSYMBOL(recursive_mutex, std::, <mutex>)
945*12c85518SrobertSYMBOL(recursive_timed_mutex, std::, <mutex>)
946*12c85518SrobertSYMBOL(reduce, std::, <numeric>)
947*12c85518SrobertSYMBOL(ref, std::, <functional>)
948*12c85518SrobertSYMBOL(reference_wrapper, std::, <functional>)
949*12c85518SrobertSYMBOL(regex, std::, <regex>)
950*12c85518SrobertSYMBOL(regex_error, std::, <regex>)
951*12c85518SrobertSYMBOL(regex_iterator, std::, <regex>)
952*12c85518SrobertSYMBOL(regex_match, std::, <regex>)
953*12c85518SrobertSYMBOL(regex_replace, std::, <regex>)
954*12c85518SrobertSYMBOL(regex_search, std::, <regex>)
955*12c85518SrobertSYMBOL(regex_token_iterator, std::, <regex>)
956*12c85518SrobertSYMBOL(regex_traits, std::, <regex>)
957*12c85518SrobertSYMBOL(reinterpret_pointer_cast, std::, <memory>)
958*12c85518SrobertSYMBOL(remainder, std::, <cmath>)
959*12c85518SrobertSYMBOL(remove_all_extents, std::, <type_traits>)
960*12c85518SrobertSYMBOL(remove_all_extents_t, std::, <type_traits>)
961*12c85518SrobertSYMBOL(remove_const, std::, <type_traits>)
962*12c85518SrobertSYMBOL(remove_const_t, std::, <type_traits>)
963*12c85518SrobertSYMBOL(remove_copy, std::, <algorithm>)
964*12c85518SrobertSYMBOL(remove_copy_if, std::, <algorithm>)
965*12c85518SrobertSYMBOL(remove_cv, std::, <type_traits>)
966*12c85518SrobertSYMBOL(remove_cv_t, std::, <type_traits>)
967*12c85518SrobertSYMBOL(remove_cvref, std::, <type_traits>)
968*12c85518SrobertSYMBOL(remove_cvref_t, std::, <type_traits>)
969*12c85518SrobertSYMBOL(remove_extent, std::, <type_traits>)
970*12c85518SrobertSYMBOL(remove_extent_t, std::, <type_traits>)
971*12c85518SrobertSYMBOL(remove_pointer, std::, <type_traits>)
972*12c85518SrobertSYMBOL(remove_pointer_t, std::, <type_traits>)
973*12c85518SrobertSYMBOL(remove_reference, std::, <type_traits>)
974*12c85518SrobertSYMBOL(remove_reference_t, std::, <type_traits>)
975*12c85518SrobertSYMBOL(remove_volatile, std::, <type_traits>)
976*12c85518SrobertSYMBOL(remove_volatile_t, std::, <type_traits>)
977*12c85518SrobertSYMBOL(remquo, std::, <cmath>)
978*12c85518SrobertSYMBOL(rename, std::, <cstdio>)
979*12c85518SrobertSYMBOL(rend, std::, <iterator>)
980*12c85518SrobertSYMBOL(replace, std::, <algorithm>)
981*12c85518SrobertSYMBOL(replace_copy, std::, <algorithm>)
982*12c85518SrobertSYMBOL(replace_copy_if, std::, <algorithm>)
983*12c85518SrobertSYMBOL(replace_if, std::, <algorithm>)
984*12c85518SrobertSYMBOL(resetiosflags, std::, <iomanip>)
985*12c85518SrobertSYMBOL(result_of, std::, <type_traits>)
986*12c85518SrobertSYMBOL(result_of_t, std::, <type_traits>)
987*12c85518SrobertSYMBOL(rethrow_exception, std::, <exception>)
988*12c85518SrobertSYMBOL(rethrow_if_nested, std::, <exception>)
989*12c85518SrobertSYMBOL(reverse, std::, <algorithm>)
990*12c85518SrobertSYMBOL(reverse_copy, std::, <algorithm>)
991*12c85518SrobertSYMBOL(reverse_iterator, std::, <iterator>)
992*12c85518SrobertSYMBOL(rewind, std::, <cstdio>)
993*12c85518SrobertSYMBOL(right, std::, <ios>)
994*12c85518SrobertSYMBOL(rint, std::, <cmath>)
995*12c85518SrobertSYMBOL(rotate, std::, <algorithm>)
996*12c85518SrobertSYMBOL(rotate_copy, std::, <algorithm>)
997*12c85518SrobertSYMBOL(round, std::, <cmath>)
998*12c85518SrobertSYMBOL(round_indeterminate, std::, <limits>)
999*12c85518SrobertSYMBOL(round_to_nearest, std::, <limits>)
1000*12c85518SrobertSYMBOL(round_toward_infinity, std::, <limits>)
1001*12c85518SrobertSYMBOL(round_toward_neg_infinity, std::, <limits>)
1002*12c85518SrobertSYMBOL(round_toward_zero, std::, <limits>)
1003*12c85518SrobertSYMBOL(runtime_error, std::, <stdexcept>)
1004*12c85518SrobertSYMBOL(sample, std::, <algorithm>)
1005*12c85518SrobertSYMBOL(scalbln, std::, <cmath>)
1006*12c85518SrobertSYMBOL(scalbn, std::, <cmath>)
1007*12c85518SrobertSYMBOL(scanf, std::, <cstdio>)
1008*12c85518SrobertSYMBOL(scientific, std::, <ios>)
1009*12c85518SrobertSYMBOL(scoped_allocator_adaptor, std::, <scoped_allocator>)
1010*12c85518SrobertSYMBOL(search, std::, <algorithm>)
1011*12c85518SrobertSYMBOL(search_n, std::, <algorithm>)
1012*12c85518SrobertSYMBOL(seed_seq, std::, <random>)
1013*12c85518SrobertSYMBOL(set, std::, <set>)
1014*12c85518SrobertSYMBOL(set_difference, std::, <algorithm>)
1015*12c85518SrobertSYMBOL(set_intersection, std::, <algorithm>)
1016*12c85518SrobertSYMBOL(set_new_handler, std::, <new>)
1017*12c85518SrobertSYMBOL(set_symmetric_difference, std::, <algorithm>)
1018*12c85518SrobertSYMBOL(set_terminate, std::, <exception>)
1019*12c85518SrobertSYMBOL(set_union, std::, <algorithm>)
1020*12c85518SrobertSYMBOL(setbase, std::, <iomanip>)
1021*12c85518SrobertSYMBOL(setbuf, std::, <cstdio>)
1022*12c85518SrobertSYMBOL(setfill, std::, <iomanip>)
1023*12c85518SrobertSYMBOL(setiosflags, std::, <iomanip>)
1024*12c85518SrobertSYMBOL(setlocale, std::, <clocale>)
1025*12c85518SrobertSYMBOL(setprecision, std::, <iomanip>)
1026*12c85518SrobertSYMBOL(setvbuf, std::, <cstdio>)
1027*12c85518SrobertSYMBOL(setw, std::, <iomanip>)
1028*12c85518SrobertSYMBOL(shared_future, std::, <future>)
1029*12c85518SrobertSYMBOL(shared_lock, std::, <shared_mutex>)
1030*12c85518SrobertSYMBOL(shared_mutex, std::, <shared_mutex>)
1031*12c85518SrobertSYMBOL(shared_ptr, std::, <memory>)
1032*12c85518SrobertSYMBOL(shared_timed_mutex, std::, <shared_mutex>)
1033*12c85518SrobertSYMBOL(shift_left, std::, <algorithm>)
1034*12c85518SrobertSYMBOL(shift_right, std::, <algorithm>)
1035*12c85518SrobertSYMBOL(showbase, std::, <ios>)
1036*12c85518SrobertSYMBOL(showpoint, std::, <ios>)
1037*12c85518SrobertSYMBOL(showpos, std::, <ios>)
1038*12c85518SrobertSYMBOL(shuffle, std::, <algorithm>)
1039*12c85518SrobertSYMBOL(shuffle_order_engine, std::, <random>)
1040*12c85518SrobertSYMBOL(sig_atomic_t, std::, <csignal>)
1041*12c85518SrobertSYMBOL(signal, std::, <csignal>)
1042*12c85518SrobertSYMBOL(signbit, std::, <cmath>)
1043*12c85518SrobertSYMBOL(sin, std::, <cmath>)
1044*12c85518SrobertSYMBOL(sinh, std::, <cmath>)
1045*12c85518SrobertSYMBOL(size, std::, <iterator>)
1046*12c85518SrobertSYMBOL(skipws, std::, <ios>)
1047*12c85518SrobertSYMBOL(slice, std::, <valarray>)
1048*12c85518SrobertSYMBOL(slice_array, std::, <valarray>)
1049*12c85518SrobertSYMBOL(smatch, std::, <regex>)
1050*12c85518SrobertSYMBOL(snprintf, std::, <cstdio>)
1051*12c85518SrobertSYMBOL(sort, std::, <algorithm>)
1052*12c85518SrobertSYMBOL(sort_heap, std::, <algorithm>)
1053*12c85518SrobertSYMBOL(span, std::, <span>)
1054*12c85518SrobertSYMBOL(sprintf, std::, <cstdio>)
1055*12c85518SrobertSYMBOL(sqrt, std::, <cmath>)
1056*12c85518SrobertSYMBOL(srand, std::, <cstdlib>)
1057*12c85518SrobertSYMBOL(sregex_iterator, std::, <regex>)
1058*12c85518SrobertSYMBOL(sregex_token_iterator, std::, <regex>)
1059*12c85518SrobertSYMBOL(sscanf, std::, <cstdio>)
1060*12c85518SrobertSYMBOL(ssub_match, std::, <regex>)
1061*12c85518SrobertSYMBOL(stable_partition, std::, <algorithm>)
1062*12c85518SrobertSYMBOL(stable_sort, std::, <algorithm>)
1063*12c85518SrobertSYMBOL(stack, std::, <stack>)
1064*12c85518SrobertSYMBOL(static_pointer_cast, std::, <memory>)
1065*12c85518SrobertSYMBOL(strcat, std::, <cstring>)
1066*12c85518SrobertSYMBOL(strchr, std::, <cstring>)
1067*12c85518SrobertSYMBOL(strcmp, std::, <cstring>)
1068*12c85518SrobertSYMBOL(strcoll, std::, <cstring>)
1069*12c85518SrobertSYMBOL(strcpy, std::, <cstring>)
1070*12c85518SrobertSYMBOL(strcspn, std::, <cstring>)
1071*12c85518SrobertSYMBOL(streambuf, std::, <streambuf>)
1072*12c85518SrobertSYMBOL(streamoff, std::, <ios>)
1073*12c85518SrobertSYMBOL(streampos, std::, <ios>)
1074*12c85518SrobertSYMBOL(streamsize, std::, <ios>)
1075*12c85518SrobertSYMBOL(strerror, std::, <cstring>)
1076*12c85518SrobertSYMBOL(strftime, std::, <ctime>)
1077*12c85518SrobertSYMBOL(string, std::, <string>)
1078*12c85518SrobertSYMBOL(string_view, std::, <string_view>)
1079*12c85518SrobertSYMBOL(stringbuf, std::, <sstream>)
1080*12c85518SrobertSYMBOL(stringstream, std::, <sstream>)
1081*12c85518SrobertSYMBOL(strlen, std::, <cstring>)
1082*12c85518SrobertSYMBOL(strncat, std::, <cstring>)
1083*12c85518SrobertSYMBOL(strncmp, std::, <cstring>)
1084*12c85518SrobertSYMBOL(strncpy, std::, <cstring>)
1085*12c85518SrobertSYMBOL(strong_equal, std::, <compare>)
1086*12c85518SrobertSYMBOL(strong_equality, std::, <compare>)
1087*12c85518SrobertSYMBOL(strong_order, std::, <compare>)
1088*12c85518SrobertSYMBOL(strong_ordering, std::, <compare>)
1089*12c85518SrobertSYMBOL(strpbrk, std::, <cstring>)
1090*12c85518SrobertSYMBOL(strrchr, std::, <cstring>)
1091*12c85518SrobertSYMBOL(strspn, std::, <cstring>)
1092*12c85518SrobertSYMBOL(strstr, std::, <cstring>)
1093*12c85518SrobertSYMBOL(strtod, std::, <cstdlib>)
1094*12c85518SrobertSYMBOL(strtof, std::, <cstdlib>)
1095*12c85518SrobertSYMBOL(strtoimax, std::, <cinttypes>)
1096*12c85518SrobertSYMBOL(strtok, std::, <cstring>)
1097*12c85518SrobertSYMBOL(strtol, std::, <cstdlib>)
1098*12c85518SrobertSYMBOL(strtold, std::, <cstdlib>)
1099*12c85518SrobertSYMBOL(strtoll, std::, <cstdlib>)
1100*12c85518SrobertSYMBOL(strtoul, std::, <cstdlib>)
1101*12c85518SrobertSYMBOL(strtoull, std::, <cstdlib>)
1102*12c85518SrobertSYMBOL(strtoumax, std::, <cinttypes>)
1103*12c85518SrobertSYMBOL(strxfrm, std::, <cstring>)
1104*12c85518SrobertSYMBOL(student_t_distribution, std::, <random>)
1105*12c85518SrobertSYMBOL(sub_match, std::, <regex>)
1106*12c85518SrobertSYMBOL(subtract_with_carry_engine, std::, <random>)
1107*12c85518SrobertSYMBOL(swap_ranges, std::, <algorithm>)
1108*12c85518SrobertSYMBOL(swprintf, std::, <cwchar>)
1109*12c85518SrobertSYMBOL(swscanf, std::, <cwchar>)
1110*12c85518SrobertSYMBOL(syncbuf, std::, <syncstream>)
1111*12c85518SrobertSYMBOL(system, std::, <cstdlib>)
1112*12c85518SrobertSYMBOL(system_category, std::, <system_error>)
1113*12c85518SrobertSYMBOL(system_error, std::, <system_error>)
1114*12c85518SrobertSYMBOL(tan, std::, <cmath>)
1115*12c85518SrobertSYMBOL(tanh, std::, <cmath>)
1116*12c85518SrobertSYMBOL(tera, std::, <ratio>)
1117*12c85518SrobertSYMBOL(terminate, std::, <exception>)
1118*12c85518SrobertSYMBOL(terminate_handler, std::, <exception>)
1119*12c85518SrobertSYMBOL(tgamma, std::, <cmath>)
1120*12c85518SrobertSYMBOL(thread, std::, <thread>)
1121*12c85518SrobertSYMBOL(throw_with_nested, std::, <exception>)
1122*12c85518SrobertSYMBOL(tie, std::, <tuple>)
1123*12c85518SrobertSYMBOL(time, std::, <ctime>)
1124*12c85518SrobertSYMBOL(time_base, std::, <locale>)
1125*12c85518SrobertSYMBOL(time_get, std::, <locale>)
1126*12c85518SrobertSYMBOL(time_get_byname, std::, <locale>)
1127*12c85518SrobertSYMBOL(time_put, std::, <locale>)
1128*12c85518SrobertSYMBOL(time_put_byname, std::, <locale>)
1129*12c85518SrobertSYMBOL(time_t, std::, <ctime>)
1130*12c85518SrobertSYMBOL(timed_mutex, std::, <mutex>)
1131*12c85518SrobertSYMBOL(timespec, std::, <ctime>)
1132*12c85518SrobertSYMBOL(timespec_get, std::, <ctime>)
1133*12c85518SrobertSYMBOL(tm, std::, <ctime>)
1134*12c85518SrobertSYMBOL(tmpfile, std::, <cstdio>)
1135*12c85518SrobertSYMBOL(tmpnam, std::, <cstdio>)
1136*12c85518SrobertSYMBOL(to_address, std::, <memory>)
1137*12c85518SrobertSYMBOL(to_chars, std::, <charconv>)
1138*12c85518SrobertSYMBOL(to_integer, std::, <cstddef>)
1139*12c85518SrobertSYMBOL(to_string, std::, <string>)
1140*12c85518SrobertSYMBOL(tolower, std::, <cctype>)
1141*12c85518SrobertSYMBOL(toupper, std::, <cctype>)
1142*12c85518SrobertSYMBOL(towctrans, std::, <cwctype>)
1143*12c85518SrobertSYMBOL(towlower, std::, <cwctype>)
1144*12c85518SrobertSYMBOL(towupper, std::, <cwctype>)
1145*12c85518SrobertSYMBOL(transform, std::, <algorithm>)
1146*12c85518SrobertSYMBOL(transform_exclusive_scan, std::, <numeric>)
1147*12c85518SrobertSYMBOL(transform_inclusive_scan, std::, <numeric>)
1148*12c85518SrobertSYMBOL(transform_reduce, std::, <numeric>)
1149*12c85518SrobertSYMBOL(true_type, std::, <type_traits>)
1150*12c85518SrobertSYMBOL(trunc, std::, <cmath>)
1151*12c85518SrobertSYMBOL(try_lock, std::, <mutex>)
1152*12c85518SrobertSYMBOL(try_to_lock, std::, <mutex>)
1153*12c85518SrobertSYMBOL(try_to_lock_t, std::, <mutex>)
1154*12c85518SrobertSYMBOL(tuple, std::, <tuple>)
1155*12c85518SrobertSYMBOL(tuple_cat, std::, <tuple>)
1156*12c85518SrobertSYMBOL(type_identity, std::, <type_traits>)
1157*12c85518SrobertSYMBOL(type_identity_t, std::, <type_traits>)
1158*12c85518SrobertSYMBOL(type_index, std::, <typeindex>)
1159*12c85518SrobertSYMBOL(type_info, std::, <typeinfo>)
1160*12c85518SrobertSYMBOL(u16streampos, std::, <ios>)
1161*12c85518SrobertSYMBOL(u16string, std::, <string>)
1162*12c85518SrobertSYMBOL(u16string_view, std::, <string_view>)
1163*12c85518SrobertSYMBOL(u32streampos, std::, <ios>)
1164*12c85518SrobertSYMBOL(u32string, std::, <string>)
1165*12c85518SrobertSYMBOL(u32string_view, std::, <string_view>)
1166*12c85518SrobertSYMBOL(uint16_t, std::, <cstdint>)
1167*12c85518SrobertSYMBOL(uint32_t, std::, <cstdint>)
1168*12c85518SrobertSYMBOL(uint64_t, std::, <cstdint>)
1169*12c85518SrobertSYMBOL(uint8_t, std::, <cstdint>)
1170*12c85518SrobertSYMBOL(uint_fast16_t, std::, <cstdint>)
1171*12c85518SrobertSYMBOL(uint_fast32_t, std::, <cstdint>)
1172*12c85518SrobertSYMBOL(uint_fast64_t, std::, <cstdint>)
1173*12c85518SrobertSYMBOL(uint_fast8_t, std::, <cstdint>)
1174*12c85518SrobertSYMBOL(uint_least16_t, std::, <cstdint>)
1175*12c85518SrobertSYMBOL(uint_least32_t, std::, <cstdint>)
1176*12c85518SrobertSYMBOL(uint_least64_t, std::, <cstdint>)
1177*12c85518SrobertSYMBOL(uint_least8_t, std::, <cstdint>)
1178*12c85518SrobertSYMBOL(uintmax_t, std::, <cstdint>)
1179*12c85518SrobertSYMBOL(uintptr_t, std::, <cstdint>)
1180*12c85518SrobertSYMBOL(uncaught_exceptions, std::, <exception>)
1181*12c85518SrobertSYMBOL(undeclare_no_pointers, std::, <memory>)
1182*12c85518SrobertSYMBOL(undeclare_reachable, std::, <memory>)
1183*12c85518SrobertSYMBOL(underflow_error, std::, <stdexcept>)
1184*12c85518SrobertSYMBOL(underlying_type, std::, <type_traits>)
1185*12c85518SrobertSYMBOL(underlying_type_t, std::, <type_traits>)
1186*12c85518SrobertSYMBOL(ungetc, std::, <cstdio>)
1187*12c85518SrobertSYMBOL(ungetwc, std::, <cwchar>)
1188*12c85518SrobertSYMBOL(uniform_int_distribution, std::, <random>)
1189*12c85518SrobertSYMBOL(uniform_real_distribution, std::, <random>)
1190*12c85518SrobertSYMBOL(uninitialized_copy, std::, <memory>)
1191*12c85518SrobertSYMBOL(uninitialized_copy_n, std::, <memory>)
1192*12c85518SrobertSYMBOL(uninitialized_default_construct, std::, <memory>)
1193*12c85518SrobertSYMBOL(uninitialized_default_construct_n, std::, <memory>)
1194*12c85518SrobertSYMBOL(uninitialized_fill, std::, <memory>)
1195*12c85518SrobertSYMBOL(uninitialized_fill_n, std::, <memory>)
1196*12c85518SrobertSYMBOL(uninitialized_move, std::, <memory>)
1197*12c85518SrobertSYMBOL(uninitialized_move_n, std::, <memory>)
1198*12c85518SrobertSYMBOL(uninitialized_value_construct, std::, <memory>)
1199*12c85518SrobertSYMBOL(uninitialized_value_construct_n, std::, <memory>)
1200*12c85518SrobertSYMBOL(unique, std::, <algorithm>)
1201*12c85518SrobertSYMBOL(unique_copy, std::, <algorithm>)
1202*12c85518SrobertSYMBOL(unique_lock, std::, <mutex>)
1203*12c85518SrobertSYMBOL(unique_ptr, std::, <memory>)
1204*12c85518SrobertSYMBOL(unitbuf, std::, <ios>)
1205*12c85518SrobertSYMBOL(unordered_map, std::, <unordered_map>)
1206*12c85518SrobertSYMBOL(unordered_multimap, std::, <unordered_map>)
1207*12c85518SrobertSYMBOL(unordered_multiset, std::, <unordered_set>)
1208*12c85518SrobertSYMBOL(unordered_set, std::, <unordered_set>)
1209*12c85518SrobertSYMBOL(upper_bound, std::, <algorithm>)
1210*12c85518SrobertSYMBOL(uppercase, std::, <ios>)
1211*12c85518SrobertSYMBOL(use_facet, std::, <locale>)
1212*12c85518SrobertSYMBOL(uses_allocator, std::, <memory>)
1213*12c85518SrobertSYMBOL(uses_allocator_v, std::, <memory>)
1214*12c85518SrobertSYMBOL(va_list, std::, <cstdarg>)
1215*12c85518SrobertSYMBOL(valarray, std::, <valarray>)
1216*12c85518SrobertSYMBOL(variant, std::, <variant>)
1217*12c85518SrobertSYMBOL(variant_alternative, std::, <variant>)
1218*12c85518SrobertSYMBOL(variant_alternative_t, std::, <variant>)
1219*12c85518SrobertSYMBOL(variant_npos, std::, <variant>)
1220*12c85518SrobertSYMBOL(variant_size, std::, <variant>)
1221*12c85518SrobertSYMBOL(variant_size_v, std::, <variant>)
1222*12c85518SrobertSYMBOL(vector, std::, <vector>)
1223*12c85518SrobertSYMBOL(vfprintf, std::, <cstdio>)
1224*12c85518SrobertSYMBOL(vfscanf, std::, <cstdio>)
1225*12c85518SrobertSYMBOL(vfwprintf, std::, <cwchar>)
1226*12c85518SrobertSYMBOL(vfwscanf, std::, <cwchar>)
1227*12c85518SrobertSYMBOL(visit, std::, <variant>)
1228*12c85518SrobertSYMBOL(void_t, std::, <type_traits>)
1229*12c85518SrobertSYMBOL(vprintf, std::, <cstdio>)
1230*12c85518SrobertSYMBOL(vscanf, std::, <cstdio>)
1231*12c85518SrobertSYMBOL(vsnprintf, std::, <cstdio>)
1232*12c85518SrobertSYMBOL(vsprintf, std::, <cstdio>)
1233*12c85518SrobertSYMBOL(vsscanf, std::, <cstdio>)
1234*12c85518SrobertSYMBOL(vswprintf, std::, <cwchar>)
1235*12c85518SrobertSYMBOL(vswscanf, std::, <cwchar>)
1236*12c85518SrobertSYMBOL(vwprintf, std::, <cwchar>)
1237*12c85518SrobertSYMBOL(vwscanf, std::, <cwchar>)
1238*12c85518SrobertSYMBOL(wbuffer_convert, std::, <locale>)
1239*12c85518SrobertSYMBOL(wcerr, std::, <iostream>)
1240*12c85518SrobertSYMBOL(wcin, std::, <iostream>)
1241*12c85518SrobertSYMBOL(wclog, std::, <iostream>)
1242*12c85518SrobertSYMBOL(wcmatch, std::, <regex>)
1243*12c85518SrobertSYMBOL(wcout, std::, <iostream>)
1244*12c85518SrobertSYMBOL(wcregex_iterator, std::, <regex>)
1245*12c85518SrobertSYMBOL(wcregex_token_iterator, std::, <regex>)
1246*12c85518SrobertSYMBOL(wcrtomb, std::, <cwchar>)
1247*12c85518SrobertSYMBOL(wcscat, std::, <cwchar>)
1248*12c85518SrobertSYMBOL(wcschr, std::, <cwchar>)
1249*12c85518SrobertSYMBOL(wcscmp, std::, <cwchar>)
1250*12c85518SrobertSYMBOL(wcscoll, std::, <cwchar>)
1251*12c85518SrobertSYMBOL(wcscpy, std::, <cwchar>)
1252*12c85518SrobertSYMBOL(wcscspn, std::, <cwchar>)
1253*12c85518SrobertSYMBOL(wcsftime, std::, <cwchar>)
1254*12c85518SrobertSYMBOL(wcslen, std::, <cwchar>)
1255*12c85518SrobertSYMBOL(wcsncat, std::, <cwchar>)
1256*12c85518SrobertSYMBOL(wcsncmp, std::, <cwchar>)
1257*12c85518SrobertSYMBOL(wcsncpy, std::, <cwchar>)
1258*12c85518SrobertSYMBOL(wcspbrk, std::, <cwchar>)
1259*12c85518SrobertSYMBOL(wcsrchr, std::, <cwchar>)
1260*12c85518SrobertSYMBOL(wcsrtombs, std::, <cwchar>)
1261*12c85518SrobertSYMBOL(wcsspn, std::, <cwchar>)
1262*12c85518SrobertSYMBOL(wcsstr, std::, <cwchar>)
1263*12c85518SrobertSYMBOL(wcstod, std::, <cwchar>)
1264*12c85518SrobertSYMBOL(wcstof, std::, <cwchar>)
1265*12c85518SrobertSYMBOL(wcstoimax, std::, <cinttypes>)
1266*12c85518SrobertSYMBOL(wcstok, std::, <cwchar>)
1267*12c85518SrobertSYMBOL(wcstol, std::, <cwchar>)
1268*12c85518SrobertSYMBOL(wcstold, std::, <cwchar>)
1269*12c85518SrobertSYMBOL(wcstoll, std::, <cwchar>)
1270*12c85518SrobertSYMBOL(wcstombs, std::, <cstdlib>)
1271*12c85518SrobertSYMBOL(wcstoul, std::, <cwchar>)
1272*12c85518SrobertSYMBOL(wcstoull, std::, <cwchar>)
1273*12c85518SrobertSYMBOL(wcstoumax, std::, <cinttypes>)
1274*12c85518SrobertSYMBOL(wcsub_match, std::, <regex>)
1275*12c85518SrobertSYMBOL(wcsxfrm, std::, <cwchar>)
1276*12c85518SrobertSYMBOL(wctob, std::, <cwchar>)
1277*12c85518SrobertSYMBOL(wctomb, std::, <cstdlib>)
1278*12c85518SrobertSYMBOL(wctrans, std::, <cwctype>)
1279*12c85518SrobertSYMBOL(wctrans_t, std::, <cwctype>)
1280*12c85518SrobertSYMBOL(wctype, std::, <cwctype>)
1281*12c85518SrobertSYMBOL(wctype_t, std::, <cwctype>)
1282*12c85518SrobertSYMBOL(weak_equal, std::, <compare>)
1283*12c85518SrobertSYMBOL(weak_equality, std::, <compare>)
1284*12c85518SrobertSYMBOL(weak_order, std::, <compare>)
1285*12c85518SrobertSYMBOL(weak_ordering, std::, <compare>)
1286*12c85518SrobertSYMBOL(weak_ptr, std::, <memory>)
1287*12c85518SrobertSYMBOL(weibull_distribution, std::, <random>)
1288*12c85518SrobertSYMBOL(wfilebuf, std::, <streambuf>)
1289*12c85518SrobertSYMBOL(wfstream, std::, <fstream>)
1290*12c85518SrobertSYMBOL(wifstream, std::, <fstream>)
1291*12c85518SrobertSYMBOL(wios, std::, <ios>)
1292*12c85518SrobertSYMBOL(wiostream, std::, <istream>)
1293*12c85518SrobertSYMBOL(wistream, std::, <istream>)
1294*12c85518SrobertSYMBOL(wistringstream, std::, <sstream>)
1295*12c85518SrobertSYMBOL(wmemchr, std::, <cwchar>)
1296*12c85518SrobertSYMBOL(wmemcmp, std::, <cwchar>)
1297*12c85518SrobertSYMBOL(wmemcpy, std::, <cwchar>)
1298*12c85518SrobertSYMBOL(wmemmove, std::, <cwchar>)
1299*12c85518SrobertSYMBOL(wmemset, std::, <cwchar>)
1300*12c85518SrobertSYMBOL(wofstream, std::, <fstream>)
1301*12c85518SrobertSYMBOL(wostream, std::, <ostream>)
1302*12c85518SrobertSYMBOL(wostringstream, std::, <sstream>)
1303*12c85518SrobertSYMBOL(wosyncstream, std::, <syncstream>)
1304*12c85518SrobertSYMBOL(wprintf, std::, <cwchar>)
1305*12c85518SrobertSYMBOL(wregex, std::, <regex>)
1306*12c85518SrobertSYMBOL(ws, std::, <istream>)
1307*12c85518SrobertSYMBOL(wscanf, std::, <cwchar>)
1308*12c85518SrobertSYMBOL(wsmatch, std::, <regex>)
1309*12c85518SrobertSYMBOL(wsregex_iterator, std::, <regex>)
1310*12c85518SrobertSYMBOL(wsregex_token_iterator, std::, <regex>)
1311*12c85518SrobertSYMBOL(wssub_match, std::, <regex>)
1312*12c85518SrobertSYMBOL(wstreambuf, std::, <streambuf>)
1313*12c85518SrobertSYMBOL(wstreampos, std::, <ios>)
1314*12c85518SrobertSYMBOL(wstring, std::, <string>)
1315*12c85518SrobertSYMBOL(wstring_convert, std::, <locale>)
1316*12c85518SrobertSYMBOL(wstring_view, std::, <string_view>)
1317*12c85518SrobertSYMBOL(wstringbuf, std::, <sstream>)
1318*12c85518SrobertSYMBOL(wstringstream, std::, <sstream>)
1319*12c85518SrobertSYMBOL(wsyncbuf, std::, <syncstream>)
1320*12c85518SrobertSYMBOL(yocto, std::, <ratio>)
1321*12c85518SrobertSYMBOL(yotta, std::, <ratio>)
1322*12c85518SrobertSYMBOL(zepto, std::, <ratio>)
1323*12c85518SrobertSYMBOL(zetta, std::, <ratio>)
1324*12c85518SrobertSYMBOL(April, std::chrono::, <chrono>)
1325*12c85518SrobertSYMBOL(August, std::chrono::, <chrono>)
1326*12c85518SrobertSYMBOL(December, std::chrono::, <chrono>)
1327*12c85518SrobertSYMBOL(February, std::chrono::, <chrono>)
1328*12c85518SrobertSYMBOL(Friday, std::chrono::, <chrono>)
1329*12c85518SrobertSYMBOL(January, std::chrono::, <chrono>)
1330*12c85518SrobertSYMBOL(July, std::chrono::, <chrono>)
1331*12c85518SrobertSYMBOL(June, std::chrono::, <chrono>)
1332*12c85518SrobertSYMBOL(March, std::chrono::, <chrono>)
1333*12c85518SrobertSYMBOL(May, std::chrono::, <chrono>)
1334*12c85518SrobertSYMBOL(Monday, std::chrono::, <chrono>)
1335*12c85518SrobertSYMBOL(November, std::chrono::, <chrono>)
1336*12c85518SrobertSYMBOL(October, std::chrono::, <chrono>)
1337*12c85518SrobertSYMBOL(Saturday, std::chrono::, <chrono>)
1338*12c85518SrobertSYMBOL(September, std::chrono::, <chrono>)
1339*12c85518SrobertSYMBOL(Sunday, std::chrono::, <chrono>)
1340*12c85518SrobertSYMBOL(Thursday, std::chrono::, <chrono>)
1341*12c85518SrobertSYMBOL(Tuesday, std::chrono::, <chrono>)
1342*12c85518SrobertSYMBOL(Wednesday, std::chrono::, <chrono>)
1343*12c85518SrobertSYMBOL(abs, std::chrono::, <chrono>)
1344*12c85518SrobertSYMBOL(ambiguous_local_time, std::chrono::, <chrono>)
1345*12c85518SrobertSYMBOL(ceil, std::chrono::, <chrono>)
1346*12c85518SrobertSYMBOL(choose, std::chrono::, <chrono>)
1347*12c85518SrobertSYMBOL(clock_cast, std::chrono::, <chrono>)
1348*12c85518SrobertSYMBOL(clock_time_conversion, std::chrono::, <chrono>)
1349*12c85518SrobertSYMBOL(current_zone, std::chrono::, <chrono>)
1350*12c85518SrobertSYMBOL(day, std::chrono::, <chrono>)
1351*12c85518SrobertSYMBOL(duration, std::chrono::, <chrono>)
1352*12c85518SrobertSYMBOL(duration_values, std::chrono::, <chrono>)
1353*12c85518SrobertSYMBOL(file_clock, std::chrono::, <chrono>)
1354*12c85518SrobertSYMBOL(file_seconds, std::chrono::, <chrono>)
1355*12c85518SrobertSYMBOL(file_time, std::chrono::, <chrono>)
1356*12c85518SrobertSYMBOL(floor, std::chrono::, <chrono>)
1357*12c85518SrobertSYMBOL(gps_clock, std::chrono::, <chrono>)
1358*12c85518SrobertSYMBOL(gps_seconds, std::chrono::, <chrono>)
1359*12c85518SrobertSYMBOL(gps_time, std::chrono::, <chrono>)
1360*12c85518SrobertSYMBOL(high_resolution_clock, std::chrono::, <chrono>)
1361*12c85518SrobertSYMBOL(hours, std::chrono::, <chrono>)
1362*12c85518SrobertSYMBOL(is_clock, std::chrono::, <chrono>)
1363*12c85518SrobertSYMBOL(is_clock_v, std::chrono::, <chrono>)
1364*12c85518SrobertSYMBOL(last, std::chrono::, <chrono>)
1365*12c85518SrobertSYMBOL(last_spec, std::chrono::, <chrono>)
1366*12c85518SrobertSYMBOL(leap, std::chrono::, <chrono>)
1367*12c85518SrobertSYMBOL(link, std::chrono::, <chrono>)
1368*12c85518SrobertSYMBOL(local_info, std::chrono::, <chrono>)
1369*12c85518SrobertSYMBOL(local_seconds, std::chrono::, <chrono>)
1370*12c85518SrobertSYMBOL(local_t, std::chrono::, <chrono>)
1371*12c85518SrobertSYMBOL(local_time, std::chrono::, <chrono>)
1372*12c85518SrobertSYMBOL(locate_zone, std::chrono::, <chrono>)
1373*12c85518SrobertSYMBOL(microseconds, std::chrono::, <chrono>)
1374*12c85518SrobertSYMBOL(milliseconds, std::chrono::, <chrono>)
1375*12c85518SrobertSYMBOL(minutes, std::chrono::, <chrono>)
1376*12c85518SrobertSYMBOL(month, std::chrono::, <chrono>)
1377*12c85518SrobertSYMBOL(month_day, std::chrono::, <chrono>)
1378*12c85518SrobertSYMBOL(month_day_last, std::chrono::, <chrono>)
1379*12c85518SrobertSYMBOL(month_weekday, std::chrono::, <chrono>)
1380*12c85518SrobertSYMBOL(month_weekday_last, std::chrono::, <chrono>)
1381*12c85518SrobertSYMBOL(nanoseconds, std::chrono::, <chrono>)
1382*12c85518SrobertSYMBOL(nonexistent_local_time, std::chrono::, <chrono>)
1383*12c85518SrobertSYMBOL(round, std::chrono::, <chrono>)
1384*12c85518SrobertSYMBOL(seconds, std::chrono::, <chrono>)
1385*12c85518SrobertSYMBOL(steady_clock, std::chrono::, <chrono>)
1386*12c85518SrobertSYMBOL(sys_days, std::chrono::, <chrono>)
1387*12c85518SrobertSYMBOL(sys_info, std::chrono::, <chrono>)
1388*12c85518SrobertSYMBOL(sys_seconds, std::chrono::, <chrono>)
1389*12c85518SrobertSYMBOL(sys_time, std::chrono::, <chrono>)
1390*12c85518SrobertSYMBOL(system_clock, std::chrono::, <chrono>)
1391*12c85518SrobertSYMBOL(tai_clock, std::chrono::, <chrono>)
1392*12c85518SrobertSYMBOL(tai_seconds, std::chrono::, <chrono>)
1393*12c85518SrobertSYMBOL(tai_time, std::chrono::, <chrono>)
1394*12c85518SrobertSYMBOL(time_of_day, std::chrono::, <chrono>)
1395*12c85518SrobertSYMBOL(time_point, std::chrono::, <chrono>)
1396*12c85518SrobertSYMBOL(time_zone, std::chrono::, <chrono>)
1397*12c85518SrobertSYMBOL(treat_as_floating_point, std::chrono::, <chrono>)
1398*12c85518SrobertSYMBOL(treat_as_floating_point_v, std::chrono::, <chrono>)
1399*12c85518SrobertSYMBOL(tzdb, std::chrono::, <chrono>)
1400*12c85518SrobertSYMBOL(tzdb_list, std::chrono::, <chrono>)
1401*12c85518SrobertSYMBOL(utc_clock, std::chrono::, <chrono>)
1402*12c85518SrobertSYMBOL(utc_seconds, std::chrono::, <chrono>)
1403*12c85518SrobertSYMBOL(utc_time, std::chrono::, <chrono>)
1404*12c85518SrobertSYMBOL(weekday, std::chrono::, <chrono>)
1405*12c85518SrobertSYMBOL(weekday_indexed, std::chrono::, <chrono>)
1406*12c85518SrobertSYMBOL(weekday_last, std::chrono::, <chrono>)
1407*12c85518SrobertSYMBOL(year, std::chrono::, <chrono>)
1408*12c85518SrobertSYMBOL(year_month, std::chrono::, <chrono>)
1409*12c85518SrobertSYMBOL(year_month_day, std::chrono::, <chrono>)
1410*12c85518SrobertSYMBOL(year_month_day_last, std::chrono::, <chrono>)
1411*12c85518SrobertSYMBOL(year_month_weekday, std::chrono::, <chrono>)
1412*12c85518SrobertSYMBOL(year_month_weekday_last, std::chrono::, <chrono>)
1413*12c85518SrobertSYMBOL(zoned_time, std::chrono::, <chrono>)
1414*12c85518SrobertSYMBOL(zoned_traits, std::chrono::, <chrono>)
1415*12c85518SrobertSYMBOL(absolute, std::filesystem::, <filesystem>)
1416*12c85518SrobertSYMBOL(canonical, std::filesystem::, <filesystem>)
1417*12c85518SrobertSYMBOL(copy, std::filesystem::, <filesystem>)
1418*12c85518SrobertSYMBOL(copy_file, std::filesystem::, <filesystem>)
1419*12c85518SrobertSYMBOL(copy_options, std::filesystem::, <filesystem>)
1420*12c85518SrobertSYMBOL(copy_symlink, std::filesystem::, <filesystem>)
1421*12c85518SrobertSYMBOL(create_directories, std::filesystem::, <filesystem>)
1422*12c85518SrobertSYMBOL(create_directory, std::filesystem::, <filesystem>)
1423*12c85518SrobertSYMBOL(create_directory_symlink, std::filesystem::, <filesystem>)
1424*12c85518SrobertSYMBOL(create_hard_link, std::filesystem::, <filesystem>)
1425*12c85518SrobertSYMBOL(create_symlink, std::filesystem::, <filesystem>)
1426*12c85518SrobertSYMBOL(current_path, std::filesystem::, <filesystem>)
1427*12c85518SrobertSYMBOL(directory_entry, std::filesystem::, <filesystem>)
1428*12c85518SrobertSYMBOL(directory_iterator, std::filesystem::, <filesystem>)
1429*12c85518SrobertSYMBOL(directory_options, std::filesystem::, <filesystem>)
1430*12c85518SrobertSYMBOL(equivalent, std::filesystem::, <filesystem>)
1431*12c85518SrobertSYMBOL(exists, std::filesystem::, <filesystem>)
1432*12c85518SrobertSYMBOL(file_size, std::filesystem::, <filesystem>)
1433*12c85518SrobertSYMBOL(file_status, std::filesystem::, <filesystem>)
1434*12c85518SrobertSYMBOL(file_time_type, std::filesystem::, <filesystem>)
1435*12c85518SrobertSYMBOL(file_type, std::filesystem::, <filesystem>)
1436*12c85518SrobertSYMBOL(filesystem_error, std::filesystem::, <filesystem>)
1437*12c85518SrobertSYMBOL(hard_link_count, std::filesystem::, <filesystem>)
1438*12c85518SrobertSYMBOL(is_block_file, std::filesystem::, <filesystem>)
1439*12c85518SrobertSYMBOL(is_character_file, std::filesystem::, <filesystem>)
1440*12c85518SrobertSYMBOL(is_directory, std::filesystem::, <filesystem>)
1441*12c85518SrobertSYMBOL(is_empty, std::filesystem::, <filesystem>)
1442*12c85518SrobertSYMBOL(is_fifo, std::filesystem::, <filesystem>)
1443*12c85518SrobertSYMBOL(is_other, std::filesystem::, <filesystem>)
1444*12c85518SrobertSYMBOL(is_regular_file, std::filesystem::, <filesystem>)
1445*12c85518SrobertSYMBOL(is_socket, std::filesystem::, <filesystem>)
1446*12c85518SrobertSYMBOL(is_symlink, std::filesystem::, <filesystem>)
1447*12c85518SrobertSYMBOL(last_write_time, std::filesystem::, <filesystem>)
1448*12c85518SrobertSYMBOL(path, std::filesystem::, <filesystem>)
1449*12c85518SrobertSYMBOL(perm_options, std::filesystem::, <filesystem>)
1450*12c85518SrobertSYMBOL(permissions, std::filesystem::, <filesystem>)
1451*12c85518SrobertSYMBOL(perms, std::filesystem::, <filesystem>)
1452*12c85518SrobertSYMBOL(proximate, std::filesystem::, <filesystem>)
1453*12c85518SrobertSYMBOL(read_symlink, std::filesystem::, <filesystem>)
1454*12c85518SrobertSYMBOL(recursive_directory_iterator, std::filesystem::, <filesystem>)
1455*12c85518SrobertSYMBOL(relative, std::filesystem::, <filesystem>)
1456*12c85518SrobertSYMBOL(remove, std::filesystem::, <filesystem>)
1457*12c85518SrobertSYMBOL(remove_all, std::filesystem::, <filesystem>)
1458*12c85518SrobertSYMBOL(rename, std::filesystem::, <filesystem>)
1459*12c85518SrobertSYMBOL(resize_file, std::filesystem::, <filesystem>)
1460*12c85518SrobertSYMBOL(space, std::filesystem::, <filesystem>)
1461*12c85518SrobertSYMBOL(space_info, std::filesystem::, <filesystem>)
1462*12c85518SrobertSYMBOL(status, std::filesystem::, <filesystem>)
1463*12c85518SrobertSYMBOL(status_known, std::filesystem::, <filesystem>)
1464*12c85518SrobertSYMBOL(symlink_status, std::filesystem::, <filesystem>)
1465*12c85518SrobertSYMBOL(temp_directory_path, std::filesystem::, <filesystem>)
1466*12c85518SrobertSYMBOL(u8path, std::filesystem::, <filesystem>)
1467*12c85518SrobertSYMBOL(weakly_canonical, std::filesystem::, <filesystem>)
1468*12c85518SrobertSYMBOL(basic_string, std::pmr::, <string>)
1469*12c85518SrobertSYMBOL(deque, std::pmr::, <deque>)
1470*12c85518SrobertSYMBOL(forward_list, std::pmr::, <forward_list>)
1471*12c85518SrobertSYMBOL(get_default_resource, std::pmr::, <memory_resource>)
1472*12c85518SrobertSYMBOL(list, std::pmr::, <list>)
1473*12c85518SrobertSYMBOL(map, std::pmr::, <map>)
1474*12c85518SrobertSYMBOL(memory_resource, std::pmr::, <memory_resource>)
1475*12c85518SrobertSYMBOL(monotonic_buffer_resource, std::pmr::, <memory_resource>)
1476*12c85518SrobertSYMBOL(multimap, std::pmr::, <map>)
1477*12c85518SrobertSYMBOL(multiset, std::pmr::, <set>)
1478*12c85518SrobertSYMBOL(new_delete_resource, std::pmr::, <memory_resource>)
1479*12c85518SrobertSYMBOL(null_memory_resource, std::pmr::, <memory_resource>)
1480*12c85518SrobertSYMBOL(polymorphic_allocator, std::pmr::, <memory_resource>)
1481*12c85518SrobertSYMBOL(pool_options, std::pmr::, <memory_resource>)
1482*12c85518SrobertSYMBOL(set, std::pmr::, <set>)
1483*12c85518SrobertSYMBOL(set_default_resource, std::pmr::, <memory_resource>)
1484*12c85518SrobertSYMBOL(string, std::pmr::, <string>)
1485*12c85518SrobertSYMBOL(synchronized_pool_resource, std::pmr::, <memory_resource>)
1486*12c85518SrobertSYMBOL(u16string, std::pmr::, <string>)
1487*12c85518SrobertSYMBOL(u32string, std::pmr::, <string>)
1488*12c85518SrobertSYMBOL(unordered_map, std::pmr::, <unordered_map>)
1489*12c85518SrobertSYMBOL(unordered_multimap, std::pmr::, <unordered_map>)
1490*12c85518SrobertSYMBOL(unordered_multiset, std::pmr::, <unordered_set>)
1491*12c85518SrobertSYMBOL(unordered_set, std::pmr::, <unordered_set>)
1492*12c85518SrobertSYMBOL(unsynchronized_pool_resource, std::pmr::, <memory_resource>)
1493*12c85518SrobertSYMBOL(vector, std::pmr::, <vector>)
1494*12c85518SrobertSYMBOL(wstring, std::pmr::, <string>)
1495*12c85518SrobertSYMBOL(ECMAScript, std::regex_constants::, <regex>)
1496*12c85518SrobertSYMBOL(awk, std::regex_constants::, <regex>)
1497*12c85518SrobertSYMBOL(basic, std::regex_constants::, <regex>)
1498*12c85518SrobertSYMBOL(collate, std::regex_constants::, <regex>)
1499*12c85518SrobertSYMBOL(egrep, std::regex_constants::, <regex>)
1500*12c85518SrobertSYMBOL(error_backref, std::regex_constants::, <regex>)
1501*12c85518SrobertSYMBOL(error_badbrace, std::regex_constants::, <regex>)
1502*12c85518SrobertSYMBOL(error_badrepeat, std::regex_constants::, <regex>)
1503*12c85518SrobertSYMBOL(error_brace, std::regex_constants::, <regex>)
1504*12c85518SrobertSYMBOL(error_brack, std::regex_constants::, <regex>)
1505*12c85518SrobertSYMBOL(error_collate, std::regex_constants::, <regex>)
1506*12c85518SrobertSYMBOL(error_complexity, std::regex_constants::, <regex>)
1507*12c85518SrobertSYMBOL(error_ctype, std::regex_constants::, <regex>)
1508*12c85518SrobertSYMBOL(error_escape, std::regex_constants::, <regex>)
1509*12c85518SrobertSYMBOL(error_paren, std::regex_constants::, <regex>)
1510*12c85518SrobertSYMBOL(error_range, std::regex_constants::, <regex>)
1511*12c85518SrobertSYMBOL(error_space, std::regex_constants::, <regex>)
1512*12c85518SrobertSYMBOL(error_stack, std::regex_constants::, <regex>)
1513*12c85518SrobertSYMBOL(error_type, std::regex_constants::, <regex>)
1514*12c85518SrobertSYMBOL(extended, std::regex_constants::, <regex>)
1515*12c85518SrobertSYMBOL(format_default, std::regex_constants::, <regex>)
1516*12c85518SrobertSYMBOL(format_first_only, std::regex_constants::, <regex>)
1517*12c85518SrobertSYMBOL(format_no_copy, std::regex_constants::, <regex>)
1518*12c85518SrobertSYMBOL(format_sed, std::regex_constants::, <regex>)
1519*12c85518SrobertSYMBOL(grep, std::regex_constants::, <regex>)
1520*12c85518SrobertSYMBOL(icase, std::regex_constants::, <regex>)
1521*12c85518SrobertSYMBOL(match_any, std::regex_constants::, <regex>)
1522*12c85518SrobertSYMBOL(match_continuous, std::regex_constants::, <regex>)
1523*12c85518SrobertSYMBOL(match_default, std::regex_constants::, <regex>)
1524*12c85518SrobertSYMBOL(match_flag_type, std::regex_constants::, <regex>)
1525*12c85518SrobertSYMBOL(match_not_bol, std::regex_constants::, <regex>)
1526*12c85518SrobertSYMBOL(match_not_bow, std::regex_constants::, <regex>)
1527*12c85518SrobertSYMBOL(match_not_eol, std::regex_constants::, <regex>)
1528*12c85518SrobertSYMBOL(match_not_eow, std::regex_constants::, <regex>)
1529*12c85518SrobertSYMBOL(match_not_null, std::regex_constants::, <regex>)
1530*12c85518SrobertSYMBOL(match_prev_avail, std::regex_constants::, <regex>)
1531*12c85518SrobertSYMBOL(multiline, std::regex_constants::, <regex>)
1532*12c85518SrobertSYMBOL(nosubs, std::regex_constants::, <regex>)
1533*12c85518SrobertSYMBOL(optimize, std::regex_constants::, <regex>)
1534*12c85518SrobertSYMBOL(syntax_option_type, std::regex_constants::, <regex>)
1535*12c85518SrobertSYMBOL(get_id, std::this_thread::, <thread>)
1536*12c85518SrobertSYMBOL(sleep_for, std::this_thread::, <thread>)
1537*12c85518SrobertSYMBOL(sleep_until, std::this_thread::, <thread>)
1538*12c85518SrobertSYMBOL(yield, std::this_thread::, <thread>)
1539