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