150
|
1 //===-- STLPostfixHeaderMap.h - hardcoded STL header map --------*- C++ -*-===//
|
|
2 //
|
|
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
4 // See https://llvm.org/LICENSE.txt for license information.
|
|
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
6 //
|
|
7 //===----------------------------------------------------------------------===//
|
|
8
|
|
9 #include "STLPostfixHeaderMap.h"
|
|
10
|
|
11 namespace clang {
|
|
12 namespace find_all_symbols {
|
|
13
|
|
14 const HeaderMapCollector::RegexHeaderMap *getSTLPostfixHeaderMap() {
|
|
15 static const HeaderMapCollector::RegexHeaderMap STLPostfixHeaderMap = {
|
|
16 {"include/__stddef_max_align_t.h$", "<cstddef>"},
|
|
17 {"include/__wmmintrin_aes.h$", "<wmmintrin.h>"},
|
|
18 {"include/__wmmintrin_pclmul.h$", "<wmmintrin.h>"},
|
|
19 {"include/adxintrin.h$", "<immintrin.h>"},
|
|
20 {"include/ammintrin.h$", "<ammintrin.h>"},
|
|
21 {"include/avx2intrin.h$", "<immintrin.h>"},
|
|
22 {"include/avx512bwintrin.h$", "<immintrin.h>"},
|
|
23 {"include/avx512cdintrin.h$", "<immintrin.h>"},
|
|
24 {"include/avx512dqintrin.h$", "<immintrin.h>"},
|
|
25 {"include/avx512erintrin.h$", "<immintrin.h>"},
|
|
26 {"include/avx512fintrin.h$", "<immintrin.h>"},
|
|
27 {"include/avx512ifmaintrin.h$", "<immintrin.h>"},
|
|
28 {"include/avx512ifmavlintrin.h$", "<immintrin.h>"},
|
|
29 {"include/avx512pfintrin.h$", "<immintrin.h>"},
|
|
30 {"include/avx512vbmiintrin.h$", "<immintrin.h>"},
|
|
31 {"include/avx512vbmivlintrin.h$", "<immintrin.h>"},
|
|
32 {"include/avx512vlbwintrin.h$", "<immintrin.h>"},
|
|
33 {"include/avx512vlcdintrin.h$", "<immintrin.h>"},
|
|
34 {"include/avx512vldqintrin.h$", "<immintrin.h>"},
|
|
35 {"include/avx512vlintrin.h$", "<immintrin.h>"},
|
|
36 {"include/avxintrin.h$", "<immintrin.h>"},
|
|
37 {"include/bmi2intrin.h$", "<x86intrin.h>"},
|
|
38 {"include/bmiintrin.h$", "<x86intrin.h>"},
|
|
39 {"include/emmintrin.h$", "<emmintrin.h>"},
|
|
40 {"include/f16cintrin.h$", "<emmintrin.h>"},
|
|
41 {"include/float.h$", "<cfloat>"},
|
|
42 {"include/fma4intrin.h$", "<x86intrin.h>"},
|
|
43 {"include/fmaintrin.h$", "<immintrin.h>"},
|
|
44 {"include/fxsrintrin.h$", "<immintrin.h>"},
|
|
45 {"include/ia32intrin.h$", "<x86intrin.h>"},
|
|
46 {"include/immintrin.h$", "<immintrin.h>"},
|
|
47 {"include/inttypes.h$", "<cinttypes>"},
|
|
48 {"include/limits.h$", "<climits>"},
|
|
49 {"include/lzcntintrin.h$", "<x86intrin.h>"},
|
|
50 {"include/mm3dnow.h$", "<mm3dnow.h>"},
|
|
51 {"include/mm_malloc.h$", "<mm_malloc.h>"},
|
|
52 {"include/mmintrin.h$", "<mmintrin>"},
|
|
53 {"include/mwaitxintrin.h$", "<x86intrin.h>"},
|
|
54 {"include/pkuintrin.h$", "<immintrin.h>"},
|
|
55 {"include/pmmintrin.h$", "<pmmintrin.h>"},
|
|
56 {"include/popcntintrin.h$", "<popcntintrin.h>"},
|
|
57 {"include/prfchwintrin.h$", "<x86intrin.h>"},
|
|
58 {"include/rdseedintrin.h$", "<x86intrin.h>"},
|
|
59 {"include/rtmintrin.h$", "<immintrin.h>"},
|
|
60 {"include/shaintrin.h$", "<immintrin.h>"},
|
|
61 {"include/smmintrin.h$", "<smmintrin.h>"},
|
|
62 {"include/stdalign.h$", "<cstdalign>"},
|
|
63 {"include/stdarg.h$", "<cstdarg>"},
|
|
64 {"include/stdbool.h$", "<cstdbool>"},
|
|
65 {"include/stddef.h$", "<cstddef>"},
|
|
66 {"include/stdint.h$", "<cstdint>"},
|
|
67 {"include/tbmintrin.h$", "<x86intrin.h>"},
|
|
68 {"include/tmmintrin.h$", "<tmmintrin.h>"},
|
|
69 {"include/wmmintrin.h$", "<wmmintrin.h>"},
|
|
70 {"include/x86intrin.h$", "<x86intrin.h>"},
|
|
71 {"include/xmmintrin.h$", "<xmmintrin.h>"},
|
|
72 {"include/xopintrin.h$", "<x86intrin.h>"},
|
|
73 {"include/xsavecintrin.h$", "<immintrin.h>"},
|
|
74 {"include/xsaveintrin.h$", "<immintrin.h>"},
|
|
75 {"include/xsaveoptintrin.h$", "<immintrin.h>"},
|
|
76 {"include/xsavesintrin.h$", "<immintrin.h>"},
|
|
77 {"include/xtestintrin.h$", "<immintrin.h>"},
|
|
78 {"include/_G_config.h$", "<cstdio>"},
|
|
79 {"include/assert.h$", "<cassert>"},
|
|
80 {"algorithm$", "<algorithm>"},
|
|
81 {"array$", "<array>"},
|
|
82 {"atomic$", "<atomic>"},
|
|
83 {"backward/auto_ptr.h$", "<memory>"},
|
|
84 {"backward/binders.h$", "<string>"},
|
|
85 {"bits/algorithmfwd.h$", "<algorithm>"},
|
|
86 {"bits/alloc_traits.h$", "<unordered_set>"},
|
|
87 {"bits/allocator.h$", "<string>"},
|
|
88 {"bits/atomic_base.h$", "<atomic>"},
|
|
89 {"bits/atomic_lockfree_defines.h$", "<exception>"},
|
|
90 {"bits/basic_ios.h$", "<ios>"},
|
|
91 {"bits/basic_ios.tcc$", "<ios>"},
|
|
92 {"bits/basic_string.h$", "<string>"},
|
|
93 {"bits/basic_string.tcc$", "<string>"},
|
|
94 {"bits/char_traits.h$", "<string>"},
|
|
95 {"bits/codecvt.h$", "<locale>"},
|
|
96 {"bits/concept_check.h$", "<numeric>"},
|
|
97 {"bits/cpp_type_traits.h$", "<cmath>"},
|
|
98 {"bits/cxxabi_forced.h$", "<cxxabi.h>"},
|
|
99 {"bits/deque.tcc$", "<deque>"},
|
|
100 {"bits/exception_defines.h$", "<exception>"},
|
|
101 {"bits/exception_ptr.h$", "<exception>"},
|
|
102 {"bits/forward_list.h$", "<forward_list>"},
|
|
103 {"bits/forward_list.tcc$", "<forward_list>"},
|
|
104 {"bits/fstream.tcc$", "<fstream>"},
|
|
105 {"bits/functexcept.h$", "<list>"},
|
|
106 {"bits/functional_hash.h$", "<string>"},
|
|
107 {"bits/gslice.h$", "<valarray>"},
|
|
108 {"bits/gslice_array.h$", "<valarray>"},
|
|
109 {"bits/hash_bytes.h$", "<typeinfo>"},
|
|
110 {"bits/hashtable.h$", "<unordered_set>"},
|
|
111 {"bits/hashtable_policy.h$", "<unordered_set>"},
|
|
112 {"bits/indirect_array.h$", "<valarray>"},
|
|
113 {"bits/ios_base.h$", "<ios>"},
|
|
114 {"bits/istream.tcc$", "<istream>"},
|
|
115 {"bits/list.tcc$", "<list>"},
|
|
116 {"bits/locale_classes.h$", "<locale>"},
|
|
117 {"bits/locale_classes.tcc$", "<locale>"},
|
|
118 {"bits/locale_facets.h$", "<locale>"},
|
|
119 {"bits/locale_facets.tcc$", "<locale>"},
|
|
120 {"bits/locale_facets_nonio.h$", "<locale>"},
|
|
121 {"bits/locale_facets_nonio.tcc$", "<locale>"},
|
|
122 {"bits/localefwd.h$", "<locale>"},
|
|
123 {"bits/mask_array.h$", "<valarray>"},
|
|
124 {"bits/memoryfwd.h$", "<memory>"},
|
|
125 {"bits/move.h$", "<utility>"},
|
|
126 {"bits/nested_exception.h$", "<exception>"},
|
|
127 {"bits/ostream.tcc$", "<ostream>"},
|
|
128 {"bits/ostream_insert.h$", "<ostream>"},
|
|
129 {"bits/postypes.h$", "<iosfwd>"},
|
|
130 {"bits/ptr_traits.h$", "<memory>"},
|
|
131 {"bits/random.h$", "<random>"},
|
|
132 {"bits/random.tcc$", "<random>"},
|
|
133 {"bits/range_access.h$", "<iterator>"},
|
|
134 {"bits/regex.h$", "<regex>"},
|
|
135 {"bits/regex_compiler.h$", "<regex>"},
|
|
136 {"bits/regex_constants.h$", "<regex>"},
|
|
137 {"bits/regex_cursor.h$", "<regex>"},
|
|
138 {"bits/regex_error.h$", "<regex>"},
|
|
139 {"bits/regex_grep_matcher.h$", "<regex>"},
|
|
140 {"bits/regex_grep_matcher.tcc$", "<regex>"},
|
|
141 {"bits/regex_nfa.h$", "<regex>"},
|
|
142 {"bits/shared_ptr.h$", "<memory>"},
|
|
143 {"bits/shared_ptr_base.h$", "<memory>"},
|
|
144 {"bits/slice_array.h$", "<valarray>"},
|
|
145 {"bits/sstream.tcc$", "<sstream>"},
|
|
146 {"bits/stl_algo.h$", "<algorithm>"},
|
|
147 {"bits/stl_algobase.h$", "<list>"},
|
|
148 {"bits/stl_bvector.h$", "<vector>"},
|
|
149 {"bits/stl_construct.h$", "<deque>"},
|
|
150 {"bits/stl_deque.h$", "<deque>"},
|
|
151 {"bits/stl_function.h$", "<string>"},
|
|
152 {"bits/stl_heap.h$", "<queue>"},
|
|
153 {"bits/stl_iterator.h$", "<iterator>"},
|
|
154 {"bits/stl_iterator_base_funcs.h$", "<iterator>"},
|
|
155 {"bits/stl_iterator_base_types.h$", "<numeric>"},
|
|
156 {"bits/stl_list.h$", "<list>"},
|
|
157 {"bits/stl_map.h$", "<map>"},
|
|
158 {"bits/stl_multimap.h$", "<map>"},
|
|
159 {"bits/stl_multiset.h$", "<set>"},
|
|
160 {"bits/stl_numeric.h$", "<numeric>"},
|
|
161 {"bits/stl_pair.h$", "<utility>"},
|
|
162 {"bits/stl_queue.h$", "<queue>"},
|
|
163 {"bits/stl_raw_storage_iter.h$", "<memory>"},
|
|
164 {"bits/stl_relops.h$", "<utility>"},
|
|
165 {"bits/stl_set.h$", "<set>"},
|
|
166 {"bits/stl_stack.h$", "<stack>"},
|
|
167 {"bits/stl_tempbuf.h$", "<memory>"},
|
|
168 {"bits/stl_tree.h$", "<map>"},
|
|
169 {"bits/stl_uninitialized.h$", "<deque>"},
|
|
170 {"bits/stl_vector.h$", "<vector>"},
|
|
171 {"bits/stream_iterator.h$", "<iterator>"},
|
|
172 {"bits/streambuf.tcc$", "<streambuf>"},
|
|
173 {"bits/streambuf_iterator.h$", "<iterator>"},
|
|
174 {"bits/stringfwd.h$", "<string>"},
|
|
175 {"bits/unique_ptr.h$", "<memory>"},
|
|
176 {"bits/unordered_map.h$", "<unordered_map>"},
|
|
177 {"bits/unordered_set.h$", "<unordered_set>"},
|
|
178 {"bits/uses_allocator.h$", "<tuple>"},
|
|
179 {"bits/valarray_after.h$", "<valarray>"},
|
|
180 {"bits/valarray_array.h$", "<valarray>"},
|
|
181 {"bits/valarray_array.tcc$", "<valarray>"},
|
|
182 {"bits/valarray_before.h$", "<valarray>"},
|
|
183 {"bits/vector.tcc$", "<vector>"},
|
|
184 {"bitset$", "<bitset>"},
|
|
185 {"ccomplex$", "<ccomplex>"},
|
|
186 {"cctype$", "<cctype>"},
|
|
187 {"cerrno$", "<cerrno>"},
|
|
188 {"cfenv$", "<cfenv>"},
|
|
189 {"cfloat$", "<cfloat>"},
|
|
190 {"chrono$", "<chrono>"},
|
|
191 {"cinttypes$", "<cinttypes>"},
|
|
192 {"climits$", "<climits>"},
|
|
193 {"clocale$", "<clocale>"},
|
|
194 {"cmath$", "<cmath>"},
|
|
195 {"complex$", "<complex>"},
|
|
196 {"complex.h$", "<complex.h>"},
|
|
197 {"condition_variable$", "<condition_variable>"},
|
|
198 {"csetjmp$", "<csetjmp>"},
|
|
199 {"csignal$", "<csignal>"},
|
|
200 {"cstdalign$", "<cstdalign>"},
|
|
201 {"cstdarg$", "<cstdarg>"},
|
|
202 {"cstdbool$", "<cstdbool>"},
|
|
203 {"cstdint$", "<cstdint>"},
|
|
204 {"cstdio$", "<cstdio>"},
|
|
205 {"cstdlib$", "<cstdlib>"},
|
|
206 {"cstring$", "<cstring>"},
|
|
207 {"ctgmath$", "<ctgmath>"},
|
|
208 {"ctime$", "<ctime>"},
|
|
209 {"cwchar$", "<cwchar>"},
|
|
210 {"cwctype$", "<cwctype>"},
|
|
211 {"cxxabi.h$", "<cxxabi.h>"},
|
|
212 {"debug/debug.h$", "<numeric>"},
|
|
213 {"debug/map.h$", "<map>"},
|
|
214 {"debug/multimap.h$", "<multimap>"},
|
|
215 {"debug/multiset.h$", "<multiset>"},
|
|
216 {"debug/set.h$", "<set>"},
|
|
217 {"deque$", "<deque>"},
|
|
218 {"exception$", "<exception>"},
|
|
219 {"ext/alloc_traits.h$", "<deque>"},
|
|
220 {"ext/atomicity.h$", "<memory>"},
|
|
221 {"ext/concurrence.h$", "<memory>"},
|
|
222 {"ext/new_allocator.h$", "<string>"},
|
|
223 {"ext/numeric_traits.h$", "<list>"},
|
|
224 {"ext/string_conversions.h$", "<string>"},
|
|
225 {"ext/type_traits.h$", "<cmath>"},
|
|
226 {"fenv.h$", "<fenv.h>"},
|
|
227 {"forward_list$", "<forward_list>"},
|
|
228 {"fstream$", "<fstream>"},
|
|
229 {"functional$", "<functional>"},
|
|
230 {"future$", "<future>"},
|
|
231 {"initializer_list$", "<initializer_list>"},
|
|
232 {"iomanip$", "<iomanip>"},
|
|
233 {"ios$", "<ios>"},
|
|
234 {"iosfwd$", "<iosfwd>"},
|
|
235 {"iostream$", "<iostream>"},
|
|
236 {"istream$", "<istream>"},
|
|
237 {"iterator$", "<iterator>"},
|
|
238 {"limits$", "<limits>"},
|
|
239 {"list$", "<list>"},
|
|
240 {"locale$", "<locale>"},
|
|
241 {"map$", "<map>"},
|
|
242 {"memory$", "<memory>"},
|
|
243 {"mutex$", "<mutex>"},
|
|
244 {"new$", "<new>"},
|
|
245 {"numeric$", "<numeric>"},
|
252
|
246 {"optional$", "<optional>"},
|
150
|
247 {"ostream$", "<ostream>"},
|
|
248 {"queue$", "<queue>"},
|
|
249 {"random$", "<random>"},
|
|
250 {"ratio$", "<ratio>"},
|
|
251 {"regex$", "<regex>"},
|
|
252 {"scoped_allocator$", "<scoped_allocator>"},
|
|
253 {"set$", "<set>"},
|
|
254 {"sstream$", "<sstream>"},
|
|
255 {"stack$", "<stack>"},
|
|
256 {"stdexcept$", "<stdexcept>"},
|
|
257 {"streambuf$", "<streambuf>"},
|
|
258 {"string$", "<string>"},
|
|
259 {"system_error$", "<system_error>"},
|
|
260 {"tgmath.h$", "<tgmath.h>"},
|
|
261 {"thread$", "<thread>"},
|
|
262 {"tuple$", "<tuple>"},
|
|
263 {"type_traits$", "<type_traits>"},
|
|
264 {"typeindex$", "<typeindex>"},
|
|
265 {"typeinfo$", "<typeinfo>"},
|
|
266 {"unordered_map$", "<unordered_map>"},
|
|
267 {"unordered_set$", "<unordered_set>"},
|
|
268 {"utility$", "<utility>"},
|
|
269 {"valarray$", "<valarray>"},
|
252
|
270 {"variant$", "<variant>"},
|
150
|
271 {"vector$", "<vector>"},
|
|
272 {"include/complex.h$", "<complex.h>"},
|
|
273 {"include/ctype.h$", "<cctype>"},
|
|
274 {"include/errno.h$", "<cerrno>"},
|
|
275 {"include/fenv.h$", "<fenv.h>"},
|
|
276 {"include/inttypes.h$", "<cinttypes>"},
|
|
277 {"include/libio.h$", "<cstdio>"},
|
|
278 {"include/limits.h$", "<climits>"},
|
|
279 {"include/locale.h$", "<clocale>"},
|
|
280 {"include/math.h$", "<cmath>"},
|
|
281 {"include/setjmp.h$", "<csetjmp>"},
|
|
282 {"include/signal.h$", "<csignal>"},
|
|
283 {"include/stdint.h$", "<cstdint>"},
|
|
284 {"include/stdio.h$", "<cstdio>"},
|
|
285 {"include/stdlib.h$", "<cstdlib>"},
|
|
286 {"include/string.h$", "<cstring>"},
|
|
287 {"include/time.h$", "<ctime>"},
|
|
288 {"include/wchar.h$", "<cwchar>"},
|
|
289 {"include/wctype.h$", "<cwctype>"},
|
|
290 {"bits/cmathcalls.h$", "<complex.h>"},
|
|
291 {"bits/errno.h$", "<cerrno>"},
|
|
292 {"bits/fenv.h$", "<fenv.h>"},
|
|
293 {"bits/huge_val.h$", "<cmath>"},
|
|
294 {"bits/huge_valf.h$", "<cmath>"},
|
|
295 {"bits/huge_vall.h$", "<cmath>"},
|
|
296 {"bits/inf.h$", "<cmath>"},
|
|
297 {"bits/local_lim.h$", "<climits>"},
|
|
298 {"bits/locale.h$", "<clocale>"},
|
|
299 {"bits/mathcalls.h$", "<math.h>"},
|
|
300 {"bits/mathdef.h$", "<cmath>"},
|
|
301 {"bits/nan.h$", "<cmath>"},
|
|
302 {"bits/posix1_lim.h$", "<climits>"},
|
|
303 {"bits/posix2_lim.h$", "<climits>"},
|
|
304 {"bits/setjmp.h$", "<csetjmp>"},
|
|
305 {"bits/sigaction.h$", "<csignal>"},
|
|
306 {"bits/sigcontext.h$", "<csignal>"},
|
|
307 {"bits/siginfo.h$", "<csignal>"},
|
|
308 {"bits/signum.h$", "<csignal>"},
|
|
309 {"bits/sigset.h$", "<csignal>"},
|
|
310 {"bits/sigstack.h$", "<csignal>"},
|
|
311 {"bits/stdio_lim.h$", "<cstdio>"},
|
|
312 {"bits/sys_errlist.h$", "<cstdio>"},
|
|
313 {"bits/time.h$", "<ctime>"},
|
|
314 {"bits/timex.h$", "<ctime>"},
|
|
315 {"bits/typesizes.h$", "<cstdio>"},
|
|
316 {"bits/wchar.h$", "<cwchar>"},
|
|
317 {"bits/wordsize.h$", "<csetjmp>"},
|
|
318 {"bits/xopen_lim.h$", "<climits>"},
|
|
319 {"include/xlocale.h$", "<cstring>"},
|
|
320 {"bits/atomic_word.h$", "<memory>"},
|
|
321 {"bits/basic_file.h$", "<fstream>"},
|
|
322 {"bits/c\\+\\+allocator.h$", "<string>"},
|
|
323 {"bits/c\\+\\+config.h$", "<iosfwd>"},
|
|
324 {"bits/c\\+\\+io.h$", "<ios>"},
|
|
325 {"bits/c\\+\\+locale.h$", "<locale>"},
|
|
326 {"bits/cpu_defines.h$", "<iosfwd>"},
|
|
327 {"bits/ctype_base.h$", "<locale>"},
|
|
328 {"bits/cxxabi_tweaks.h$", "<cxxabi.h>"},
|
|
329 {"bits/error_constants.h$", "<system_error>"},
|
|
330 {"bits/gthr-default.h$", "<memory>"},
|
|
331 {"bits/gthr.h$", "<memory>"},
|
|
332 {"bits/opt_random.h$", "<random>"},
|
|
333 {"bits/os_defines.h$", "<iosfwd>"},
|
|
334 // GNU C headers
|
|
335 {"include/aio.h$", "<aio.h>"},
|
|
336 {"include/aliases.h$", "<aliases.h>"},
|
|
337 {"include/alloca.h$", "<alloca.h>"},
|
|
338 {"include/ar.h$", "<ar.h>"},
|
|
339 {"include/argp.h$", "<argp.h>"},
|
|
340 {"include/argz.h$", "<argz.h>"},
|
|
341 {"include/arpa/nameser.h$", "<resolv.h>"},
|
|
342 {"include/arpa/nameser_compat.h$", "<resolv.h>"},
|
|
343 {"include/byteswap.h$", "<byteswap.h>"},
|
|
344 {"include/cpio.h$", "<cpio.h>"},
|
|
345 {"include/crypt.h$", "<crypt.h>"},
|
|
346 {"include/dirent.h$", "<dirent.h>"},
|
|
347 {"include/dlfcn.h$", "<dlfcn.h>"},
|
|
348 {"include/elf.h$", "<elf.h>"},
|
|
349 {"include/endian.h$", "<endian.h>"},
|
|
350 {"include/envz.h$", "<envz.h>"},
|
|
351 {"include/err.h$", "<err.h>"},
|
|
352 {"include/error.h$", "<error.h>"},
|
|
353 {"include/execinfo.h$", "<execinfo.h>"},
|
|
354 {"include/fcntl.h$", "<fcntl.h>"},
|
|
355 {"include/features.h$", "<features.h>"},
|
|
356 {"include/fenv.h$", "<fenv.h>"},
|
|
357 {"include/fmtmsg.h$", "<fmtmsg.h>"},
|
|
358 {"include/fnmatch.h$", "<fnmatch.h>"},
|
|
359 {"include/fstab.h$", "<fstab.h>"},
|
|
360 {"include/fts.h$", "<fts.h>"},
|
|
361 {"include/ftw.h$", "<ftw.h>"},
|
|
362 {"include/gconv.h$", "<gconv.h>"},
|
|
363 {"include/getopt.h$", "<getopt.h>"},
|
|
364 {"include/glob.h$", "<glob.h>"},
|
|
365 {"include/grp.h$", "<grp.h>"},
|
|
366 {"include/gshadow.h$", "<gshadow.h>"},
|
|
367 {"include/iconv.h$", "<iconv.h>"},
|
|
368 {"include/ifaddrs.h$", "<ifaddrs.h>"},
|
|
369 {"include/kdb.h$", "<kdb.h>"},
|
|
370 {"include/langinfo.h$", "<langinfo.h>"},
|
|
371 {"include/libgen.h$", "<libgen.h>"},
|
|
372 {"include/libintl.h$", "<libintl.h>"},
|
|
373 {"include/link.h$", "<link.h>"},
|
|
374 {"include/malloc.h$", "<malloc.h>"},
|
|
375 {"include/mcheck.h$", "<mcheck.h>"},
|
|
376 {"include/memory.h$", "<memory.h>"},
|
|
377 {"include/mntent.h$", "<mntent.h>"},
|
|
378 {"include/monetary.h$", "<monetary.h>"},
|
|
379 {"include/mqueue.h$", "<mqueue.h>"},
|
|
380 {"include/netdb.h$", "<netdb.h>"},
|
|
381 {"include/netinet/in.h$", "<netinet/in.h>"},
|
|
382 {"include/nl_types.h$", "<nl_types.h>"},
|
|
383 {"include/nss.h$", "<nss.h>"},
|
|
384 {"include/obstack.h$", "<obstack.h>"},
|
|
385 {"include/panel.h$", "<panel.h>"},
|
|
386 {"include/paths.h$", "<paths.h>"},
|
|
387 {"include/printf.h$", "<printf.h>"},
|
|
388 {"include/profile.h$", "<profile.h>"},
|
|
389 {"include/pthread.h$", "<pthread.h>"},
|
|
390 {"include/pty.h$", "<pty.h>"},
|
|
391 {"include/pwd.h$", "<pwd.h>"},
|
|
392 {"include/re_comp.h$", "<re_comp.h>"},
|
|
393 {"include/regex.h$", "<regex.h>"},
|
|
394 {"include/regexp.h$", "<regexp.h>"},
|
|
395 {"include/resolv.h$", "<resolv.h>"},
|
|
396 {"include/rpc/netdb.h$", "<netdb.h>"},
|
|
397 {"include/sched.h$", "<sched.h>"},
|
|
398 {"include/search.h$", "<search.h>"},
|
|
399 {"include/semaphore.h$", "<semaphore.h>"},
|
|
400 {"include/sgtty.h$", "<sgtty.h>"},
|
|
401 {"include/shadow.h$", "<shadow.h>"},
|
|
402 {"include/spawn.h$", "<spawn.h>"},
|
|
403 {"include/stab.h$", "<stab.h>"},
|
|
404 {"include/stdc-predef.h$", "<stdc-predef.h>"},
|
|
405 {"include/stdio_ext.h$", "<stdio_ext.h>"},
|
|
406 {"include/strings.h$", "<strings.h>"},
|
|
407 {"include/stropts.h$", "<stropts.h>"},
|
|
408 {"include/sudo_plugin.h$", "<sudo_plugin.h>"},
|
|
409 {"include/sysexits.h$", "<sysexits.h>"},
|
|
410 {"include/tar.h$", "<tar.h>"},
|
|
411 {"include/tcpd.h$", "<tcpd.h>"},
|
|
412 {"include/term.h$", "<term.h>"},
|
|
413 {"include/term_entry.h$", "<term_entry.h>"},
|
|
414 {"include/termcap.h$", "<termcap.h>"},
|
|
415 {"include/termios.h$", "<termios.h>"},
|
|
416 {"include/thread_db.h$", "<thread_db.h>"},
|
|
417 {"include/tic.h$", "<tic.h>"},
|
|
418 {"include/ttyent.h$", "<ttyent.h>"},
|
|
419 {"include/uchar.h$", "<uchar.h>"},
|
|
420 {"include/ucontext.h$", "<ucontext.h>"},
|
|
421 {"include/ulimit.h$", "<ulimit.h>"},
|
|
422 {"include/unctrl.h$", "<unctrl.h>"},
|
|
423 {"include/unistd.h$", "<unistd.h>"},
|
|
424 {"include/utime.h$", "<utime.h>"},
|
|
425 {"include/utmp.h$", "<utmp.h>"},
|
|
426 {"include/utmpx.h$", "<utmpx.h>"},
|
|
427 {"include/values.h$", "<values.h>"},
|
|
428 {"include/wordexp.h$", "<wordexp.h>"},
|
|
429 {"fpu_control.h$", "<fpu_control.h>"},
|
|
430 {"ieee754.h$", "<ieee754.h>"},
|
|
431 {"include/xlocale.h$", "<xlocale.h>"},
|
|
432 {"gnu/lib-names.h$", "<gnu/lib-names.h>"},
|
|
433 {"gnu/libc-version.h$", "<gnu/libc-version.h>"},
|
|
434 {"gnu/option-groups.h$", "<gnu/option-groups.h>"},
|
|
435 {"gnu/stubs-32.h$", "<gnu/stubs-32.h>"},
|
|
436 {"gnu/stubs-64.h$", "<gnu/stubs-64.h>"},
|
|
437 {"gnu/stubs-x32.h$", "<gnu/stubs-x32.h>"},
|
|
438 {"include/rpc/auth_des.h$", "<rpc/auth_des.h>"},
|
|
439 {"include/rpc/rpc_msg.h$", "<rpc/rpc_msg.h>"},
|
|
440 {"include/rpc/pmap_clnt.h$", "<rpc/pmap_clnt.h>"},
|
|
441 {"include/rpc/rpc.h$", "<rpc/rpc.h>"},
|
|
442 {"include/rpc/types.h$", "<rpc/types.h>"},
|
|
443 {"include/rpc/auth_unix.h$", "<rpc/auth_unix.h>"},
|
|
444 {"include/rpc/key_prot.h$", "<rpc/key_prot.h>"},
|
|
445 {"include/rpc/pmap_prot.h$", "<rpc/pmap_prot.h>"},
|
|
446 {"include/rpc/auth.h$", "<rpc/auth.h>"},
|
|
447 {"include/rpc/svc_auth.h$", "<rpc/svc_auth.h>"},
|
|
448 {"include/rpc/xdr.h$", "<rpc/xdr.h>"},
|
|
449 {"include/rpc/pmap_rmt.h$", "<rpc/pmap_rmt.h>"},
|
|
450 {"include/rpc/des_crypt.h$", "<rpc/des_crypt.h>"},
|
|
451 {"include/rpc/svc.h$", "<rpc/svc.h>"},
|
|
452 {"include/rpc/rpc_des.h$", "<rpc/rpc_des.h>"},
|
|
453 {"include/rpc/clnt.h$", "<rpc/clnt.h>"},
|
|
454 {"include/scsi/scsi.h$", "<scsi/scsi.h>"},
|
|
455 {"include/scsi/sg.h$", "<scsi/sg.h>"},
|
|
456 {"include/scsi/scsi_ioctl.h$", "<scsi/scsi_ioctl>"},
|
|
457 {"include/netrose/rose.h$", "<netrose/rose.h>"},
|
|
458 {"include/nfs/nfs.h$", "<nfs/nfs.h>"},
|
|
459 {"include/netatalk/at.h$", "<netatalk/at.h>"},
|
|
460 {"include/netinet/ether.h$", "<netinet/ether.h>"},
|
|
461 {"include/netinet/icmp6.h$", "<netinet/icmp6.h>"},
|
|
462 {"include/netinet/if_ether.h$", "<netinet/if_ether.h>"},
|
|
463 {"include/netinet/if_fddi.h$", "<netinet/if_fddi.h>"},
|
|
464 {"include/netinet/if_tr.h$", "<netinet/if_tr.h>"},
|
|
465 {"include/netinet/igmp.h$", "<netinet/igmp.h>"},
|
|
466 {"include/netinet/in.h$", "<netinet/in.h>"},
|
|
467 {"include/netinet/in_systm.h$", "<netinet/in_systm.h>"},
|
|
468 {"include/netinet/ip.h$", "<netinet/ip.h>"},
|
|
469 {"include/netinet/ip6.h$", "<netinet/ip6.h>"},
|
|
470 {"include/netinet/ip_icmp.h$", "<netinet/ip_icmp.h>"},
|
|
471 {"include/netinet/tcp.h$", "<netinet/tcp.h>"},
|
|
472 {"include/netinet/udp.h$", "<netinet/udp.h>"},
|
|
473 {"include/netrom/netrom.h$", "<netrom/netrom.h>"},
|
|
474 {"include/protocols/routed.h$", "<protocols/routed.h>"},
|
|
475 {"include/protocols/rwhod.h$", "<protocols/rwhod.h>"},
|
|
476 {"include/protocols/talkd.h$", "<protocols/talkd.h>"},
|
|
477 {"include/protocols/timed.h$", "<protocols/timed.h>"},
|
|
478 {"include/rpcsvc/klm_prot.x$", "<rpcsvc/klm_prot.x>"},
|
|
479 {"include/rpcsvc/rstat.h$", "<rpcsvc/rstat.h>"},
|
|
480 {"include/rpcsvc/spray.x$", "<rpcsvc/spray.x>"},
|
|
481 {"include/rpcsvc/nlm_prot.x$", "<rpcsvc/nlm_prot.x>"},
|
|
482 {"include/rpcsvc/nis_callback.x$", "<rpcsvc/nis_callback.x>"},
|
|
483 {"include/rpcsvc/yp.h$", "<rpcsvc/yp.h>"},
|
|
484 {"include/rpcsvc/yp.x$", "<rpcsvc/yp.x>"},
|
|
485 {"include/rpcsvc/nfs_prot.h$", "<rpcsvc/nfs_prot.h>"},
|
|
486 {"include/rpcsvc/rex.h$", "<rpcsvc/rex.h>"},
|
|
487 {"include/rpcsvc/yppasswd.h$", "<rpcsvc/yppasswd.h>"},
|
|
488 {"include/rpcsvc/rex.x$", "<rpcsvc/rex.x>"},
|
|
489 {"include/rpcsvc/nis_tags.h$", "<rpcsvc/nis_tags.h>"},
|
|
490 {"include/rpcsvc/nis_callback.h$", "<rpcsvc/nis_callback.h>"},
|
|
491 {"include/rpcsvc/nfs_prot.x$", "<rpcsvc/nfs_prot.x>"},
|
|
492 {"include/rpcsvc/bootparam_prot.x$", "<rpcsvc/bootparam_prot.x>"},
|
|
493 {"include/rpcsvc/rusers.x$", "<rpcsvc/rusers.x>"},
|
|
494 {"include/rpcsvc/rquota.x$", "<rpcsvc/rquota.x>"},
|
|
495 {"include/rpcsvc/nis.h$", "<rpcsvc/nis.h>"},
|
|
496 {"include/rpcsvc/nislib.h$", "<rpcsvc/nislib.h>"},
|
|
497 {"include/rpcsvc/ypupd.h$", "<rpcsvc/ypupd.h>"},
|
|
498 {"include/rpcsvc/bootparam.h$", "<rpcsvc/bootparam.h>"},
|
|
499 {"include/rpcsvc/spray.h$", "<rpcsvc/spray.h>"},
|
|
500 {"include/rpcsvc/key_prot.h$", "<rpcsvc/key_prot.h>"},
|
|
501 {"include/rpcsvc/klm_prot.h$", "<rpcsvc/klm_prot.h>"},
|
|
502 {"include/rpcsvc/sm_inter.h$", "<rpcsvc/sm_inter.h>"},
|
|
503 {"include/rpcsvc/nlm_prot.h$", "<rpcsvc/nlm_prot.h>"},
|
|
504 {"include/rpcsvc/yp_prot.h$", "<rpcsvc/yp_prot.h>"},
|
|
505 {"include/rpcsvc/ypclnt.h$", "<rpcsvc/ypclnt.h>"},
|
|
506 {"include/rpcsvc/rstat.x$", "<rpcsvc/rstat.x>"},
|
|
507 {"include/rpcsvc/rusers.h$", "<rpcsvc/rusers.h>"},
|
|
508 {"include/rpcsvc/key_prot.x$", "<rpcsvc/key_prot.x>"},
|
|
509 {"include/rpcsvc/sm_inter.x$", "<rpcsvc/sm_inter.x>"},
|
|
510 {"include/rpcsvc/rquota.h$", "<rpcsvc/rquota.h>"},
|
|
511 {"include/rpcsvc/nis.x$", "<rpcsvc/nis.x>"},
|
|
512 {"include/rpcsvc/bootparam_prot.h$", "<rpcsvc/bootparam_prot.h>"},
|
|
513 {"include/rpcsvc/mount.h$", "<rpcsvc/mount.h>"},
|
|
514 {"include/rpcsvc/mount.x$", "<rpcsvc/mount.x>"},
|
|
515 {"include/rpcsvc/nis_object.x$", "<rpcsvc/nis_object.x>"},
|
|
516 {"include/rpcsvc/yppasswd.x$", "<rpcsvc/yppasswd.x>"},
|
|
517 {"sys/acct.h$", "<sys/acct.h>"},
|
|
518 {"sys/auxv.h$", "<sys/auxv.h>"},
|
|
519 {"sys/cdefs.h$", "<sys/cdefs.h>"},
|
|
520 {"sys/debugreg.h$", "<sys/debugreg.h>"},
|
|
521 {"sys/dir.h$", "<sys/dir.h>"},
|
|
522 {"sys/elf.h$", "<sys/elf.h>"},
|
|
523 {"sys/epoll.h$", "<sys/epoll.h>"},
|
|
524 {"sys/eventfd.h$", "<sys/eventfd.h>"},
|
|
525 {"sys/fanotify.h$", "<sys/fanotify.h>"},
|
|
526 {"sys/file.h$", "<sys/file.h>"},
|
|
527 {"sys/fsuid.h$", "<sys/fsuid.h>"},
|
|
528 {"sys/gmon.h$", "<sys/gmon.h>"},
|
|
529 {"sys/gmon_out.h$", "<sys/gmon_out.h>"},
|
|
530 {"sys/inotify.h$", "<sys/inotify.h>"},
|
|
531 {"sys/io.h$", "<sys/io.h>"},
|
|
532 {"sys/ioctl.h$", "<sys/ioctl.h>"},
|
|
533 {"sys/ipc.h$", "<sys/ipc.h>"},
|
|
534 {"sys/kd.h$", "<sys/kd.h>"},
|
|
535 {"sys/kdaemon.h$", "<sys/kdaemon.h>"},
|
|
536 {"sys/klog.h$", "<sys/klog.h>"},
|
|
537 {"sys/mman.h$", "<sys/mman.h>"},
|
|
538 {"sys/mount.h$", "<sys/mount.h>"},
|
|
539 {"sys/msg.h$", "<sys/msg.h>"},
|
|
540 {"sys/mtio.h$", "<sys/mtio.h>"},
|
|
541 {"sys/param.h$", "<sys/param.h>"},
|
|
542 {"sys/pci.h$", "<sys/pci.h>"},
|
|
543 {"sys/perm.h$", "<sys/perm.h>"},
|
|
544 {"sys/personality.h$", "<sys/personality.h>"},
|
|
545 {"sys/poll.h$", "<sys/poll.h>"},
|
|
546 {"sys/prctl.h$", "<sys/prctl.h>"},
|
|
547 {"sys/procfs.h$", "<sys/procfs.h>"},
|
|
548 {"sys/profil.h$", "<sys/profil.h>"},
|
|
549 {"sys/ptrace.h$", "<sys/ptrace.h>"},
|
|
550 {"sys/queue.h$", "<sys/queue.h>"},
|
|
551 {"sys/quota.h$", "<sys/quota.h>"},
|
|
552 {"sys/raw.h$", "<sys/raw.h>"},
|
|
553 {"sys/reboot.h$", "<sys/reboot.h>"},
|
|
554 {"sys/reg.h$", "<sys/reg.h>"},
|
|
555 {"sys/resource.h$", "<sys/resource.h>"},
|
|
556 {"sys/select.h$", "<sys/select.h>"},
|
|
557 {"sys/sem.h$", "<sys/sem.h>"},
|
|
558 {"sys/sendfile.h$", "<sys/sendfile.h>"},
|
|
559 {"sys/shm.h$", "<sys/shm.h>"},
|
|
560 {"sys/signalfd.h$", "<sys/signalfd.h>"},
|
|
561 {"sys/socket.h$", "<sys/socket.h>"},
|
|
562 {"sys/stat.h$", "<sys/stat.h>"},
|
|
563 {"sys/statfs.h$", "<sys/statfs.h>"},
|
|
564 {"sys/statvfs.h$", "<sys/statvfs.h>"},
|
|
565 {"sys/swap.h$", "<sys/swap.h>"},
|
|
566 {"sys/syscall.h$", "<sys/syscall.h>"},
|
|
567 {"sys/sysctl.h$", "<sys/sysctl.h>"},
|
|
568 {"sys/sysinfo.h$", "<sys/sysinfo.h>"},
|
|
569 {"sys/syslog.h$", "<sys/syslog.h>"},
|
|
570 {"sys/sysmacros.h$", "<sys/sysmacros.h>"},
|
|
571 {"sys/termios.h$", "<sys/termios.h>"},
|
|
572 {"sys/time.h$", "<sys/select.h>"},
|
|
573 {"sys/timeb.h$", "<sys/timeb.h>"},
|
|
574 {"sys/timerfd.h$", "<sys/timerfd.h>"},
|
|
575 {"sys/times.h$", "<sys/times.h>"},
|
|
576 {"sys/timex.h$", "<sys/timex.h>"},
|
|
577 {"sys/ttychars.h$", "<sys/ttychars.h>"},
|
|
578 {"sys/ttydefaults.h$", "<sys/ttydefaults.h>"},
|
|
579 {"sys/types.h$", "<sys/types.h>"},
|
|
580 {"sys/ucontext.h$", "<sys/ucontext.h>"},
|
|
581 {"sys/uio.h$", "<sys/uio.h>"},
|
|
582 {"sys/un.h$", "<sys/un.h>"},
|
|
583 {"sys/user.h$", "<sys/user.h>"},
|
|
584 {"sys/ustat.h$", "<sys/ustat.h>"},
|
|
585 {"sys/utsname.h$", "<sys/utsname.h>"},
|
|
586 {"sys/vlimit.h$", "<sys/vlimit.h>"},
|
|
587 {"sys/vm86.h$", "<sys/vm86.h>"},
|
|
588 {"sys/vtimes.h$", "<sys/vtimes.h>"},
|
|
589 {"sys/wait.h$", "<sys/wait.h>"},
|
|
590 {"sys/xattr.h$", "<sys/xattr.h>"},
|
|
591 {"bits/epoll.h$", "<sys/epoll.h>"},
|
|
592 {"bits/eventfd.h$", "<sys/eventfd.h>"},
|
|
593 {"bits/inotify.h$", "<sys/inotify.h>"},
|
|
594 {"bits/ipc.h$", "<sys/ipc.h>"},
|
|
595 {"bits/ipctypes.h$", "<sys/ipc.h>"},
|
|
596 {"bits/mman-linux.h$", "<sys/mman.h>"},
|
|
597 {"bits/mman.h$", "<sys/mman.h>"},
|
|
598 {"bits/msq.h$", "<sys/msg.h>"},
|
|
599 {"bits/resource.h$", "<sys/resource.h>"},
|
|
600 {"bits/sem.h$", "<sys/sem.h>"},
|
|
601 {"bits/shm.h$", "<sys/shm.h>"},
|
|
602 {"bits/signalfd.h$", "<sys/signalfd.h>"},
|
|
603 {"bits/statfs.h$", "<sys/statfs.h>"},
|
|
604 {"bits/statvfs.h$", "<sys/statvfs.h>"},
|
|
605 {"bits/timerfd.h$", "<sys/timerfd.h>"},
|
|
606 {"bits/utsname.h$", "<sys/utsname.h>"},
|
|
607 {"bits/auxv.h$", "<sys/auxv.h>"},
|
|
608 {"bits/byteswap-16.h$", "<byteswap.h>"},
|
|
609 {"bits/byteswap.h$", "<byteswap.h>"},
|
|
610 {"bits/confname.h$", "<unistd.h>"},
|
|
611 {"bits/dirent.h$", "<dirent.h>"},
|
|
612 {"bits/dlfcn.h$", "<dlfcn.h>"},
|
|
613 {"bits/elfclass.h$", "<link.h>"},
|
|
614 {"bits/endian.h$", "<endian.h>"},
|
|
615 {"bits/environments.h$", "<unistd.h>"},
|
|
616 {"bits/fcntl-linux.h$", "<fcntl.h>"},
|
|
617 {"bits/fcntl.h$", "<fcntl.h>"},
|
|
618 {"bits/in.h$", "<netinet/in.h>"},
|
|
619 {"bits/ioctl-types.h$", "<sys/ioctl.h>"},
|
|
620 {"bits/ioctls.h$", "<sys/ioctl.h>"},
|
|
621 {"bits/link.h$", "<link.h>"},
|
|
622 {"bits/mqueue.h$", "<mqueue.h>"},
|
|
623 {"bits/netdb.h$", "<netdb.h>"},
|
|
624 {"bits/param.h$", "<sys/param.h>"},
|
|
625 {"bits/poll.h$", "<sys/poll.h>"},
|
|
626 {"bits/posix_opt.h$", "<bits/posix_opt.h>"},
|
|
627 {"bits/pthreadtypes.h$", "<pthread.h>"},
|
|
628 {"bits/sched.h$", "<sched.h>"},
|
|
629 {"bits/select.h$", "<sys/select.h>"},
|
|
630 {"bits/semaphore.h$", "<semaphore.h>"},
|
|
631 {"bits/sigthread.h$", "<pthread.h>"},
|
|
632 {"bits/sockaddr.h$", "<sys/socket.h>"},
|
|
633 {"bits/socket.h$", "<sys/socket.h>"},
|
|
634 {"bits/socket_type.h$", "<sys/socket.h>"},
|
|
635 {"bits/stab.def$", "<stab.h>"},
|
|
636 {"bits/stat.h$", "<sys/stat.h>"},
|
|
637 {"bits/stropts.h$", "<stropts.h>"},
|
|
638 {"bits/syscall.h$", "<sys/syscall.h>"},
|
|
639 {"bits/syslog-path.h$", "<sys/syslog.h>"},
|
|
640 {"bits/termios.h$", "<termios.h>"},
|
|
641 {"bits/types.h$", "<sys/types.h>"},
|
|
642 {"bits/typesizes.h$", "<sys/types.h>"},
|
|
643 {"bits/uio.h$", "<sys/uio.h>"},
|
|
644 {"bits/ustat.h$", "<sys/ustat.h>"},
|
|
645 {"bits/utmp.h$", "<utmp.h>"},
|
|
646 {"bits/utmpx.h$", "<utmpx.h>"},
|
|
647 {"bits/waitflags.h$", "<sys/wait.h>"},
|
|
648 {"bits/waitstatus.h$", "<sys/wait.h>"},
|
|
649 {"bits/xtitypes.h$", "<stropts.h>"},
|
|
650 };
|
|
651 return &STLPostfixHeaderMap;
|
|
652 }
|
|
653
|
|
654 } // namespace find_all_symbols
|
|
655 } // namespace clang
|