From 04e7a06bede9015e33962fb8cc20b9f99691bb53 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Tue, 23 Apr 2024 21:57:23 +0000 Subject: [PATCH 1/7] Move libcxx to //flutter/third_party Fixes https://github.com/flutter/flutter/issues/144202 --- DEPS | 6 +++--- .../{ => flutter}/third_party/libcxx/BUILD.gn | 10 +++++----- .../third_party/libcxx/config/__config_site | 0 .../{ => flutter}/third_party/libcxxabi/BUILD.gn | 2 +- tools/licenses/lib/main.dart | 4 ++-- tools/licenses/lib/paths.dart | 10 +++++----- 6 files changed, 16 insertions(+), 16 deletions(-) rename build/secondary/{ => flutter}/third_party/libcxx/BUILD.gn (90%) rename build/secondary/{ => flutter}/third_party/libcxx/config/__config_site (100%) rename build/secondary/{ => flutter}/third_party/libcxxabi/BUILD.gn (97%) diff --git a/DEPS b/DEPS index 11d6fc31db35a..9d47d675246be 100644 --- a/DEPS +++ b/DEPS @@ -277,7 +277,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '7840a4af027fc21161d4ae14a3d4d9c9bab049a2', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '7f832aed9b02b6da55756234b85e753d0411855e', 'src/flutter/third_party/depot_tools': Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7', @@ -288,10 +288,10 @@ deps = { 'src/flutter/third_party/harfbuzz': Var('flutter_git') + '/third_party/harfbuzz' + '@' + 'ea8f97c615f0ba17dc25013ef67dbd6bfaaa76f2', - 'src/third_party/libcxx': + 'src/flutter/third_party/libcxx': Var('llvm_git') + '/llvm-project/libcxx' + '@' + '44079a4cc04cdeffb9cfe8067bfb3c276fb2bab0', - 'src/third_party/libcxxabi': + 'src/flutter/third_party/libcxxabi': Var('llvm_git') + '/llvm-project/libcxxabi' + '@' + '2ce528fb5e0f92e57c97ec3ff53b75359d33af12', 'src/flutter/third_party/glfw': diff --git a/build/secondary/third_party/libcxx/BUILD.gn b/build/secondary/flutter/third_party/libcxx/BUILD.gn similarity index 90% rename from build/secondary/third_party/libcxx/BUILD.gn rename to build/secondary/flutter/third_party/libcxx/BUILD.gn index 710ebe465d1b2..0e3146490718f 100644 --- a/build/secondary/third_party/libcxx/BUILD.gn +++ b/build/secondary/flutter/third_party/libcxx/BUILD.gn @@ -4,7 +4,7 @@ config("libcxx_config") { defines = [ "_LIBCPP_DISABLE_AVAILABILITY=1" ] - include_dirs = [ "//flutter/build/secondary/third_party/libcxx/config" ] + include_dirs = [ "//flutter/build/secondary/flutter/third_party/libcxx/config" ] } config("src_include") { @@ -56,7 +56,7 @@ source_set("libcxx") { "src/vector.cpp", ] - deps = [ "//third_party/libcxxabi" ] + deps = [ "//flutter/third_party/libcxxabi" ] # TODO(goderbauer): remove when all sources build with LTO for android_arm64 and android_x64. if (is_android && (current_cpu == "arm64" || current_cpu == "x64")) { @@ -66,7 +66,7 @@ source_set("libcxx") { public_configs = [ ":libcxx_config", - "//third_party/libcxxabi:libcxxabi_config", + "//flutter/third_party/libcxxabi:libcxxabi_config", ] defines = [ @@ -101,11 +101,11 @@ source_set("libcxx_nolto") { cflags_cc = [ "-fno-lto" ] - deps = [ "//third_party/libcxxabi" ] + deps = [ "//flutter/third_party/libcxxabi" ] public_configs = [ ":libcxx_config", - "//third_party/libcxxabi:libcxxabi_config", + "//flutter/third_party/libcxxabi:libcxxabi_config", ] defines = [ diff --git a/build/secondary/third_party/libcxx/config/__config_site b/build/secondary/flutter/third_party/libcxx/config/__config_site similarity index 100% rename from build/secondary/third_party/libcxx/config/__config_site rename to build/secondary/flutter/third_party/libcxx/config/__config_site diff --git a/build/secondary/third_party/libcxxabi/BUILD.gn b/build/secondary/flutter/third_party/libcxxabi/BUILD.gn similarity index 97% rename from build/secondary/third_party/libcxxabi/BUILD.gn rename to build/secondary/flutter/third_party/libcxxabi/BUILD.gn index f3b308d4ffe72..12a0a43c0c943 100644 --- a/build/secondary/third_party/libcxxabi/BUILD.gn +++ b/build/secondary/flutter/third_party/libcxxabi/BUILD.gn @@ -38,7 +38,7 @@ source_set("libcxxabi") { configs -= [ "//build/config/compiler:cxx_version_default" ] configs += [ "//build/config/compiler:cxx_version_20" ] - configs += [ "//third_party/libcxx:src_include" ] + configs += [ "//flutter/third_party/libcxx:src_include" ] # No translation units in the engine are built with exceptions. But, using # Objective-C exceptions requires some infrastructure setup for exceptions. diff --git a/tools/licenses/lib/main.dart b/tools/licenses/lib/main.dart index e431a0106b516..2385d9b5427a3 100644 --- a/tools/licenses/lib/main.dart +++ b/tools/licenses/lib/main.dart @@ -995,6 +995,8 @@ class _RepositoryDirectory extends _RepositoryEntry implements LicenseSource { '/flutter/third_party/freetype2/LICENSE.TXT': _RepositoryFreetypeLicenseFile.new, '/flutter/third_party/icu/LICENSE': _RepositoryIcuLicenseFile.new, '/flutter/third_party/inja/third_party/include/nlohmann/json.hpp': _RepositoryInjaJsonFile.new, + '/flutter/third_party/libcxx/LICENSE.TXT': _RepositoryCxxStlDualLicenseFile.new, + '/flutter/third_party/libcxxabi/LICENSE.TXT': _RepositoryCxxStlDualLicenseFile.new, '/flutter/third_party/libjpeg-turbo/src/LICENSE': _RepositoryLibJpegTurboLicenseFile.new, '/flutter/third_party/libjpeg-turbo/src/README.ijg': _RepositoryReadmeIjgFile.new, '/flutter/third_party/libpng/LICENSE': _RepositoryLibPngLicenseFile.new, @@ -1004,8 +1006,6 @@ class _RepositoryDirectory extends _RepositoryEntry implements LicenseSource { '/fuchsia/sdk/linux/LICENSE.vulkan': _RepositoryFuchsiaSdkLinuxLicenseFile.new, '/fuchsia/sdk/mac/LICENSE.vulkan': _RepositoryFuchsiaSdkLinuxLicenseFile.new, '/third_party/khronos/LICENSE': _RepositoryKhronosLicenseFile.new, - '/third_party/libcxx/LICENSE.TXT': _RepositoryCxxStlDualLicenseFile.new, - '/third_party/libcxxabi/LICENSE.TXT': _RepositoryCxxStlDualLicenseFile.new, }; _RepositoryFile createFile(fs.IoNode entry) { diff --git a/tools/licenses/lib/paths.dart b/tools/licenses/lib/paths.dart index 65aa3a2200a13..af75a849e6d96 100644 --- a/tools/licenses/lib/paths.dart +++ b/tools/licenses/lib/paths.dart @@ -103,6 +103,11 @@ final Set skippedPaths = { r'flutter/third_party/inja/third_party/amalgamate', // only used at build time r'flutter/third_party/inja/third_party/include/doctest', // seems to be a unit test library r'flutter/third_party/json/docs', + r'flutter/third_party/libcxx/benchmarks', + r'flutter/third_party/libcxx/docs', + r'flutter/third_party/libcxx/src/support/solaris', + r'flutter/third_party/libcxx/utils', + r'flutter/third_party/libcxxabi/www', r'flutter/third_party/libpng/ci', // not linked in r'flutter/third_party/libpng/contrib', // not linked in r'flutter/third_party/libpng/loongarch', // not linked in @@ -217,11 +222,6 @@ final Set skippedPaths = { r'third_party/android_tools', // excluded on advice r'third_party/gradle', r'third_party/java', // only used for Android builds - r'third_party/libcxx/benchmarks', - r'third_party/libcxx/docs', - r'third_party/libcxx/src/support/solaris', - r'third_party/libcxx/utils', - r'third_party/libcxxabi/www', r'third_party/libxml', // dependency of the testing system that we don't actually use r'third_party/web_dependencies/canvaskit', // redundant; covered by Skia dependencies r'tools', // not distributed in binary From 35e620c983e905c683460745fba7517c35b6745d Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Mon, 13 May 2024 20:26:03 +0000 Subject: [PATCH 2/7] licenses --- ci/licenses.sh | 2 +- ci/licenses_golden/licenses_flutter | 2104 ++++++++++++++++++++++++++- ci/licenses_golden/tool_signature | 2 +- 3 files changed, 2105 insertions(+), 3 deletions(-) diff --git a/ci/licenses.sh b/ci/licenses.sh index 535779d6044b1..ef7e0bca316da 100755 --- a/ci/licenses.sh +++ b/ci/licenses.sh @@ -174,7 +174,7 @@ function verify_licenses() ( local actualLicenseCount actualLicenseCount="$(tail -n 1 flutter/ci/licenses_golden/licenses_flutter | tr -dc '0-9')" - local expectedLicenseCount=899 # When changing this number: Update the error message below as well describing the newly expected license types. + local expectedLicenseCount=903 # When changing this number: Update the error message below as well describing the newly expected license types. if [[ $actualLicenseCount -ne $expectedLicenseCount ]]; then echo "=============================== ERROR ===============================" diff --git a/ci/licenses_golden/licenses_flutter b/ci/licenses_golden/licenses_flutter index f2ee74a6b9557..1bdaaaeb17c30 100644 --- a/ci/licenses_golden/licenses_flutter +++ b/ci/licenses_golden/licenses_flutter @@ -8477,6 +8477,1929 @@ See the License for the specific language governing permissions and limitations under the License. ==================================================================================================== +==================================================================================================== +LIBRARY: libcxx +LIBRARY: libcxxabi +ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../flutter/third_party/libcxx/src/charconv.cpp +ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../flutter/third_party/libcxx/src/include/ryu/common.h +ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../flutter/third_party/libcxx/src/include/ryu/d2fixed.h +ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../flutter/third_party/libcxx/src/include/ryu/d2fixed_full_table.h +ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../flutter/third_party/libcxx/src/include/ryu/d2s.h +ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../flutter/third_party/libcxx/src/include/ryu/d2s_full_table.h +ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../flutter/third_party/libcxx/src/include/ryu/d2s_intrinsics.h +ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../flutter/third_party/libcxx/src/include/ryu/digit_table.h +ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../flutter/third_party/libcxx/src/include/ryu/f2s.h +ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../flutter/third_party/libcxx/src/include/ryu/ryu.h +ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../flutter/third_party/libcxx/src/include/to_chars_floating_point.h +ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../flutter/third_party/libcxx/src/ryu/d2fixed.cpp +ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../flutter/third_party/libcxx/src/ryu/d2s.cpp +ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../flutter/third_party/libcxx/src/ryu/f2s.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/adjacent_find.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/all_of.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/any_of.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/binary_search.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/clamp.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/comp.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/comp_ref_type.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/copy.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/copy_backward.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/copy_if.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/copy_n.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/count.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/count_if.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/equal.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/equal_range.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/fill.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/fill_n.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/find.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/find_end.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/find_first_of.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/find_if.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/find_if_not.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/for_each.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/for_each_n.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/generate.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/generate_n.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/half_positive.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/in_found_result.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/in_fun_result.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/in_in_out_result.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/in_in_result.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/in_out_out_result.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/in_out_result.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/includes.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/inplace_merge.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/is_heap.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/is_heap_until.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/is_partitioned.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/is_permutation.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/is_sorted.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/is_sorted_until.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/iter_swap.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/iterator_operations.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/lexicographical_compare.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/lower_bound.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/make_heap.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/make_projected.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/max.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/max_element.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/merge.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/min.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/min_element.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/min_max_result.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/minmax.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/minmax_element.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/mismatch.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/move.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/move_backward.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/next_permutation.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/none_of.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/nth_element.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/partial_sort.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/partial_sort_copy.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/partition.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/partition_copy.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/partition_point.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/pop_heap.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/prev_permutation.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/push_heap.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_adjacent_find.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_all_of.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_any_of.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_binary_search.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_copy.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_copy_backward.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_copy_if.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_copy_n.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_count.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_count_if.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_equal.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_fill.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_fill_n.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_find.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_find_first_of.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_find_if.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_find_if_not.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_for_each.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_for_each_n.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_is_partitioned.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_is_sorted.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_is_sorted_until.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_lexicographical_compare.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_lower_bound.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_max.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_max_element.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_merge.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_min.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_min_element.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_minmax.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_minmax_element.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_mismatch.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_move.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_move_backward.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_none_of.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_nth_element.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_remove.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_remove_if.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_replace.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_replace_if.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_reverse.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_set_difference.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_sort.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_stable_sort.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_swap_ranges.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_transform.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/ranges_upper_bound.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/remove.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/remove_copy.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/remove_copy_if.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/remove_if.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/replace.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/replace_copy.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/replace_copy_if.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/replace_if.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/reverse.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/reverse_copy.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/rotate.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/rotate_copy.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/sample.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/search.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/search_n.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/set_difference.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/set_intersection.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/set_symmetric_difference.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/set_union.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/shift_left.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/shift_right.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/shuffle.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/sift_down.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/sort.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/sort_heap.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/stable_partition.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/stable_sort.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/swap_ranges.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/transform.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/unique.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/unique_copy.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/unwrap_iter.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__algorithm/upper_bound.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__assert +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__availability +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__bit/bit_cast.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__bit/byteswap.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__bit_reference +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__bits +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__bsd_locale_defaults.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__bsd_locale_fallbacks.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__charconv/chars_format.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__charconv/from_chars_result.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__charconv/tables.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__charconv/to_chars_base_10.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__charconv/to_chars_result.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__chrono/calendar.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__chrono/convert_to_timespec.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__chrono/day.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__chrono/duration.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__chrono/file_clock.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__chrono/hh_mm_ss.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__chrono/high_resolution_clock.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__chrono/literals.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__chrono/month.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__chrono/month_weekday.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__chrono/monthday.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__chrono/steady_clock.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__chrono/system_clock.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__chrono/time_point.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__chrono/weekday.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__chrono/year.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__chrono/year_month.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__chrono/year_month_day.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__chrono/year_month_weekday.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__compare/common_comparison_category.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__compare/compare_partial_order_fallback.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__compare/compare_strong_order_fallback.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__compare/compare_three_way.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__compare/compare_three_way_result.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__compare/compare_weak_order_fallback.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__compare/is_eq.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__compare/ordering.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__compare/partial_order.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__compare/strong_order.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__compare/synth_three_way.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__compare/three_way_comparable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__compare/weak_order.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__concepts/arithmetic.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__concepts/assignable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__concepts/boolean_testable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__concepts/class_or_enum.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__concepts/common_reference_with.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__concepts/common_with.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__concepts/constructible.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__concepts/convertible_to.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__concepts/copyable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__concepts/derived_from.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__concepts/destructible.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__concepts/different_from.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__concepts/equality_comparable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__concepts/invocable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__concepts/movable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__concepts/predicate.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__concepts/regular.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__concepts/relation.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__concepts/same_as.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__concepts/semiregular.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__concepts/swappable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__concepts/totally_ordered.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__config +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__config_site.in +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__coroutine/coroutine_handle.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__coroutine/coroutine_traits.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__coroutine/noop_coroutine_handle.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__coroutine/trivial_awaitables.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__debug +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__debug_utils/randomize_range.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__errc +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__filesystem/copy_options.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__filesystem/directory_entry.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__filesystem/directory_iterator.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__filesystem/directory_options.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__filesystem/file_status.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__filesystem/file_time_type.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__filesystem/file_type.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__filesystem/filesystem_error.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__filesystem/operations.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__filesystem/path.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__filesystem/path_iterator.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__filesystem/perm_options.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__filesystem/perms.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__filesystem/recursive_directory_iterator.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__filesystem/space_info.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__filesystem/u8path.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__format/buffer.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__format/concepts.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__format/enable_insertable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__format/format_arg.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__format/format_arg_store.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__format/format_args.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__format/format_context.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__format/format_error.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__format/format_fwd.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__format/format_parse_context.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__format/format_string.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__format/format_to_n_result.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__format/formatter.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__format/formatter_bool.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__format/formatter_char.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__format/formatter_floating_point.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__format/formatter_integer.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__format/formatter_integral.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__format/formatter_output.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__format/formatter_pointer.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__format/formatter_string.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__format/parser_std_format_spec.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/binary_function.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/binary_negate.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/bind.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/bind_back.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/bind_front.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/binder1st.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/binder2nd.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/boyer_moore_searcher.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/compose.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/default_searcher.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/function.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/hash.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/identity.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/invoke.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/is_transparent.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/mem_fn.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/mem_fun_ref.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/not_fn.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/operations.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/perfect_forward.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/pointer_to_binary_function.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/pointer_to_unary_function.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/ranges_operations.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/reference_wrapper.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/unary_function.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/unary_negate.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/unwrap_ref.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__functional/weak_result_type.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__fwd/span.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__fwd/string_view.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__hash_table +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ios/fpos.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/access.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/advance.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/back_insert_iterator.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/bounded_iter.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/common_iterator.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/concepts.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/counted_iterator.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/data.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/default_sentinel.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/distance.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/empty.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/erase_if_container.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/front_insert_iterator.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/incrementable_traits.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/indirectly_comparable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/insert_iterator.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/istream_iterator.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/istreambuf_iterator.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/iter_move.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/iter_swap.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/iterator.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/iterator_traits.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/mergeable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/move_iterator.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/move_sentinel.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/next.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/ostream_iterator.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/ostreambuf_iterator.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/permutable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/prev.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/projected.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/readable_traits.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/reverse_access.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/reverse_iterator.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/size.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/sortable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/unreachable_sentinel.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__iterator/wrap_iter.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__locale +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__mbstate_t.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__memory/addressof.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__memory/allocate_at_least.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__memory/allocation_guard.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__memory/allocator.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__memory/allocator_arg_t.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__memory/allocator_traits.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__memory/assume_aligned.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__memory/auto_ptr.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__memory/compressed_pair.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__memory/concepts.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__memory/construct_at.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__memory/pointer_traits.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__memory/ranges_construct_at.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__memory/ranges_uninitialized_algorithms.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__memory/raw_storage_iterator.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__memory/shared_ptr.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__memory/temporary_buffer.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__memory/uninitialized_algorithms.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__memory/unique_ptr.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__memory/uses_allocator.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__memory/voidify.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__mutex_base +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__node_handle +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__numeric/accumulate.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__numeric/adjacent_difference.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__numeric/exclusive_scan.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__numeric/gcd_lcm.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__numeric/inclusive_scan.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__numeric/inner_product.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__numeric/iota.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__numeric/midpoint.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__numeric/partial_sum.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__numeric/reduce.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__numeric/transform_exclusive_scan.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__numeric/transform_inclusive_scan.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__numeric/transform_reduce.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/bernoulli_distribution.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/binomial_distribution.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/cauchy_distribution.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/chi_squared_distribution.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/clamp_to_integral.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/default_random_engine.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/discard_block_engine.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/discrete_distribution.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/exponential_distribution.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/extreme_value_distribution.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/fisher_f_distribution.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/gamma_distribution.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/generate_canonical.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/geometric_distribution.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/independent_bits_engine.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/is_seed_sequence.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/is_valid.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/knuth_b.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/linear_congruential_engine.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/log2.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/lognormal_distribution.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/mersenne_twister_engine.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/negative_binomial_distribution.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/normal_distribution.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/piecewise_constant_distribution.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/piecewise_linear_distribution.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/poisson_distribution.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/random_device.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/ranlux.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/seed_seq.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/shuffle_order_engine.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/student_t_distribution.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/subtract_with_carry_engine.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/uniform_int_distribution.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/uniform_random_bit_generator.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/uniform_real_distribution.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__random/weibull_distribution.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/access.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/all.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/common_view.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/concepts.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/copyable_box.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/counted.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/dangling.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/data.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/drop_view.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/empty.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/empty_view.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/enable_borrowed_range.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/enable_view.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/filter_view.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/iota_view.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/join_view.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/lazy_split_view.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/non_propagating_cache.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/owning_view.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/range_adaptor.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/rbegin.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/ref_view.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/rend.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/reverse_view.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/single_view.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/size.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/subrange.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/take_view.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/transform_view.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/view_interface.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/views.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__ranges/zip_view.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__split_buffer +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__std_stream +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__string/char_traits.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__string/extern_template_lists.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__support/android/locale_bionic.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__support/fuchsia/xlocale.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__support/ibm/gettod_zos.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__support/ibm/limits.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__support/ibm/locale_mgmt_zos.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__support/ibm/nanosleep.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__support/ibm/support.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__support/ibm/xlocale.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__support/musl/xlocale.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__support/newlib/xlocale.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__support/openbsd/xlocale.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__support/solaris/floatingpoint.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__support/solaris/wchar.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__support/solaris/xlocale.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__support/win32/limits_msvc_win32.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__support/win32/locale_win32.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__support/xlocale/__nop_locale_mgmt.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__support/xlocale/__posix_l_fallback.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__support/xlocale/__strtonum_fallback.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__thread/poll_with_backoff.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__thread/timed_backoff_policy.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__threading_support +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__tree +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__tuple +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/add_const.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/add_cv.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/add_lvalue_reference.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/add_pointer.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/add_rvalue_reference.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/add_volatile.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/alignment_of.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/apply_cv.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/conditional.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/conjunction.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/decay.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/disjunction.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/enable_if.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/extent.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/has_unique_object_representation.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/has_virtual_destructor.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/integral_constant.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_abstract.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_aggregate.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_arithmetic.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_array.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_assignable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_base_of.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_bounded_array.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_callable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_class.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_compound.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_const.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_constant_evaluated.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_constructible.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_convertible.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_copy_assignable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_copy_constructible.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_core_convertible.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_default_constructible.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_destructible.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_empty.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_enum.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_final.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_floating_point.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_function.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_fundamental.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_integral.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_literal_type.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_member_function_pointer.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_member_object_pointer.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_member_pointer.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_move_assignable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_move_constructible.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_nothrow_assignable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_nothrow_constructible.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_nothrow_copy_assignable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_nothrow_copy_constructible.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_nothrow_default_constructible.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_nothrow_destructible.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_nothrow_move_assignable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_nothrow_move_constructible.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_null_pointer.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_object.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_pod.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_pointer.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_polymorphic.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_reference.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_reference_wrapper.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_referenceable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_same.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_scalar.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_scoped_enum.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_signed.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_standard_layout.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_trivial.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_trivially_assignable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_trivially_constructible.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_trivially_copy_assignable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_trivially_copy_constructible.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_trivially_copyable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_trivially_default_constructible.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_trivially_destructible.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_trivially_move_assignable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_trivially_move_constructible.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_unbounded_array.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_union.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_unsigned.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_void.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/is_volatile.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/negation.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/rank.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/remove_all_extents.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/remove_const.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/remove_cv.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/remove_extent.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/remove_pointer.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/remove_reference.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/remove_volatile.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/type_identity.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/underlying_type.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__type_traits/void_t.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__undef_macros +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__utility/as_const.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__utility/auto_cast.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__utility/cmp.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__utility/declval.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__utility/exchange.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__utility/forward.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__utility/in_place.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__utility/integer_sequence.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__utility/move.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__utility/pair.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__utility/piecewise_construct.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__utility/priority_tag.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__utility/rel_ops.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__utility/swap.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__utility/to_underlying.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__utility/transaction.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__utility/unreachable.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/__variant/monostate.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/algorithm +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/any +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/array +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/atomic +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/barrier +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/bit +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/bitset +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/cassert +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/ccomplex +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/cctype +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/cerrno +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/cfenv +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/cfloat +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/charconv +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/chrono +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/cinttypes +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/ciso646 +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/climits +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/clocale +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/cmath +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/codecvt +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/compare +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/complex +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/complex.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/concepts +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/condition_variable +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/coroutine +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/csetjmp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/csignal +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/cstdarg +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/cstdbool +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/cstddef +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/cstdint +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/cstdio +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/cstdlib +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/cstring +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/ctgmath +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/ctime +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/ctype.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/cuchar +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/cwchar +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/cwctype +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/deque +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/errno.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/exception +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/execution +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/experimental/__config +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/experimental/__memory +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/experimental/algorithm +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/experimental/coroutine +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/experimental/deque +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/experimental/forward_list +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/experimental/functional +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/experimental/iterator +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/experimental/list +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/experimental/map +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/experimental/memory_resource +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/experimental/propagate_const +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/experimental/regex +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/experimental/set +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/experimental/simd +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/experimental/string +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/experimental/type_traits +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/experimental/unordered_map +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/experimental/unordered_set +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/experimental/utility +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/experimental/vector +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/ext/__hash +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/ext/hash_map +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/ext/hash_set +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/fenv.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/filesystem +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/float.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/format +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/forward_list +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/fstream +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/functional +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/future +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/initializer_list +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/inttypes.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/iomanip +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/ios +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/iosfwd +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/iostream +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/istream +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/iterator +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/latch +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/limits +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/limits.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/list +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/locale +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/locale.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/map +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/math.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/memory +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/mutex +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/new +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/numbers +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/numeric +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/optional +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/ostream +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/queue +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/random +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/ranges +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/ratio +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/regex +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/scoped_allocator +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/semaphore +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/set +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/setjmp.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/shared_mutex +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/span +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/sstream +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/stack +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/stdatomic.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/stdbool.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/stddef.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/stdexcept +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/stdint.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/stdio.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/stdlib.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/streambuf +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/string +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/string.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/string_view +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/strstream +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/system_error +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/tgmath.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/thread +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/tuple +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/type_traits +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/typeindex +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/typeinfo +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/uchar.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/unordered_map +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/unordered_set +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/utility +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/valarray +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/variant +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/vector +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/wchar.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/include/wctype.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/algorithm.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/any.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/assert.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/atomic.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/barrier.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/bind.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/charconv.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/chrono.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/condition_variable.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/condition_variable_destructor.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/debug.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/exception.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/experimental/memory_resource.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/filesystem/directory_iterator.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/filesystem/filesystem_common.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/filesystem/int128_builtins.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/filesystem/operations.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/filesystem/posix_compat.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/format.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/functional.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/future.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/hash.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/include/apple_availability.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/include/atomic_support.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/include/config_elast.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/include/refstring.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/include/ryu/common.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/include/ryu/d2fixed.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/include/ryu/d2fixed_full_table.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/include/ryu/d2s.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/include/ryu/d2s_full_table.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/include/ryu/d2s_intrinsics.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/include/ryu/digit_table.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/include/ryu/f2s.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/include/ryu/ryu.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/include/sso_allocator.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/include/to_chars_floating_point.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/ios.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/ios.instantiations.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/iostream.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/legacy_debug_handler.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/legacy_pointer_safety.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/locale.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/memory.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/mutex.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/mutex_destructor.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/new.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/optional.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/random.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/random_shuffle.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/regex.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/ryu/d2fixed.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/ryu/d2s.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/ryu/f2s.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/shared_mutex.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/stdexcept.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/string.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/strstream.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/support/ibm/mbsnrtowcs.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/support/ibm/wcsnrtombs.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/support/ibm/xlocale_zos.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/support/runtime/exception_fallback.ipp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/support/runtime/exception_glibcxx.ipp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/support/runtime/exception_libcxxabi.ipp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/support/runtime/exception_libcxxrt.ipp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/support/runtime/exception_msvc.ipp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/support/runtime/exception_pointer_cxxabi.ipp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/support/runtime/exception_pointer_glibcxx.ipp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/support/runtime/exception_pointer_msvc.ipp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/support/runtime/exception_pointer_unimplemented.ipp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/support/runtime/new_handler_fallback.ipp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/support/runtime/stdexcept_default.ipp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/support/runtime/stdexcept_vcruntime.ipp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/support/win32/locale_win32.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/support/win32/support.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/support/win32/thread_win32.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/system_error.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/thread.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/typeinfo.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/utility.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/valarray.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/variant.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxx/src/vector.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/include/__cxxabi_config.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/include/cxxabi.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/abort_message.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/abort_message.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/aix_state_tab_eh.inc +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/cxa_aux_runtime.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/cxa_default_handlers.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/cxa_demangle.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/cxa_exception.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/cxa_exception.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/cxa_exception_storage.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/cxa_guard.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/cxa_guard_impl.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/cxa_handlers.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/cxa_handlers.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/cxa_noexception.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/cxa_personality.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/cxa_thread_atexit.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/cxa_vector.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/cxa_virtual.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/demangle/DemangleConfig.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/demangle/ItaniumDemangle.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/demangle/ItaniumNodes.def +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/demangle/StringView.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/demangle/Utility.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/fallback_malloc.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/fallback_malloc.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/private_typeinfo.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/private_typeinfo.h +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/stdlib_exception.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/stdlib_new_delete.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/stdlib_stdexcept.cpp +ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../flutter/third_party/libcxxabi/src/stdlib_typeinfo.cpp +TYPE: LicenseType.llvm +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/adjacent_find.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/all_of.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/any_of.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/binary_search.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/clamp.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/comp.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/comp_ref_type.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/copy.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/copy_backward.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/copy_if.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/copy_n.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/count.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/count_if.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/equal.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/equal_range.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/fill.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/fill_n.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/find.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/find_end.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/find_first_of.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/find_if.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/find_if_not.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/for_each.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/for_each_n.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/generate.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/generate_n.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/half_positive.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/in_found_result.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/in_fun_result.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/in_in_out_result.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/in_in_result.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/in_out_out_result.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/in_out_result.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/includes.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/inplace_merge.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/is_heap.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/is_heap_until.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/is_partitioned.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/is_permutation.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/is_sorted.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/is_sorted_until.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/iter_swap.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/iterator_operations.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/lexicographical_compare.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/lower_bound.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/make_heap.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/make_projected.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/max.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/max_element.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/merge.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/min.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/min_element.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/min_max_result.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/minmax.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/minmax_element.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/mismatch.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/move.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/move_backward.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/next_permutation.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/none_of.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/nth_element.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/partial_sort.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/partial_sort_copy.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/partition.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/partition_copy.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/partition_point.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/pop_heap.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/prev_permutation.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/push_heap.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_adjacent_find.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_all_of.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_any_of.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_binary_search.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_copy.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_copy_backward.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_copy_if.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_copy_n.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_count.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_count_if.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_equal.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_fill.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_fill_n.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_find.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_find_first_of.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_find_if.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_find_if_not.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_for_each.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_for_each_n.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_is_partitioned.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_is_sorted.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_is_sorted_until.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_lexicographical_compare.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_lower_bound.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_max.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_max_element.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_merge.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_min.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_min_element.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_minmax.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_minmax_element.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_mismatch.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_move.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_move_backward.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_none_of.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_nth_element.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_remove.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_remove_if.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_replace.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_replace_if.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_reverse.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_set_difference.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_sort.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_stable_sort.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_swap_ranges.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_transform.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/ranges_upper_bound.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/remove.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/remove_copy.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/remove_copy_if.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/remove_if.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/replace.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/replace_copy.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/replace_copy_if.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/replace_if.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/reverse.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/reverse_copy.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/rotate.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/rotate_copy.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/sample.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/search.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/search_n.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/set_difference.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/set_intersection.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/set_symmetric_difference.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/set_union.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/shift_left.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/shift_right.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/shuffle.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/sift_down.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/sort.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/sort_heap.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/stable_partition.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/stable_sort.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/swap_ranges.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/transform.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/unique.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/unique_copy.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/unwrap_iter.h +FILE: ../../../flutter/third_party/libcxx/include/__algorithm/upper_bound.h +FILE: ../../../flutter/third_party/libcxx/include/__assert +FILE: ../../../flutter/third_party/libcxx/include/__availability +FILE: ../../../flutter/third_party/libcxx/include/__bit/bit_cast.h +FILE: ../../../flutter/third_party/libcxx/include/__bit/byteswap.h +FILE: ../../../flutter/third_party/libcxx/include/__bit_reference +FILE: ../../../flutter/third_party/libcxx/include/__bits +FILE: ../../../flutter/third_party/libcxx/include/__bsd_locale_defaults.h +FILE: ../../../flutter/third_party/libcxx/include/__bsd_locale_fallbacks.h +FILE: ../../../flutter/third_party/libcxx/include/__charconv/chars_format.h +FILE: ../../../flutter/third_party/libcxx/include/__charconv/from_chars_result.h +FILE: ../../../flutter/third_party/libcxx/include/__charconv/tables.h +FILE: ../../../flutter/third_party/libcxx/include/__charconv/to_chars_base_10.h +FILE: ../../../flutter/third_party/libcxx/include/__charconv/to_chars_result.h +FILE: ../../../flutter/third_party/libcxx/include/__chrono/calendar.h +FILE: ../../../flutter/third_party/libcxx/include/__chrono/convert_to_timespec.h +FILE: ../../../flutter/third_party/libcxx/include/__chrono/day.h +FILE: ../../../flutter/third_party/libcxx/include/__chrono/duration.h +FILE: ../../../flutter/third_party/libcxx/include/__chrono/file_clock.h +FILE: ../../../flutter/third_party/libcxx/include/__chrono/hh_mm_ss.h +FILE: ../../../flutter/third_party/libcxx/include/__chrono/high_resolution_clock.h +FILE: ../../../flutter/third_party/libcxx/include/__chrono/literals.h +FILE: ../../../flutter/third_party/libcxx/include/__chrono/month.h +FILE: ../../../flutter/third_party/libcxx/include/__chrono/month_weekday.h +FILE: ../../../flutter/third_party/libcxx/include/__chrono/monthday.h +FILE: ../../../flutter/third_party/libcxx/include/__chrono/steady_clock.h +FILE: ../../../flutter/third_party/libcxx/include/__chrono/system_clock.h +FILE: ../../../flutter/third_party/libcxx/include/__chrono/time_point.h +FILE: ../../../flutter/third_party/libcxx/include/__chrono/weekday.h +FILE: ../../../flutter/third_party/libcxx/include/__chrono/year.h +FILE: ../../../flutter/third_party/libcxx/include/__chrono/year_month.h +FILE: ../../../flutter/third_party/libcxx/include/__chrono/year_month_day.h +FILE: ../../../flutter/third_party/libcxx/include/__chrono/year_month_weekday.h +FILE: ../../../flutter/third_party/libcxx/include/__compare/common_comparison_category.h +FILE: ../../../flutter/third_party/libcxx/include/__compare/compare_partial_order_fallback.h +FILE: ../../../flutter/third_party/libcxx/include/__compare/compare_strong_order_fallback.h +FILE: ../../../flutter/third_party/libcxx/include/__compare/compare_three_way.h +FILE: ../../../flutter/third_party/libcxx/include/__compare/compare_three_way_result.h +FILE: ../../../flutter/third_party/libcxx/include/__compare/compare_weak_order_fallback.h +FILE: ../../../flutter/third_party/libcxx/include/__compare/is_eq.h +FILE: ../../../flutter/third_party/libcxx/include/__compare/ordering.h +FILE: ../../../flutter/third_party/libcxx/include/__compare/partial_order.h +FILE: ../../../flutter/third_party/libcxx/include/__compare/strong_order.h +FILE: ../../../flutter/third_party/libcxx/include/__compare/synth_three_way.h +FILE: ../../../flutter/third_party/libcxx/include/__compare/three_way_comparable.h +FILE: ../../../flutter/third_party/libcxx/include/__compare/weak_order.h +FILE: ../../../flutter/third_party/libcxx/include/__concepts/arithmetic.h +FILE: ../../../flutter/third_party/libcxx/include/__concepts/assignable.h +FILE: ../../../flutter/third_party/libcxx/include/__concepts/boolean_testable.h +FILE: ../../../flutter/third_party/libcxx/include/__concepts/class_or_enum.h +FILE: ../../../flutter/third_party/libcxx/include/__concepts/common_reference_with.h +FILE: ../../../flutter/third_party/libcxx/include/__concepts/common_with.h +FILE: ../../../flutter/third_party/libcxx/include/__concepts/constructible.h +FILE: ../../../flutter/third_party/libcxx/include/__concepts/convertible_to.h +FILE: ../../../flutter/third_party/libcxx/include/__concepts/copyable.h +FILE: ../../../flutter/third_party/libcxx/include/__concepts/derived_from.h +FILE: ../../../flutter/third_party/libcxx/include/__concepts/destructible.h +FILE: ../../../flutter/third_party/libcxx/include/__concepts/different_from.h +FILE: ../../../flutter/third_party/libcxx/include/__concepts/equality_comparable.h +FILE: ../../../flutter/third_party/libcxx/include/__concepts/invocable.h +FILE: ../../../flutter/third_party/libcxx/include/__concepts/movable.h +FILE: ../../../flutter/third_party/libcxx/include/__concepts/predicate.h +FILE: ../../../flutter/third_party/libcxx/include/__concepts/regular.h +FILE: ../../../flutter/third_party/libcxx/include/__concepts/relation.h +FILE: ../../../flutter/third_party/libcxx/include/__concepts/same_as.h +FILE: ../../../flutter/third_party/libcxx/include/__concepts/semiregular.h +FILE: ../../../flutter/third_party/libcxx/include/__concepts/swappable.h +FILE: ../../../flutter/third_party/libcxx/include/__concepts/totally_ordered.h +FILE: ../../../flutter/third_party/libcxx/include/__config +FILE: ../../../flutter/third_party/libcxx/include/__config_site.in +FILE: ../../../flutter/third_party/libcxx/include/__coroutine/coroutine_handle.h +FILE: ../../../flutter/third_party/libcxx/include/__coroutine/coroutine_traits.h +FILE: ../../../flutter/third_party/libcxx/include/__coroutine/noop_coroutine_handle.h +FILE: ../../../flutter/third_party/libcxx/include/__coroutine/trivial_awaitables.h +FILE: ../../../flutter/third_party/libcxx/include/__debug +FILE: ../../../flutter/third_party/libcxx/include/__debug_utils/randomize_range.h +FILE: ../../../flutter/third_party/libcxx/include/__errc +FILE: ../../../flutter/third_party/libcxx/include/__filesystem/copy_options.h +FILE: ../../../flutter/third_party/libcxx/include/__filesystem/directory_entry.h +FILE: ../../../flutter/third_party/libcxx/include/__filesystem/directory_iterator.h +FILE: ../../../flutter/third_party/libcxx/include/__filesystem/directory_options.h +FILE: ../../../flutter/third_party/libcxx/include/__filesystem/file_status.h +FILE: ../../../flutter/third_party/libcxx/include/__filesystem/file_time_type.h +FILE: ../../../flutter/third_party/libcxx/include/__filesystem/file_type.h +FILE: ../../../flutter/third_party/libcxx/include/__filesystem/filesystem_error.h +FILE: ../../../flutter/third_party/libcxx/include/__filesystem/operations.h +FILE: ../../../flutter/third_party/libcxx/include/__filesystem/path.h +FILE: ../../../flutter/third_party/libcxx/include/__filesystem/path_iterator.h +FILE: ../../../flutter/third_party/libcxx/include/__filesystem/perm_options.h +FILE: ../../../flutter/third_party/libcxx/include/__filesystem/perms.h +FILE: ../../../flutter/third_party/libcxx/include/__filesystem/recursive_directory_iterator.h +FILE: ../../../flutter/third_party/libcxx/include/__filesystem/space_info.h +FILE: ../../../flutter/third_party/libcxx/include/__filesystem/u8path.h +FILE: ../../../flutter/third_party/libcxx/include/__format/buffer.h +FILE: ../../../flutter/third_party/libcxx/include/__format/concepts.h +FILE: ../../../flutter/third_party/libcxx/include/__format/enable_insertable.h +FILE: ../../../flutter/third_party/libcxx/include/__format/format_arg.h +FILE: ../../../flutter/third_party/libcxx/include/__format/format_arg_store.h +FILE: ../../../flutter/third_party/libcxx/include/__format/format_args.h +FILE: ../../../flutter/third_party/libcxx/include/__format/format_context.h +FILE: ../../../flutter/third_party/libcxx/include/__format/format_error.h +FILE: ../../../flutter/third_party/libcxx/include/__format/format_fwd.h +FILE: ../../../flutter/third_party/libcxx/include/__format/format_parse_context.h +FILE: ../../../flutter/third_party/libcxx/include/__format/format_string.h +FILE: ../../../flutter/third_party/libcxx/include/__format/format_to_n_result.h +FILE: ../../../flutter/third_party/libcxx/include/__format/formatter.h +FILE: ../../../flutter/third_party/libcxx/include/__format/formatter_bool.h +FILE: ../../../flutter/third_party/libcxx/include/__format/formatter_char.h +FILE: ../../../flutter/third_party/libcxx/include/__format/formatter_floating_point.h +FILE: ../../../flutter/third_party/libcxx/include/__format/formatter_integer.h +FILE: ../../../flutter/third_party/libcxx/include/__format/formatter_integral.h +FILE: ../../../flutter/third_party/libcxx/include/__format/formatter_output.h +FILE: ../../../flutter/third_party/libcxx/include/__format/formatter_pointer.h +FILE: ../../../flutter/third_party/libcxx/include/__format/formatter_string.h +FILE: ../../../flutter/third_party/libcxx/include/__format/parser_std_format_spec.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/binary_function.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/binary_negate.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/bind.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/bind_back.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/bind_front.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/binder1st.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/binder2nd.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/boyer_moore_searcher.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/compose.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/default_searcher.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/function.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/hash.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/identity.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/invoke.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/is_transparent.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/mem_fn.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/mem_fun_ref.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/not_fn.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/operations.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/perfect_forward.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/pointer_to_binary_function.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/pointer_to_unary_function.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/ranges_operations.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/reference_wrapper.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/unary_function.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/unary_negate.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/unwrap_ref.h +FILE: ../../../flutter/third_party/libcxx/include/__functional/weak_result_type.h +FILE: ../../../flutter/third_party/libcxx/include/__fwd/span.h +FILE: ../../../flutter/third_party/libcxx/include/__fwd/string_view.h +FILE: ../../../flutter/third_party/libcxx/include/__hash_table +FILE: ../../../flutter/third_party/libcxx/include/__ios/fpos.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/access.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/advance.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/back_insert_iterator.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/bounded_iter.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/common_iterator.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/concepts.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/counted_iterator.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/data.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/default_sentinel.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/distance.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/empty.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/erase_if_container.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/front_insert_iterator.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/incrementable_traits.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/indirectly_comparable.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/insert_iterator.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/istream_iterator.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/istreambuf_iterator.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/iter_move.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/iter_swap.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/iterator.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/iterator_traits.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/mergeable.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/move_iterator.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/move_sentinel.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/next.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/ostream_iterator.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/ostreambuf_iterator.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/permutable.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/prev.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/projected.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/readable_traits.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/reverse_access.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/reverse_iterator.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/size.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/sortable.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/unreachable_sentinel.h +FILE: ../../../flutter/third_party/libcxx/include/__iterator/wrap_iter.h +FILE: ../../../flutter/third_party/libcxx/include/__locale +FILE: ../../../flutter/third_party/libcxx/include/__mbstate_t.h +FILE: ../../../flutter/third_party/libcxx/include/__memory/addressof.h +FILE: ../../../flutter/third_party/libcxx/include/__memory/allocate_at_least.h +FILE: ../../../flutter/third_party/libcxx/include/__memory/allocation_guard.h +FILE: ../../../flutter/third_party/libcxx/include/__memory/allocator.h +FILE: ../../../flutter/third_party/libcxx/include/__memory/allocator_arg_t.h +FILE: ../../../flutter/third_party/libcxx/include/__memory/allocator_traits.h +FILE: ../../../flutter/third_party/libcxx/include/__memory/assume_aligned.h +FILE: ../../../flutter/third_party/libcxx/include/__memory/auto_ptr.h +FILE: ../../../flutter/third_party/libcxx/include/__memory/compressed_pair.h +FILE: ../../../flutter/third_party/libcxx/include/__memory/concepts.h +FILE: ../../../flutter/third_party/libcxx/include/__memory/construct_at.h +FILE: ../../../flutter/third_party/libcxx/include/__memory/pointer_traits.h +FILE: ../../../flutter/third_party/libcxx/include/__memory/ranges_construct_at.h +FILE: ../../../flutter/third_party/libcxx/include/__memory/ranges_uninitialized_algorithms.h +FILE: ../../../flutter/third_party/libcxx/include/__memory/raw_storage_iterator.h +FILE: ../../../flutter/third_party/libcxx/include/__memory/shared_ptr.h +FILE: ../../../flutter/third_party/libcxx/include/__memory/temporary_buffer.h +FILE: ../../../flutter/third_party/libcxx/include/__memory/uninitialized_algorithms.h +FILE: ../../../flutter/third_party/libcxx/include/__memory/unique_ptr.h +FILE: ../../../flutter/third_party/libcxx/include/__memory/uses_allocator.h +FILE: ../../../flutter/third_party/libcxx/include/__memory/voidify.h +FILE: ../../../flutter/third_party/libcxx/include/__mutex_base +FILE: ../../../flutter/third_party/libcxx/include/__node_handle +FILE: ../../../flutter/third_party/libcxx/include/__numeric/accumulate.h +FILE: ../../../flutter/third_party/libcxx/include/__numeric/adjacent_difference.h +FILE: ../../../flutter/third_party/libcxx/include/__numeric/exclusive_scan.h +FILE: ../../../flutter/third_party/libcxx/include/__numeric/gcd_lcm.h +FILE: ../../../flutter/third_party/libcxx/include/__numeric/inclusive_scan.h +FILE: ../../../flutter/third_party/libcxx/include/__numeric/inner_product.h +FILE: ../../../flutter/third_party/libcxx/include/__numeric/iota.h +FILE: ../../../flutter/third_party/libcxx/include/__numeric/midpoint.h +FILE: ../../../flutter/third_party/libcxx/include/__numeric/partial_sum.h +FILE: ../../../flutter/third_party/libcxx/include/__numeric/reduce.h +FILE: ../../../flutter/third_party/libcxx/include/__numeric/transform_exclusive_scan.h +FILE: ../../../flutter/third_party/libcxx/include/__numeric/transform_inclusive_scan.h +FILE: ../../../flutter/third_party/libcxx/include/__numeric/transform_reduce.h +FILE: ../../../flutter/third_party/libcxx/include/__random/bernoulli_distribution.h +FILE: ../../../flutter/third_party/libcxx/include/__random/binomial_distribution.h +FILE: ../../../flutter/third_party/libcxx/include/__random/cauchy_distribution.h +FILE: ../../../flutter/third_party/libcxx/include/__random/chi_squared_distribution.h +FILE: ../../../flutter/third_party/libcxx/include/__random/clamp_to_integral.h +FILE: ../../../flutter/third_party/libcxx/include/__random/default_random_engine.h +FILE: ../../../flutter/third_party/libcxx/include/__random/discard_block_engine.h +FILE: ../../../flutter/third_party/libcxx/include/__random/discrete_distribution.h +FILE: ../../../flutter/third_party/libcxx/include/__random/exponential_distribution.h +FILE: ../../../flutter/third_party/libcxx/include/__random/extreme_value_distribution.h +FILE: ../../../flutter/third_party/libcxx/include/__random/fisher_f_distribution.h +FILE: ../../../flutter/third_party/libcxx/include/__random/gamma_distribution.h +FILE: ../../../flutter/third_party/libcxx/include/__random/generate_canonical.h +FILE: ../../../flutter/third_party/libcxx/include/__random/geometric_distribution.h +FILE: ../../../flutter/third_party/libcxx/include/__random/independent_bits_engine.h +FILE: ../../../flutter/third_party/libcxx/include/__random/is_seed_sequence.h +FILE: ../../../flutter/third_party/libcxx/include/__random/is_valid.h +FILE: ../../../flutter/third_party/libcxx/include/__random/knuth_b.h +FILE: ../../../flutter/third_party/libcxx/include/__random/linear_congruential_engine.h +FILE: ../../../flutter/third_party/libcxx/include/__random/log2.h +FILE: ../../../flutter/third_party/libcxx/include/__random/lognormal_distribution.h +FILE: ../../../flutter/third_party/libcxx/include/__random/mersenne_twister_engine.h +FILE: ../../../flutter/third_party/libcxx/include/__random/negative_binomial_distribution.h +FILE: ../../../flutter/third_party/libcxx/include/__random/normal_distribution.h +FILE: ../../../flutter/third_party/libcxx/include/__random/piecewise_constant_distribution.h +FILE: ../../../flutter/third_party/libcxx/include/__random/piecewise_linear_distribution.h +FILE: ../../../flutter/third_party/libcxx/include/__random/poisson_distribution.h +FILE: ../../../flutter/third_party/libcxx/include/__random/random_device.h +FILE: ../../../flutter/third_party/libcxx/include/__random/ranlux.h +FILE: ../../../flutter/third_party/libcxx/include/__random/seed_seq.h +FILE: ../../../flutter/third_party/libcxx/include/__random/shuffle_order_engine.h +FILE: ../../../flutter/third_party/libcxx/include/__random/student_t_distribution.h +FILE: ../../../flutter/third_party/libcxx/include/__random/subtract_with_carry_engine.h +FILE: ../../../flutter/third_party/libcxx/include/__random/uniform_int_distribution.h +FILE: ../../../flutter/third_party/libcxx/include/__random/uniform_random_bit_generator.h +FILE: ../../../flutter/third_party/libcxx/include/__random/uniform_real_distribution.h +FILE: ../../../flutter/third_party/libcxx/include/__random/weibull_distribution.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/access.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/all.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/common_view.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/concepts.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/copyable_box.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/counted.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/dangling.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/data.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/drop_view.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/empty.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/empty_view.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/enable_borrowed_range.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/enable_view.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/filter_view.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/iota_view.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/join_view.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/lazy_split_view.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/non_propagating_cache.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/owning_view.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/range_adaptor.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/rbegin.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/ref_view.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/rend.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/reverse_view.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/single_view.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/size.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/subrange.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/take_view.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/transform_view.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/view_interface.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/views.h +FILE: ../../../flutter/third_party/libcxx/include/__ranges/zip_view.h +FILE: ../../../flutter/third_party/libcxx/include/__split_buffer +FILE: ../../../flutter/third_party/libcxx/include/__std_stream +FILE: ../../../flutter/third_party/libcxx/include/__string/char_traits.h +FILE: ../../../flutter/third_party/libcxx/include/__string/extern_template_lists.h +FILE: ../../../flutter/third_party/libcxx/include/__support/android/locale_bionic.h +FILE: ../../../flutter/third_party/libcxx/include/__support/fuchsia/xlocale.h +FILE: ../../../flutter/third_party/libcxx/include/__support/ibm/gettod_zos.h +FILE: ../../../flutter/third_party/libcxx/include/__support/ibm/limits.h +FILE: ../../../flutter/third_party/libcxx/include/__support/ibm/locale_mgmt_zos.h +FILE: ../../../flutter/third_party/libcxx/include/__support/ibm/nanosleep.h +FILE: ../../../flutter/third_party/libcxx/include/__support/ibm/support.h +FILE: ../../../flutter/third_party/libcxx/include/__support/ibm/xlocale.h +FILE: ../../../flutter/third_party/libcxx/include/__support/musl/xlocale.h +FILE: ../../../flutter/third_party/libcxx/include/__support/newlib/xlocale.h +FILE: ../../../flutter/third_party/libcxx/include/__support/openbsd/xlocale.h +FILE: ../../../flutter/third_party/libcxx/include/__support/solaris/floatingpoint.h +FILE: ../../../flutter/third_party/libcxx/include/__support/solaris/wchar.h +FILE: ../../../flutter/third_party/libcxx/include/__support/solaris/xlocale.h +FILE: ../../../flutter/third_party/libcxx/include/__support/win32/limits_msvc_win32.h +FILE: ../../../flutter/third_party/libcxx/include/__support/win32/locale_win32.h +FILE: ../../../flutter/third_party/libcxx/include/__support/xlocale/__nop_locale_mgmt.h +FILE: ../../../flutter/third_party/libcxx/include/__support/xlocale/__posix_l_fallback.h +FILE: ../../../flutter/third_party/libcxx/include/__support/xlocale/__strtonum_fallback.h +FILE: ../../../flutter/third_party/libcxx/include/__thread/poll_with_backoff.h +FILE: ../../../flutter/third_party/libcxx/include/__thread/timed_backoff_policy.h +FILE: ../../../flutter/third_party/libcxx/include/__threading_support +FILE: ../../../flutter/third_party/libcxx/include/__tree +FILE: ../../../flutter/third_party/libcxx/include/__tuple +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/add_const.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/add_cv.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/add_lvalue_reference.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/add_pointer.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/add_rvalue_reference.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/add_volatile.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/alignment_of.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/apply_cv.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/conditional.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/conjunction.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/decay.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/disjunction.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/enable_if.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/extent.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/has_unique_object_representation.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/has_virtual_destructor.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/integral_constant.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_abstract.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_aggregate.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_arithmetic.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_array.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_assignable.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_base_of.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_bounded_array.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_callable.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_class.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_compound.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_const.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_constant_evaluated.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_constructible.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_convertible.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_copy_assignable.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_copy_constructible.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_core_convertible.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_default_constructible.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_destructible.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_empty.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_enum.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_final.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_floating_point.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_function.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_fundamental.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_integral.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_literal_type.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_member_function_pointer.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_member_object_pointer.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_member_pointer.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_move_assignable.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_move_constructible.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_nothrow_assignable.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_nothrow_constructible.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_nothrow_copy_assignable.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_nothrow_copy_constructible.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_nothrow_default_constructible.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_nothrow_destructible.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_nothrow_move_assignable.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_nothrow_move_constructible.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_null_pointer.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_object.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_pod.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_pointer.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_polymorphic.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_reference.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_reference_wrapper.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_referenceable.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_same.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_scalar.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_scoped_enum.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_signed.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_standard_layout.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_trivial.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_trivially_assignable.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_trivially_constructible.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_trivially_copy_assignable.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_trivially_copy_constructible.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_trivially_copyable.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_trivially_default_constructible.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_trivially_destructible.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_trivially_move_assignable.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_trivially_move_constructible.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_unbounded_array.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_union.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_unsigned.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_void.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/is_volatile.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/negation.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/rank.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/remove_all_extents.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/remove_const.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/remove_cv.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/remove_extent.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/remove_pointer.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/remove_reference.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/remove_volatile.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/type_identity.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/underlying_type.h +FILE: ../../../flutter/third_party/libcxx/include/__type_traits/void_t.h +FILE: ../../../flutter/third_party/libcxx/include/__undef_macros +FILE: ../../../flutter/third_party/libcxx/include/__utility/as_const.h +FILE: ../../../flutter/third_party/libcxx/include/__utility/auto_cast.h +FILE: ../../../flutter/third_party/libcxx/include/__utility/cmp.h +FILE: ../../../flutter/third_party/libcxx/include/__utility/declval.h +FILE: ../../../flutter/third_party/libcxx/include/__utility/exchange.h +FILE: ../../../flutter/third_party/libcxx/include/__utility/forward.h +FILE: ../../../flutter/third_party/libcxx/include/__utility/in_place.h +FILE: ../../../flutter/third_party/libcxx/include/__utility/integer_sequence.h +FILE: ../../../flutter/third_party/libcxx/include/__utility/move.h +FILE: ../../../flutter/third_party/libcxx/include/__utility/pair.h +FILE: ../../../flutter/third_party/libcxx/include/__utility/piecewise_construct.h +FILE: ../../../flutter/third_party/libcxx/include/__utility/priority_tag.h +FILE: ../../../flutter/third_party/libcxx/include/__utility/rel_ops.h +FILE: ../../../flutter/third_party/libcxx/include/__utility/swap.h +FILE: ../../../flutter/third_party/libcxx/include/__utility/to_underlying.h +FILE: ../../../flutter/third_party/libcxx/include/__utility/transaction.h +FILE: ../../../flutter/third_party/libcxx/include/__utility/unreachable.h +FILE: ../../../flutter/third_party/libcxx/include/__variant/monostate.h +FILE: ../../../flutter/third_party/libcxx/include/algorithm +FILE: ../../../flutter/third_party/libcxx/include/any +FILE: ../../../flutter/third_party/libcxx/include/array +FILE: ../../../flutter/third_party/libcxx/include/atomic +FILE: ../../../flutter/third_party/libcxx/include/barrier +FILE: ../../../flutter/third_party/libcxx/include/bit +FILE: ../../../flutter/third_party/libcxx/include/bitset +FILE: ../../../flutter/third_party/libcxx/include/cassert +FILE: ../../../flutter/third_party/libcxx/include/ccomplex +FILE: ../../../flutter/third_party/libcxx/include/cctype +FILE: ../../../flutter/third_party/libcxx/include/cerrno +FILE: ../../../flutter/third_party/libcxx/include/cfenv +FILE: ../../../flutter/third_party/libcxx/include/cfloat +FILE: ../../../flutter/third_party/libcxx/include/charconv +FILE: ../../../flutter/third_party/libcxx/include/chrono +FILE: ../../../flutter/third_party/libcxx/include/cinttypes +FILE: ../../../flutter/third_party/libcxx/include/ciso646 +FILE: ../../../flutter/third_party/libcxx/include/climits +FILE: ../../../flutter/third_party/libcxx/include/clocale +FILE: ../../../flutter/third_party/libcxx/include/cmath +FILE: ../../../flutter/third_party/libcxx/include/codecvt +FILE: ../../../flutter/third_party/libcxx/include/compare +FILE: ../../../flutter/third_party/libcxx/include/complex +FILE: ../../../flutter/third_party/libcxx/include/complex.h +FILE: ../../../flutter/third_party/libcxx/include/concepts +FILE: ../../../flutter/third_party/libcxx/include/condition_variable +FILE: ../../../flutter/third_party/libcxx/include/coroutine +FILE: ../../../flutter/third_party/libcxx/include/csetjmp +FILE: ../../../flutter/third_party/libcxx/include/csignal +FILE: ../../../flutter/third_party/libcxx/include/cstdarg +FILE: ../../../flutter/third_party/libcxx/include/cstdbool +FILE: ../../../flutter/third_party/libcxx/include/cstddef +FILE: ../../../flutter/third_party/libcxx/include/cstdint +FILE: ../../../flutter/third_party/libcxx/include/cstdio +FILE: ../../../flutter/third_party/libcxx/include/cstdlib +FILE: ../../../flutter/third_party/libcxx/include/cstring +FILE: ../../../flutter/third_party/libcxx/include/ctgmath +FILE: ../../../flutter/third_party/libcxx/include/ctime +FILE: ../../../flutter/third_party/libcxx/include/ctype.h +FILE: ../../../flutter/third_party/libcxx/include/cuchar +FILE: ../../../flutter/third_party/libcxx/include/cwchar +FILE: ../../../flutter/third_party/libcxx/include/cwctype +FILE: ../../../flutter/third_party/libcxx/include/deque +FILE: ../../../flutter/third_party/libcxx/include/errno.h +FILE: ../../../flutter/third_party/libcxx/include/exception +FILE: ../../../flutter/third_party/libcxx/include/execution +FILE: ../../../flutter/third_party/libcxx/include/experimental/__config +FILE: ../../../flutter/third_party/libcxx/include/experimental/__memory +FILE: ../../../flutter/third_party/libcxx/include/experimental/algorithm +FILE: ../../../flutter/third_party/libcxx/include/experimental/coroutine +FILE: ../../../flutter/third_party/libcxx/include/experimental/deque +FILE: ../../../flutter/third_party/libcxx/include/experimental/forward_list +FILE: ../../../flutter/third_party/libcxx/include/experimental/functional +FILE: ../../../flutter/third_party/libcxx/include/experimental/iterator +FILE: ../../../flutter/third_party/libcxx/include/experimental/list +FILE: ../../../flutter/third_party/libcxx/include/experimental/map +FILE: ../../../flutter/third_party/libcxx/include/experimental/memory_resource +FILE: ../../../flutter/third_party/libcxx/include/experimental/propagate_const +FILE: ../../../flutter/third_party/libcxx/include/experimental/regex +FILE: ../../../flutter/third_party/libcxx/include/experimental/set +FILE: ../../../flutter/third_party/libcxx/include/experimental/simd +FILE: ../../../flutter/third_party/libcxx/include/experimental/string +FILE: ../../../flutter/third_party/libcxx/include/experimental/type_traits +FILE: ../../../flutter/third_party/libcxx/include/experimental/unordered_map +FILE: ../../../flutter/third_party/libcxx/include/experimental/unordered_set +FILE: ../../../flutter/third_party/libcxx/include/experimental/utility +FILE: ../../../flutter/third_party/libcxx/include/experimental/vector +FILE: ../../../flutter/third_party/libcxx/include/ext/__hash +FILE: ../../../flutter/third_party/libcxx/include/ext/hash_map +FILE: ../../../flutter/third_party/libcxx/include/ext/hash_set +FILE: ../../../flutter/third_party/libcxx/include/fenv.h +FILE: ../../../flutter/third_party/libcxx/include/filesystem +FILE: ../../../flutter/third_party/libcxx/include/float.h +FILE: ../../../flutter/third_party/libcxx/include/format +FILE: ../../../flutter/third_party/libcxx/include/forward_list +FILE: ../../../flutter/third_party/libcxx/include/fstream +FILE: ../../../flutter/third_party/libcxx/include/functional +FILE: ../../../flutter/third_party/libcxx/include/future +FILE: ../../../flutter/third_party/libcxx/include/initializer_list +FILE: ../../../flutter/third_party/libcxx/include/inttypes.h +FILE: ../../../flutter/third_party/libcxx/include/iomanip +FILE: ../../../flutter/third_party/libcxx/include/ios +FILE: ../../../flutter/third_party/libcxx/include/iosfwd +FILE: ../../../flutter/third_party/libcxx/include/iostream +FILE: ../../../flutter/third_party/libcxx/include/istream +FILE: ../../../flutter/third_party/libcxx/include/iterator +FILE: ../../../flutter/third_party/libcxx/include/latch +FILE: ../../../flutter/third_party/libcxx/include/limits +FILE: ../../../flutter/third_party/libcxx/include/limits.h +FILE: ../../../flutter/third_party/libcxx/include/list +FILE: ../../../flutter/third_party/libcxx/include/locale +FILE: ../../../flutter/third_party/libcxx/include/locale.h +FILE: ../../../flutter/third_party/libcxx/include/map +FILE: ../../../flutter/third_party/libcxx/include/math.h +FILE: ../../../flutter/third_party/libcxx/include/memory +FILE: ../../../flutter/third_party/libcxx/include/mutex +FILE: ../../../flutter/third_party/libcxx/include/new +FILE: ../../../flutter/third_party/libcxx/include/numbers +FILE: ../../../flutter/third_party/libcxx/include/numeric +FILE: ../../../flutter/third_party/libcxx/include/optional +FILE: ../../../flutter/third_party/libcxx/include/ostream +FILE: ../../../flutter/third_party/libcxx/include/queue +FILE: ../../../flutter/third_party/libcxx/include/random +FILE: ../../../flutter/third_party/libcxx/include/ranges +FILE: ../../../flutter/third_party/libcxx/include/ratio +FILE: ../../../flutter/third_party/libcxx/include/regex +FILE: ../../../flutter/third_party/libcxx/include/scoped_allocator +FILE: ../../../flutter/third_party/libcxx/include/semaphore +FILE: ../../../flutter/third_party/libcxx/include/set +FILE: ../../../flutter/third_party/libcxx/include/setjmp.h +FILE: ../../../flutter/third_party/libcxx/include/shared_mutex +FILE: ../../../flutter/third_party/libcxx/include/span +FILE: ../../../flutter/third_party/libcxx/include/sstream +FILE: ../../../flutter/third_party/libcxx/include/stack +FILE: ../../../flutter/third_party/libcxx/include/stdatomic.h +FILE: ../../../flutter/third_party/libcxx/include/stdbool.h +FILE: ../../../flutter/third_party/libcxx/include/stddef.h +FILE: ../../../flutter/third_party/libcxx/include/stdexcept +FILE: ../../../flutter/third_party/libcxx/include/stdint.h +FILE: ../../../flutter/third_party/libcxx/include/stdio.h +FILE: ../../../flutter/third_party/libcxx/include/stdlib.h +FILE: ../../../flutter/third_party/libcxx/include/streambuf +FILE: ../../../flutter/third_party/libcxx/include/string +FILE: ../../../flutter/third_party/libcxx/include/string.h +FILE: ../../../flutter/third_party/libcxx/include/string_view +FILE: ../../../flutter/third_party/libcxx/include/strstream +FILE: ../../../flutter/third_party/libcxx/include/system_error +FILE: ../../../flutter/third_party/libcxx/include/tgmath.h +FILE: ../../../flutter/third_party/libcxx/include/thread +FILE: ../../../flutter/third_party/libcxx/include/tuple +FILE: ../../../flutter/third_party/libcxx/include/type_traits +FILE: ../../../flutter/third_party/libcxx/include/typeindex +FILE: ../../../flutter/third_party/libcxx/include/typeinfo +FILE: ../../../flutter/third_party/libcxx/include/uchar.h +FILE: ../../../flutter/third_party/libcxx/include/unordered_map +FILE: ../../../flutter/third_party/libcxx/include/unordered_set +FILE: ../../../flutter/third_party/libcxx/include/utility +FILE: ../../../flutter/third_party/libcxx/include/valarray +FILE: ../../../flutter/third_party/libcxx/include/variant +FILE: ../../../flutter/third_party/libcxx/include/vector +FILE: ../../../flutter/third_party/libcxx/include/wchar.h +FILE: ../../../flutter/third_party/libcxx/include/wctype.h +FILE: ../../../flutter/third_party/libcxx/src/algorithm.cpp +FILE: ../../../flutter/third_party/libcxx/src/any.cpp +FILE: ../../../flutter/third_party/libcxx/src/assert.cpp +FILE: ../../../flutter/third_party/libcxx/src/atomic.cpp +FILE: ../../../flutter/third_party/libcxx/src/barrier.cpp +FILE: ../../../flutter/third_party/libcxx/src/bind.cpp +FILE: ../../../flutter/third_party/libcxx/src/charconv.cpp +FILE: ../../../flutter/third_party/libcxx/src/chrono.cpp +FILE: ../../../flutter/third_party/libcxx/src/condition_variable.cpp +FILE: ../../../flutter/third_party/libcxx/src/condition_variable_destructor.cpp +FILE: ../../../flutter/third_party/libcxx/src/debug.cpp +FILE: ../../../flutter/third_party/libcxx/src/exception.cpp +FILE: ../../../flutter/third_party/libcxx/src/experimental/memory_resource.cpp +FILE: ../../../flutter/third_party/libcxx/src/filesystem/directory_iterator.cpp +FILE: ../../../flutter/third_party/libcxx/src/filesystem/filesystem_common.h +FILE: ../../../flutter/third_party/libcxx/src/filesystem/int128_builtins.cpp +FILE: ../../../flutter/third_party/libcxx/src/filesystem/operations.cpp +FILE: ../../../flutter/third_party/libcxx/src/filesystem/posix_compat.h +FILE: ../../../flutter/third_party/libcxx/src/format.cpp +FILE: ../../../flutter/third_party/libcxx/src/functional.cpp +FILE: ../../../flutter/third_party/libcxx/src/future.cpp +FILE: ../../../flutter/third_party/libcxx/src/hash.cpp +FILE: ../../../flutter/third_party/libcxx/src/include/apple_availability.h +FILE: ../../../flutter/third_party/libcxx/src/include/atomic_support.h +FILE: ../../../flutter/third_party/libcxx/src/include/config_elast.h +FILE: ../../../flutter/third_party/libcxx/src/include/refstring.h +FILE: ../../../flutter/third_party/libcxx/src/include/ryu/common.h +FILE: ../../../flutter/third_party/libcxx/src/include/ryu/d2fixed.h +FILE: ../../../flutter/third_party/libcxx/src/include/ryu/d2fixed_full_table.h +FILE: ../../../flutter/third_party/libcxx/src/include/ryu/d2s.h +FILE: ../../../flutter/third_party/libcxx/src/include/ryu/d2s_full_table.h +FILE: ../../../flutter/third_party/libcxx/src/include/ryu/d2s_intrinsics.h +FILE: ../../../flutter/third_party/libcxx/src/include/ryu/digit_table.h +FILE: ../../../flutter/third_party/libcxx/src/include/ryu/f2s.h +FILE: ../../../flutter/third_party/libcxx/src/include/ryu/ryu.h +FILE: ../../../flutter/third_party/libcxx/src/include/sso_allocator.h +FILE: ../../../flutter/third_party/libcxx/src/include/to_chars_floating_point.h +FILE: ../../../flutter/third_party/libcxx/src/ios.cpp +FILE: ../../../flutter/third_party/libcxx/src/ios.instantiations.cpp +FILE: ../../../flutter/third_party/libcxx/src/iostream.cpp +FILE: ../../../flutter/third_party/libcxx/src/legacy_debug_handler.cpp +FILE: ../../../flutter/third_party/libcxx/src/legacy_pointer_safety.cpp +FILE: ../../../flutter/third_party/libcxx/src/locale.cpp +FILE: ../../../flutter/third_party/libcxx/src/memory.cpp +FILE: ../../../flutter/third_party/libcxx/src/mutex.cpp +FILE: ../../../flutter/third_party/libcxx/src/mutex_destructor.cpp +FILE: ../../../flutter/third_party/libcxx/src/new.cpp +FILE: ../../../flutter/third_party/libcxx/src/optional.cpp +FILE: ../../../flutter/third_party/libcxx/src/random.cpp +FILE: ../../../flutter/third_party/libcxx/src/random_shuffle.cpp +FILE: ../../../flutter/third_party/libcxx/src/regex.cpp +FILE: ../../../flutter/third_party/libcxx/src/ryu/d2fixed.cpp +FILE: ../../../flutter/third_party/libcxx/src/ryu/d2s.cpp +FILE: ../../../flutter/third_party/libcxx/src/ryu/f2s.cpp +FILE: ../../../flutter/third_party/libcxx/src/shared_mutex.cpp +FILE: ../../../flutter/third_party/libcxx/src/stdexcept.cpp +FILE: ../../../flutter/third_party/libcxx/src/string.cpp +FILE: ../../../flutter/third_party/libcxx/src/strstream.cpp +FILE: ../../../flutter/third_party/libcxx/src/support/ibm/mbsnrtowcs.cpp +FILE: ../../../flutter/third_party/libcxx/src/support/ibm/wcsnrtombs.cpp +FILE: ../../../flutter/third_party/libcxx/src/support/ibm/xlocale_zos.cpp +FILE: ../../../flutter/third_party/libcxx/src/support/runtime/exception_fallback.ipp +FILE: ../../../flutter/third_party/libcxx/src/support/runtime/exception_glibcxx.ipp +FILE: ../../../flutter/third_party/libcxx/src/support/runtime/exception_libcxxabi.ipp +FILE: ../../../flutter/third_party/libcxx/src/support/runtime/exception_libcxxrt.ipp +FILE: ../../../flutter/third_party/libcxx/src/support/runtime/exception_msvc.ipp +FILE: ../../../flutter/third_party/libcxx/src/support/runtime/exception_pointer_cxxabi.ipp +FILE: ../../../flutter/third_party/libcxx/src/support/runtime/exception_pointer_glibcxx.ipp +FILE: ../../../flutter/third_party/libcxx/src/support/runtime/exception_pointer_msvc.ipp +FILE: ../../../flutter/third_party/libcxx/src/support/runtime/exception_pointer_unimplemented.ipp +FILE: ../../../flutter/third_party/libcxx/src/support/runtime/new_handler_fallback.ipp +FILE: ../../../flutter/third_party/libcxx/src/support/runtime/stdexcept_default.ipp +FILE: ../../../flutter/third_party/libcxx/src/support/runtime/stdexcept_vcruntime.ipp +FILE: ../../../flutter/third_party/libcxx/src/support/win32/locale_win32.cpp +FILE: ../../../flutter/third_party/libcxx/src/support/win32/support.cpp +FILE: ../../../flutter/third_party/libcxx/src/support/win32/thread_win32.cpp +FILE: ../../../flutter/third_party/libcxx/src/system_error.cpp +FILE: ../../../flutter/third_party/libcxx/src/thread.cpp +FILE: ../../../flutter/third_party/libcxx/src/typeinfo.cpp +FILE: ../../../flutter/third_party/libcxx/src/utility.cpp +FILE: ../../../flutter/third_party/libcxx/src/valarray.cpp +FILE: ../../../flutter/third_party/libcxx/src/variant.cpp +FILE: ../../../flutter/third_party/libcxx/src/vector.cpp +FILE: ../../../flutter/third_party/libcxxabi/include/__cxxabi_config.h +FILE: ../../../flutter/third_party/libcxxabi/include/cxxabi.h +FILE: ../../../flutter/third_party/libcxxabi/src/abort_message.cpp +FILE: ../../../flutter/third_party/libcxxabi/src/abort_message.h +FILE: ../../../flutter/third_party/libcxxabi/src/aix_state_tab_eh.inc +FILE: ../../../flutter/third_party/libcxxabi/src/cxa_aux_runtime.cpp +FILE: ../../../flutter/third_party/libcxxabi/src/cxa_default_handlers.cpp +FILE: ../../../flutter/third_party/libcxxabi/src/cxa_demangle.cpp +FILE: ../../../flutter/third_party/libcxxabi/src/cxa_exception.cpp +FILE: ../../../flutter/third_party/libcxxabi/src/cxa_exception.h +FILE: ../../../flutter/third_party/libcxxabi/src/cxa_exception_storage.cpp +FILE: ../../../flutter/third_party/libcxxabi/src/cxa_guard.cpp +FILE: ../../../flutter/third_party/libcxxabi/src/cxa_guard_impl.h +FILE: ../../../flutter/third_party/libcxxabi/src/cxa_handlers.cpp +FILE: ../../../flutter/third_party/libcxxabi/src/cxa_handlers.h +FILE: ../../../flutter/third_party/libcxxabi/src/cxa_noexception.cpp +FILE: ../../../flutter/third_party/libcxxabi/src/cxa_personality.cpp +FILE: ../../../flutter/third_party/libcxxabi/src/cxa_thread_atexit.cpp +FILE: ../../../flutter/third_party/libcxxabi/src/cxa_vector.cpp +FILE: ../../../flutter/third_party/libcxxabi/src/cxa_virtual.cpp +FILE: ../../../flutter/third_party/libcxxabi/src/demangle/DemangleConfig.h +FILE: ../../../flutter/third_party/libcxxabi/src/demangle/ItaniumDemangle.h +FILE: ../../../flutter/third_party/libcxxabi/src/demangle/ItaniumNodes.def +FILE: ../../../flutter/third_party/libcxxabi/src/demangle/StringView.h +FILE: ../../../flutter/third_party/libcxxabi/src/demangle/Utility.h +FILE: ../../../flutter/third_party/libcxxabi/src/fallback_malloc.cpp +FILE: ../../../flutter/third_party/libcxxabi/src/fallback_malloc.h +FILE: ../../../flutter/third_party/libcxxabi/src/private_typeinfo.cpp +FILE: ../../../flutter/third_party/libcxxabi/src/private_typeinfo.h +FILE: ../../../flutter/third_party/libcxxabi/src/stdlib_exception.cpp +FILE: ../../../flutter/third_party/libcxxabi/src/stdlib_new_delete.cpp +FILE: ../../../flutter/third_party/libcxxabi/src/stdlib_stdexcept.cpp +FILE: ../../../flutter/third_party/libcxxabi/src/stdlib_typeinfo.cpp +---------------------------------------------------------------------------------------------------- +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +--- LLVM Exceptions to the Apache 2.0 License ---- + +As an exception, if, as a result of your compiling your source code, portions +of this Software are embedded into an Object form of such source code, you +may redistribute such embedded portions in such Object form without complying +with the conditions of Sections 4(a), 4(b) and 4(d) of the License. + +In addition, if you combine or link compiled forms of this Software with +software that is licensed under the GPLv2 ("Combined Software") and if a +court of competent jurisdiction determines that the patent provision (Section +3), the indemnity provision (Section 9) or other Section of the License +conflicts with the conditions of the GPLv2, you may retroactively and +prospectively choose to deem waived or otherwise exclude such Section(s) of +the License, but only in their entirety and only with respect to the Combined +Software. +==================================================================================================== + ==================================================================================================== LIBRARY: abseil-cpp ORIGIN: ../../../flutter/third_party/abseil-cpp/LICENSE @@ -34680,6 +36603,58 @@ use or other dealings in these Data Files or Software without prior written authorization of the copyright holder. ==================================================================================================== +==================================================================================================== +LIBRARY: libcxx +LIBRARY: libcxxabi +ORIGIN: ../../../flutter/third_party/libcxx/LICENSE.TXT +ORIGIN: ../../../flutter/third_party/libcxxabi/LICENSE.TXT +TYPE: LicenseType.mit +FILE: ../../../flutter/third_party/libcxx/include/module.modulemap.in +FILE: ../../../flutter/third_party/libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist +FILE: ../../../flutter/third_party/libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.nodebug.noincomplete.abilist +FILE: ../../../flutter/third_party/libcxx/lib/abi/powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist +FILE: ../../../flutter/third_party/libcxx/lib/abi/powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist +FILE: ../../../flutter/third_party/libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist +FILE: ../../../flutter/third_party/libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.nodebug.noincomplete.abilist +FILE: ../../../flutter/third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist +FILE: ../../../flutter/third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.debug.noincomplete.abilist +FILE: ../../../flutter/third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.nodebug.incomplete.abilist +FILE: ../../../flutter/third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.debug.incomplete.abilist +FILE: ../../../flutter/third_party/libcxx/lib/libc++abi.exp +FILE: ../../../flutter/third_party/libcxx/lib/libc++unexp.exp +FILE: ../../../flutter/third_party/libcxx/lib/notweak.exp +FILE: ../../../flutter/third_party/libcxx/lib/weak.exp +FILE: ../../../flutter/third_party/libcxx/src/chrono_system_time_init.h +FILE: ../../../flutter/third_party/libcxx/src/experimental/memory_resource_init_helper.h +FILE: ../../../flutter/third_party/libcxx/src/iostream_init.h +FILE: ../../../flutter/third_party/libcxxabi/fuzz/cxa_demangle_fuzzer.cpp +FILE: ../../../flutter/third_party/libcxxabi/lib/exceptions.exp +FILE: ../../../flutter/third_party/libcxxabi/lib/itanium-base.exp +FILE: ../../../flutter/third_party/libcxxabi/lib/new-delete.exp +FILE: ../../../flutter/third_party/libcxxabi/lib/personality-sjlj.exp +FILE: ../../../flutter/third_party/libcxxabi/lib/personality-v0.exp +---------------------------------------------------------------------------------------------------- +Copyright (c) 2009-2014 by the contributors listed in CREDITS.TXT + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +==================================================================================================== + ==================================================================================================== LIBRARY: glfw ORIGIN: ../../../flutter/third_party/glfw/src/cocoa_time.c @@ -34771,6 +36746,77 @@ freely, subject to the following restrictions: distribution. ==================================================================================================== +==================================================================================================== +LIBRARY: libcxx +LIBRARY: libcxxabi +ORIGIN: ../../../flutter/third_party/libcxx/LICENSE.TXT +ORIGIN: ../../../flutter/third_party/libcxxabi/LICENSE.TXT +TYPE: LicenseType.bsd +FILE: ../../../flutter/third_party/libcxx/include/module.modulemap.in +FILE: ../../../flutter/third_party/libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist +FILE: ../../../flutter/third_party/libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.nodebug.noincomplete.abilist +FILE: ../../../flutter/third_party/libcxx/lib/abi/powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist +FILE: ../../../flutter/third_party/libcxx/lib/abi/powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist +FILE: ../../../flutter/third_party/libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist +FILE: ../../../flutter/third_party/libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.nodebug.noincomplete.abilist +FILE: ../../../flutter/third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist +FILE: ../../../flutter/third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.debug.noincomplete.abilist +FILE: ../../../flutter/third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.nodebug.incomplete.abilist +FILE: ../../../flutter/third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.debug.incomplete.abilist +FILE: ../../../flutter/third_party/libcxx/lib/libc++abi.exp +FILE: ../../../flutter/third_party/libcxx/lib/libc++unexp.exp +FILE: ../../../flutter/third_party/libcxx/lib/notweak.exp +FILE: ../../../flutter/third_party/libcxx/lib/weak.exp +FILE: ../../../flutter/third_party/libcxx/src/chrono_system_time_init.h +FILE: ../../../flutter/third_party/libcxx/src/experimental/memory_resource_init_helper.h +FILE: ../../../flutter/third_party/libcxx/src/iostream_init.h +FILE: ../../../flutter/third_party/libcxxabi/fuzz/cxa_demangle_fuzzer.cpp +FILE: ../../../flutter/third_party/libcxxabi/lib/exceptions.exp +FILE: ../../../flutter/third_party/libcxxabi/lib/itanium-base.exp +FILE: ../../../flutter/third_party/libcxxabi/lib/new-delete.exp +FILE: ../../../flutter/third_party/libcxxabi/lib/personality-sjlj.exp +FILE: ../../../flutter/third_party/libcxxabi/lib/personality-v0.exp +---------------------------------------------------------------------------------------------------- +Copyright (c) 2009-2019 by the contributors listed in CREDITS.TXT + +All rights reserved. + +Developed by: + + LLVM Team + + University of Illinois at Urbana-Champaign + + http://llvm.org + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal with +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimers. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimers in the + documentation and/or other materials provided with the distribution. + + * Neither the names of the LLVM Team, University of Illinois at + Urbana-Champaign, nor the names of its contributors may be used to + endorse or promote products derived from this Software without specific + prior written permission. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE +SOFTWARE. +==================================================================================================== + ==================================================================================================== LIBRARY: glfw ORIGIN: ../../../flutter/third_party/glfw/src/cocoa_time.h @@ -48804,6 +50850,62 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== +==================================================================================================== +LIBRARY: libcxx +ORIGIN: ../../../flutter/third_party/libcxx/src/include/ryu/common.h +ORIGIN: ../../../flutter/third_party/libcxx/src/include/ryu/d2fixed.h +ORIGIN: ../../../flutter/third_party/libcxx/src/include/ryu/d2fixed_full_table.h +ORIGIN: ../../../flutter/third_party/libcxx/src/include/ryu/d2s.h +ORIGIN: ../../../flutter/third_party/libcxx/src/include/ryu/d2s_full_table.h +ORIGIN: ../../../flutter/third_party/libcxx/src/include/ryu/d2s_intrinsics.h +ORIGIN: ../../../flutter/third_party/libcxx/src/include/ryu/digit_table.h +ORIGIN: ../../../flutter/third_party/libcxx/src/include/ryu/f2s.h +ORIGIN: ../../../flutter/third_party/libcxx/src/include/ryu/ryu.h +ORIGIN: ../../../flutter/third_party/libcxx/src/ryu/d2fixed.cpp +ORIGIN: ../../../flutter/third_party/libcxx/src/ryu/d2s.cpp +ORIGIN: ../../../flutter/third_party/libcxx/src/ryu/f2s.cpp +TYPE: LicenseType.unknown +FILE: ../../../flutter/third_party/libcxx/src/include/ryu/common.h +FILE: ../../../flutter/third_party/libcxx/src/include/ryu/d2fixed.h +FILE: ../../../flutter/third_party/libcxx/src/include/ryu/d2fixed_full_table.h +FILE: ../../../flutter/third_party/libcxx/src/include/ryu/d2s.h +FILE: ../../../flutter/third_party/libcxx/src/include/ryu/d2s_full_table.h +FILE: ../../../flutter/third_party/libcxx/src/include/ryu/d2s_intrinsics.h +FILE: ../../../flutter/third_party/libcxx/src/include/ryu/digit_table.h +FILE: ../../../flutter/third_party/libcxx/src/include/ryu/f2s.h +FILE: ../../../flutter/third_party/libcxx/src/include/ryu/ryu.h +FILE: ../../../flutter/third_party/libcxx/src/ryu/d2fixed.cpp +FILE: ../../../flutter/third_party/libcxx/src/ryu/d2s.cpp +FILE: ../../../flutter/third_party/libcxx/src/ryu/f2s.cpp +---------------------------------------------------------------------------------------------------- +Copyright 2018 Ulf Adams +Copyright (c) Microsoft Corporation. All rights reserved. + +Boost Software License - Version 1.0 - August 17th, 2003 + +Permission is hereby granted, free of charge, to any person or organization +obtaining a copy of the software and accompanying documentation covered by +this license (the "Software") to use, reproduce, display, distribute, +execute, and transmit the Software, and to prepare derivative works of the +Software, and to permit third-parties to whom the Software is furnished to +do so, all subject to the following: + +The copyright notices in the Software and this entire statement, including +the above license grant, this restriction and the following disclaimer, +must be included in all copies of the Software, in whole or in part, and +all derivative works of the Software, unless such copies or derivative +works are solely in the form of machine-executable object code generated by +a source language processor. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. +==================================================================================================== + ==================================================================================================== LIBRARY: angle LIBRARY: xxhash @@ -68223,4 +70325,4 @@ freely, subject to the following restrictions: 3. This notice may not be removed or altered from any source distribution. ==================================================================================================== -Total license count: 899 +Total license count: 903 diff --git a/ci/licenses_golden/tool_signature b/ci/licenses_golden/tool_signature index 37298fe8e1d00..56b964659ef8d 100644 --- a/ci/licenses_golden/tool_signature +++ b/ci/licenses_golden/tool_signature @@ -1,2 +1,2 @@ -Signature: 45060fc168827cc21ff447884cf86d9d +Signature: eb51d990384d16d21061224974e8aced From 23d672fdb44b90fb0dea132629e14bdf2dc77b0e Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Mon, 13 May 2024 21:07:24 +0000 Subject: [PATCH 3/7] licenses - remove licenses_third_party --- ci/licenses_golden/licenses_third_party | 2105 ----------------------- tools/licenses/lib/main.dart | 9 +- 2 files changed, 6 insertions(+), 2108 deletions(-) delete mode 100644 ci/licenses_golden/licenses_third_party diff --git a/ci/licenses_golden/licenses_third_party b/ci/licenses_golden/licenses_third_party deleted file mode 100644 index 4448d05f3eadb..0000000000000 --- a/ci/licenses_golden/licenses_third_party +++ /dev/null @@ -1,2105 +0,0 @@ -Signature: a8930bef03a8b3d0c370f449d40814c7 - -==================================================================================================== -LIBRARY: libcxx -LIBRARY: libcxxabi -ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/charconv.cpp -ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/include/ryu/common.h -ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/include/ryu/d2fixed.h -ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/include/ryu/d2fixed_full_table.h -ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/include/ryu/d2s.h -ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/include/ryu/d2s_full_table.h -ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/include/ryu/d2s_intrinsics.h -ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/include/ryu/digit_table.h -ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/include/ryu/f2s.h -ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/include/ryu/ryu.h -ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/include/to_chars_floating_point.h -ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/ryu/d2fixed.cpp -ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/ryu/d2s.cpp -ORIGIN: Apache-2.0 WITH LLVM-exception referenced by ../../../third_party/libcxx/src/ryu/f2s.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/adjacent_find.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/all_of.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/any_of.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/binary_search.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/clamp.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/comp.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/comp_ref_type.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/copy.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/copy_backward.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/copy_if.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/copy_n.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/count.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/count_if.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/equal.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/equal_range.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/fill.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/fill_n.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/find.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/find_end.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/find_first_of.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/find_if.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/find_if_not.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/for_each.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/for_each_n.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/generate.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/generate_n.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/half_positive.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/in_found_result.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/in_fun_result.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/in_in_out_result.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/in_in_result.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/in_out_out_result.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/in_out_result.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/includes.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/inplace_merge.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/is_heap.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/is_heap_until.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/is_partitioned.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/is_permutation.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/is_sorted.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/is_sorted_until.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/iter_swap.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/iterator_operations.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/lexicographical_compare.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/lower_bound.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/make_heap.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/make_projected.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/max.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/max_element.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/merge.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/min.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/min_element.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/min_max_result.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/minmax.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/minmax_element.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/mismatch.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/move.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/move_backward.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/next_permutation.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/none_of.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/nth_element.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/partial_sort.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/partial_sort_copy.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/partition.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/partition_copy.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/partition_point.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/pop_heap.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/prev_permutation.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/push_heap.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_adjacent_find.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_all_of.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_any_of.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_binary_search.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_copy.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_copy_backward.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_copy_if.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_copy_n.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_count.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_count_if.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_equal.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_fill.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_fill_n.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_find.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_find_first_of.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_find_if.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_find_if_not.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_for_each.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_for_each_n.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_is_partitioned.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_is_sorted.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_is_sorted_until.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_lexicographical_compare.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_lower_bound.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_max.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_max_element.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_merge.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_min.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_min_element.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_minmax.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_minmax_element.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_mismatch.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_move.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_move_backward.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_none_of.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_nth_element.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_remove.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_remove_if.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_replace.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_replace_if.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_reverse.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_set_difference.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_sort.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_stable_sort.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_swap_ranges.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_transform.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/ranges_upper_bound.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/remove.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/remove_copy.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/remove_copy_if.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/remove_if.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/replace.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/replace_copy.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/replace_copy_if.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/replace_if.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/reverse.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/reverse_copy.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/rotate.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/rotate_copy.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/sample.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/search.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/search_n.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/set_difference.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/set_intersection.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/set_symmetric_difference.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/set_union.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/shift_left.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/shift_right.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/shuffle.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/sift_down.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/sort.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/sort_heap.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/stable_partition.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/stable_sort.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/swap_ranges.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/transform.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/unique.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/unique_copy.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/unwrap_iter.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__algorithm/upper_bound.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__assert -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__availability -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__bit/bit_cast.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__bit/byteswap.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__bit_reference -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__bits -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__bsd_locale_defaults.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__bsd_locale_fallbacks.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__charconv/chars_format.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__charconv/from_chars_result.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__charconv/tables.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__charconv/to_chars_base_10.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__charconv/to_chars_result.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/calendar.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/convert_to_timespec.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/day.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/duration.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/file_clock.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/hh_mm_ss.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/high_resolution_clock.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/literals.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/month.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/month_weekday.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/monthday.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/steady_clock.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/system_clock.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/time_point.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/weekday.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/year.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/year_month.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/year_month_day.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__chrono/year_month_weekday.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/common_comparison_category.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/compare_partial_order_fallback.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/compare_strong_order_fallback.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/compare_three_way.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/compare_three_way_result.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/compare_weak_order_fallback.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/is_eq.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/ordering.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/partial_order.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/strong_order.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/synth_three_way.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/three_way_comparable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__compare/weak_order.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/arithmetic.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/assignable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/boolean_testable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/class_or_enum.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/common_reference_with.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/common_with.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/constructible.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/convertible_to.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/copyable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/derived_from.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/destructible.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/different_from.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/equality_comparable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/invocable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/movable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/predicate.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/regular.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/relation.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/same_as.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/semiregular.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/swappable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__concepts/totally_ordered.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__config -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__config_site.in -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__coroutine/coroutine_handle.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__coroutine/coroutine_traits.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__coroutine/noop_coroutine_handle.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__coroutine/trivial_awaitables.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__debug -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__debug_utils/randomize_range.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__errc -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/copy_options.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/directory_entry.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/directory_iterator.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/directory_options.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/file_status.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/file_time_type.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/file_type.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/filesystem_error.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/operations.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/path.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/path_iterator.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/perm_options.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/perms.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/recursive_directory_iterator.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/space_info.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__filesystem/u8path.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/buffer.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/concepts.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/enable_insertable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/format_arg.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/format_arg_store.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/format_args.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/format_context.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/format_error.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/format_fwd.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/format_parse_context.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/format_string.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/format_to_n_result.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/formatter.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/formatter_bool.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/formatter_char.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/formatter_floating_point.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/formatter_integer.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/formatter_integral.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/formatter_output.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/formatter_pointer.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/formatter_string.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__format/parser_std_format_spec.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/binary_function.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/binary_negate.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/bind.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/bind_back.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/bind_front.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/binder1st.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/binder2nd.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/boyer_moore_searcher.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/compose.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/default_searcher.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/function.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/hash.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/identity.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/invoke.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/is_transparent.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/mem_fn.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/mem_fun_ref.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/not_fn.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/operations.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/perfect_forward.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/pointer_to_binary_function.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/pointer_to_unary_function.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/ranges_operations.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/reference_wrapper.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/unary_function.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/unary_negate.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/unwrap_ref.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__functional/weak_result_type.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__fwd/span.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__fwd/string_view.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__hash_table -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ios/fpos.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/access.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/advance.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/back_insert_iterator.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/bounded_iter.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/common_iterator.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/concepts.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/counted_iterator.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/data.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/default_sentinel.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/distance.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/empty.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/erase_if_container.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/front_insert_iterator.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/incrementable_traits.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/indirectly_comparable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/insert_iterator.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/istream_iterator.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/istreambuf_iterator.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/iter_move.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/iter_swap.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/iterator.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/iterator_traits.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/mergeable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/move_iterator.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/move_sentinel.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/next.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/ostream_iterator.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/ostreambuf_iterator.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/permutable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/prev.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/projected.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/readable_traits.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/reverse_access.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/reverse_iterator.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/size.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/sortable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/unreachable_sentinel.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__iterator/wrap_iter.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__locale -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__mbstate_t.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/addressof.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/allocate_at_least.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/allocation_guard.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/allocator.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/allocator_arg_t.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/allocator_traits.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/assume_aligned.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/auto_ptr.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/compressed_pair.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/concepts.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/construct_at.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/pointer_traits.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/ranges_construct_at.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/ranges_uninitialized_algorithms.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/raw_storage_iterator.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/shared_ptr.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/temporary_buffer.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/uninitialized_algorithms.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/unique_ptr.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/uses_allocator.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__memory/voidify.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__mutex_base -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__node_handle -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/accumulate.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/adjacent_difference.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/exclusive_scan.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/gcd_lcm.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/inclusive_scan.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/inner_product.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/iota.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/midpoint.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/partial_sum.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/reduce.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/transform_exclusive_scan.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/transform_inclusive_scan.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__numeric/transform_reduce.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/bernoulli_distribution.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/binomial_distribution.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/cauchy_distribution.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/chi_squared_distribution.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/clamp_to_integral.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/default_random_engine.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/discard_block_engine.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/discrete_distribution.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/exponential_distribution.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/extreme_value_distribution.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/fisher_f_distribution.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/gamma_distribution.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/generate_canonical.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/geometric_distribution.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/independent_bits_engine.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/is_seed_sequence.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/is_valid.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/knuth_b.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/linear_congruential_engine.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/log2.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/lognormal_distribution.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/mersenne_twister_engine.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/negative_binomial_distribution.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/normal_distribution.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/piecewise_constant_distribution.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/piecewise_linear_distribution.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/poisson_distribution.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/random_device.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/ranlux.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/seed_seq.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/shuffle_order_engine.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/student_t_distribution.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/subtract_with_carry_engine.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/uniform_int_distribution.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/uniform_random_bit_generator.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/uniform_real_distribution.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__random/weibull_distribution.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/access.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/all.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/common_view.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/concepts.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/copyable_box.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/counted.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/dangling.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/data.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/drop_view.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/empty.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/empty_view.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/enable_borrowed_range.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/enable_view.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/filter_view.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/iota_view.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/join_view.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/lazy_split_view.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/non_propagating_cache.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/owning_view.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/range_adaptor.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/rbegin.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/ref_view.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/rend.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/reverse_view.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/single_view.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/size.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/subrange.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/take_view.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/transform_view.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/view_interface.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/views.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__ranges/zip_view.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__split_buffer -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__std_stream -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__string/char_traits.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__string/extern_template_lists.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/android/locale_bionic.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/fuchsia/xlocale.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/ibm/gettod_zos.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/ibm/limits.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/ibm/locale_mgmt_zos.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/ibm/nanosleep.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/ibm/support.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/ibm/xlocale.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/musl/xlocale.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/newlib/xlocale.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/openbsd/xlocale.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/solaris/floatingpoint.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/solaris/wchar.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/solaris/xlocale.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/win32/limits_msvc_win32.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/win32/locale_win32.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/xlocale/__nop_locale_mgmt.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/xlocale/__posix_l_fallback.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__support/xlocale/__strtonum_fallback.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__thread/poll_with_backoff.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__thread/timed_backoff_policy.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__threading_support -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__tree -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__tuple -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/add_const.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/add_cv.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/add_lvalue_reference.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/add_pointer.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/add_rvalue_reference.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/add_volatile.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/alignment_of.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/apply_cv.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/conditional.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/conjunction.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/decay.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/disjunction.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/enable_if.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/extent.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/has_unique_object_representation.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/has_virtual_destructor.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/integral_constant.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_abstract.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_aggregate.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_arithmetic.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_array.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_assignable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_base_of.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_bounded_array.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_callable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_class.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_compound.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_const.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_constant_evaluated.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_constructible.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_convertible.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_copy_assignable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_copy_constructible.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_core_convertible.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_default_constructible.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_destructible.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_empty.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_enum.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_final.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_floating_point.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_function.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_fundamental.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_integral.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_literal_type.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_member_function_pointer.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_member_object_pointer.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_member_pointer.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_move_assignable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_move_constructible.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_nothrow_assignable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_nothrow_constructible.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_nothrow_copy_assignable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_nothrow_copy_constructible.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_nothrow_default_constructible.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_nothrow_destructible.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_nothrow_move_assignable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_nothrow_move_constructible.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_null_pointer.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_object.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_pod.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_pointer.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_polymorphic.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_reference.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_reference_wrapper.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_referenceable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_same.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_scalar.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_scoped_enum.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_signed.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_standard_layout.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_trivial.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_trivially_assignable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_trivially_constructible.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_trivially_copy_assignable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_trivially_copy_constructible.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_trivially_copyable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_trivially_default_constructible.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_trivially_destructible.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_trivially_move_assignable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_trivially_move_constructible.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_unbounded_array.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_union.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_unsigned.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_void.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/is_volatile.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/negation.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/rank.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/remove_all_extents.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/remove_const.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/remove_cv.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/remove_extent.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/remove_pointer.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/remove_reference.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/remove_volatile.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/type_identity.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/underlying_type.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__type_traits/void_t.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__undef_macros -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/as_const.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/auto_cast.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/cmp.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/declval.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/exchange.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/forward.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/in_place.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/integer_sequence.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/move.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/pair.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/piecewise_construct.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/priority_tag.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/rel_ops.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/swap.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/to_underlying.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/transaction.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__utility/unreachable.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/__variant/monostate.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/algorithm -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/any -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/array -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/atomic -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/barrier -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/bit -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/bitset -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cassert -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/ccomplex -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cctype -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cerrno -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cfenv -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cfloat -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/charconv -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/chrono -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cinttypes -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/ciso646 -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/climits -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/clocale -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cmath -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/codecvt -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/compare -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/complex -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/complex.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/concepts -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/condition_variable -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/coroutine -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/csetjmp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/csignal -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cstdarg -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cstdbool -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cstddef -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cstdint -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cstdio -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cstdlib -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cstring -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/ctgmath -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/ctime -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/ctype.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cuchar -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cwchar -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/cwctype -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/deque -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/errno.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/exception -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/execution -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/__config -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/__memory -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/algorithm -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/coroutine -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/deque -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/forward_list -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/functional -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/iterator -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/list -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/map -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/memory_resource -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/propagate_const -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/regex -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/set -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/simd -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/string -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/type_traits -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/unordered_map -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/unordered_set -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/utility -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/experimental/vector -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/ext/__hash -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/ext/hash_map -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/ext/hash_set -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/fenv.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/filesystem -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/float.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/format -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/forward_list -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/fstream -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/functional -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/future -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/initializer_list -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/inttypes.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/iomanip -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/ios -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/iosfwd -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/iostream -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/istream -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/iterator -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/latch -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/limits -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/limits.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/list -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/locale -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/locale.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/map -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/math.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/memory -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/mutex -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/new -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/numbers -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/numeric -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/optional -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/ostream -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/queue -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/random -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/ranges -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/ratio -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/regex -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/scoped_allocator -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/semaphore -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/set -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/setjmp.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/shared_mutex -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/span -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/sstream -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/stack -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/stdatomic.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/stdbool.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/stddef.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/stdexcept -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/stdint.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/stdio.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/stdlib.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/streambuf -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/string -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/string.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/string_view -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/strstream -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/system_error -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/tgmath.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/thread -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/tuple -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/type_traits -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/typeindex -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/typeinfo -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/uchar.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/unordered_map -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/unordered_set -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/utility -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/valarray -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/variant -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/vector -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/wchar.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/include/wctype.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/algorithm.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/any.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/assert.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/atomic.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/barrier.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/bind.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/charconv.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/chrono.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/condition_variable.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/condition_variable_destructor.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/debug.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/exception.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/experimental/memory_resource.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/filesystem/directory_iterator.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/filesystem/filesystem_common.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/filesystem/int128_builtins.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/filesystem/operations.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/filesystem/posix_compat.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/format.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/functional.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/future.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/hash.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/apple_availability.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/atomic_support.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/config_elast.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/refstring.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/ryu/common.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/ryu/d2fixed.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/ryu/d2fixed_full_table.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/ryu/d2s.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/ryu/d2s_full_table.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/ryu/d2s_intrinsics.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/ryu/digit_table.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/ryu/f2s.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/ryu/ryu.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/sso_allocator.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/include/to_chars_floating_point.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/ios.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/ios.instantiations.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/iostream.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/legacy_debug_handler.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/legacy_pointer_safety.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/locale.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/memory.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/mutex.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/mutex_destructor.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/new.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/optional.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/random.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/random_shuffle.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/regex.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/ryu/d2fixed.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/ryu/d2s.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/ryu/f2s.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/shared_mutex.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/stdexcept.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/string.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/strstream.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/ibm/mbsnrtowcs.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/ibm/wcsnrtombs.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/ibm/xlocale_zos.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/runtime/exception_fallback.ipp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/runtime/exception_glibcxx.ipp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/runtime/exception_libcxxabi.ipp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/runtime/exception_libcxxrt.ipp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/runtime/exception_msvc.ipp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/runtime/exception_pointer_cxxabi.ipp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/runtime/exception_pointer_glibcxx.ipp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/runtime/exception_pointer_msvc.ipp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/runtime/exception_pointer_unimplemented.ipp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/runtime/new_handler_fallback.ipp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/runtime/stdexcept_default.ipp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/runtime/stdexcept_vcruntime.ipp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/win32/locale_win32.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/win32/support.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/support/win32/thread_win32.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/system_error.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/thread.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/typeinfo.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/utility.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/valarray.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/variant.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxx/src/vector.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/include/__cxxabi_config.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/include/cxxabi.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/abort_message.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/abort_message.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/aix_state_tab_eh.inc -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_aux_runtime.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_default_handlers.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_demangle.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_exception.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_exception.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_exception_storage.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_guard.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_guard_impl.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_handlers.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_handlers.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_noexception.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_personality.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_thread_atexit.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_vector.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/cxa_virtual.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/demangle/DemangleConfig.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/demangle/ItaniumDemangle.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/demangle/ItaniumNodes.def -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/demangle/StringView.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/demangle/Utility.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/fallback_malloc.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/fallback_malloc.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/private_typeinfo.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/private_typeinfo.h -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/stdlib_exception.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/stdlib_new_delete.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/stdlib_stdexcept.cpp -ORIGIN: https://llvm.org/LICENSE.txt referenced by ../../../third_party/libcxxabi/src/stdlib_typeinfo.cpp -TYPE: LicenseType.llvm -FILE: ../../../third_party/libcxx/include/__algorithm/adjacent_find.h -FILE: ../../../third_party/libcxx/include/__algorithm/all_of.h -FILE: ../../../third_party/libcxx/include/__algorithm/any_of.h -FILE: ../../../third_party/libcxx/include/__algorithm/binary_search.h -FILE: ../../../third_party/libcxx/include/__algorithm/clamp.h -FILE: ../../../third_party/libcxx/include/__algorithm/comp.h -FILE: ../../../third_party/libcxx/include/__algorithm/comp_ref_type.h -FILE: ../../../third_party/libcxx/include/__algorithm/copy.h -FILE: ../../../third_party/libcxx/include/__algorithm/copy_backward.h -FILE: ../../../third_party/libcxx/include/__algorithm/copy_if.h -FILE: ../../../third_party/libcxx/include/__algorithm/copy_n.h -FILE: ../../../third_party/libcxx/include/__algorithm/count.h -FILE: ../../../third_party/libcxx/include/__algorithm/count_if.h -FILE: ../../../third_party/libcxx/include/__algorithm/equal.h -FILE: ../../../third_party/libcxx/include/__algorithm/equal_range.h -FILE: ../../../third_party/libcxx/include/__algorithm/fill.h -FILE: ../../../third_party/libcxx/include/__algorithm/fill_n.h -FILE: ../../../third_party/libcxx/include/__algorithm/find.h -FILE: ../../../third_party/libcxx/include/__algorithm/find_end.h -FILE: ../../../third_party/libcxx/include/__algorithm/find_first_of.h -FILE: ../../../third_party/libcxx/include/__algorithm/find_if.h -FILE: ../../../third_party/libcxx/include/__algorithm/find_if_not.h -FILE: ../../../third_party/libcxx/include/__algorithm/for_each.h -FILE: ../../../third_party/libcxx/include/__algorithm/for_each_n.h -FILE: ../../../third_party/libcxx/include/__algorithm/generate.h -FILE: ../../../third_party/libcxx/include/__algorithm/generate_n.h -FILE: ../../../third_party/libcxx/include/__algorithm/half_positive.h -FILE: ../../../third_party/libcxx/include/__algorithm/in_found_result.h -FILE: ../../../third_party/libcxx/include/__algorithm/in_fun_result.h -FILE: ../../../third_party/libcxx/include/__algorithm/in_in_out_result.h -FILE: ../../../third_party/libcxx/include/__algorithm/in_in_result.h -FILE: ../../../third_party/libcxx/include/__algorithm/in_out_out_result.h -FILE: ../../../third_party/libcxx/include/__algorithm/in_out_result.h -FILE: ../../../third_party/libcxx/include/__algorithm/includes.h -FILE: ../../../third_party/libcxx/include/__algorithm/inplace_merge.h -FILE: ../../../third_party/libcxx/include/__algorithm/is_heap.h -FILE: ../../../third_party/libcxx/include/__algorithm/is_heap_until.h -FILE: ../../../third_party/libcxx/include/__algorithm/is_partitioned.h -FILE: ../../../third_party/libcxx/include/__algorithm/is_permutation.h -FILE: ../../../third_party/libcxx/include/__algorithm/is_sorted.h -FILE: ../../../third_party/libcxx/include/__algorithm/is_sorted_until.h -FILE: ../../../third_party/libcxx/include/__algorithm/iter_swap.h -FILE: ../../../third_party/libcxx/include/__algorithm/iterator_operations.h -FILE: ../../../third_party/libcxx/include/__algorithm/lexicographical_compare.h -FILE: ../../../third_party/libcxx/include/__algorithm/lower_bound.h -FILE: ../../../third_party/libcxx/include/__algorithm/make_heap.h -FILE: ../../../third_party/libcxx/include/__algorithm/make_projected.h -FILE: ../../../third_party/libcxx/include/__algorithm/max.h -FILE: ../../../third_party/libcxx/include/__algorithm/max_element.h -FILE: ../../../third_party/libcxx/include/__algorithm/merge.h -FILE: ../../../third_party/libcxx/include/__algorithm/min.h -FILE: ../../../third_party/libcxx/include/__algorithm/min_element.h -FILE: ../../../third_party/libcxx/include/__algorithm/min_max_result.h -FILE: ../../../third_party/libcxx/include/__algorithm/minmax.h -FILE: ../../../third_party/libcxx/include/__algorithm/minmax_element.h -FILE: ../../../third_party/libcxx/include/__algorithm/mismatch.h -FILE: ../../../third_party/libcxx/include/__algorithm/move.h -FILE: ../../../third_party/libcxx/include/__algorithm/move_backward.h -FILE: ../../../third_party/libcxx/include/__algorithm/next_permutation.h -FILE: ../../../third_party/libcxx/include/__algorithm/none_of.h -FILE: ../../../third_party/libcxx/include/__algorithm/nth_element.h -FILE: ../../../third_party/libcxx/include/__algorithm/partial_sort.h -FILE: ../../../third_party/libcxx/include/__algorithm/partial_sort_copy.h -FILE: ../../../third_party/libcxx/include/__algorithm/partition.h -FILE: ../../../third_party/libcxx/include/__algorithm/partition_copy.h -FILE: ../../../third_party/libcxx/include/__algorithm/partition_point.h -FILE: ../../../third_party/libcxx/include/__algorithm/pop_heap.h -FILE: ../../../third_party/libcxx/include/__algorithm/prev_permutation.h -FILE: ../../../third_party/libcxx/include/__algorithm/push_heap.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_adjacent_find.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_all_of.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_any_of.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_binary_search.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_copy.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_copy_backward.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_copy_if.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_copy_n.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_count.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_count_if.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_equal.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_fill.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_fill_n.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_find.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_find_first_of.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_find_if.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_find_if_not.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_for_each.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_for_each_n.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_is_partitioned.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_is_sorted.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_is_sorted_until.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_lexicographical_compare.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_lower_bound.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_max.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_max_element.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_merge.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_min.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_min_element.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_minmax.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_minmax_element.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_mismatch.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_move.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_move_backward.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_none_of.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_nth_element.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_remove.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_remove_if.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_replace.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_replace_if.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_reverse.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_set_difference.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_sort.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_stable_sort.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_swap_ranges.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_transform.h -FILE: ../../../third_party/libcxx/include/__algorithm/ranges_upper_bound.h -FILE: ../../../third_party/libcxx/include/__algorithm/remove.h -FILE: ../../../third_party/libcxx/include/__algorithm/remove_copy.h -FILE: ../../../third_party/libcxx/include/__algorithm/remove_copy_if.h -FILE: ../../../third_party/libcxx/include/__algorithm/remove_if.h -FILE: ../../../third_party/libcxx/include/__algorithm/replace.h -FILE: ../../../third_party/libcxx/include/__algorithm/replace_copy.h -FILE: ../../../third_party/libcxx/include/__algorithm/replace_copy_if.h -FILE: ../../../third_party/libcxx/include/__algorithm/replace_if.h -FILE: ../../../third_party/libcxx/include/__algorithm/reverse.h -FILE: ../../../third_party/libcxx/include/__algorithm/reverse_copy.h -FILE: ../../../third_party/libcxx/include/__algorithm/rotate.h -FILE: ../../../third_party/libcxx/include/__algorithm/rotate_copy.h -FILE: ../../../third_party/libcxx/include/__algorithm/sample.h -FILE: ../../../third_party/libcxx/include/__algorithm/search.h -FILE: ../../../third_party/libcxx/include/__algorithm/search_n.h -FILE: ../../../third_party/libcxx/include/__algorithm/set_difference.h -FILE: ../../../third_party/libcxx/include/__algorithm/set_intersection.h -FILE: ../../../third_party/libcxx/include/__algorithm/set_symmetric_difference.h -FILE: ../../../third_party/libcxx/include/__algorithm/set_union.h -FILE: ../../../third_party/libcxx/include/__algorithm/shift_left.h -FILE: ../../../third_party/libcxx/include/__algorithm/shift_right.h -FILE: ../../../third_party/libcxx/include/__algorithm/shuffle.h -FILE: ../../../third_party/libcxx/include/__algorithm/sift_down.h -FILE: ../../../third_party/libcxx/include/__algorithm/sort.h -FILE: ../../../third_party/libcxx/include/__algorithm/sort_heap.h -FILE: ../../../third_party/libcxx/include/__algorithm/stable_partition.h -FILE: ../../../third_party/libcxx/include/__algorithm/stable_sort.h -FILE: ../../../third_party/libcxx/include/__algorithm/swap_ranges.h -FILE: ../../../third_party/libcxx/include/__algorithm/transform.h -FILE: ../../../third_party/libcxx/include/__algorithm/unique.h -FILE: ../../../third_party/libcxx/include/__algorithm/unique_copy.h -FILE: ../../../third_party/libcxx/include/__algorithm/unwrap_iter.h -FILE: ../../../third_party/libcxx/include/__algorithm/upper_bound.h -FILE: ../../../third_party/libcxx/include/__assert -FILE: ../../../third_party/libcxx/include/__availability -FILE: ../../../third_party/libcxx/include/__bit/bit_cast.h -FILE: ../../../third_party/libcxx/include/__bit/byteswap.h -FILE: ../../../third_party/libcxx/include/__bit_reference -FILE: ../../../third_party/libcxx/include/__bits -FILE: ../../../third_party/libcxx/include/__bsd_locale_defaults.h -FILE: ../../../third_party/libcxx/include/__bsd_locale_fallbacks.h -FILE: ../../../third_party/libcxx/include/__charconv/chars_format.h -FILE: ../../../third_party/libcxx/include/__charconv/from_chars_result.h -FILE: ../../../third_party/libcxx/include/__charconv/tables.h -FILE: ../../../third_party/libcxx/include/__charconv/to_chars_base_10.h -FILE: ../../../third_party/libcxx/include/__charconv/to_chars_result.h -FILE: ../../../third_party/libcxx/include/__chrono/calendar.h -FILE: ../../../third_party/libcxx/include/__chrono/convert_to_timespec.h -FILE: ../../../third_party/libcxx/include/__chrono/day.h -FILE: ../../../third_party/libcxx/include/__chrono/duration.h -FILE: ../../../third_party/libcxx/include/__chrono/file_clock.h -FILE: ../../../third_party/libcxx/include/__chrono/hh_mm_ss.h -FILE: ../../../third_party/libcxx/include/__chrono/high_resolution_clock.h -FILE: ../../../third_party/libcxx/include/__chrono/literals.h -FILE: ../../../third_party/libcxx/include/__chrono/month.h -FILE: ../../../third_party/libcxx/include/__chrono/month_weekday.h -FILE: ../../../third_party/libcxx/include/__chrono/monthday.h -FILE: ../../../third_party/libcxx/include/__chrono/steady_clock.h -FILE: ../../../third_party/libcxx/include/__chrono/system_clock.h -FILE: ../../../third_party/libcxx/include/__chrono/time_point.h -FILE: ../../../third_party/libcxx/include/__chrono/weekday.h -FILE: ../../../third_party/libcxx/include/__chrono/year.h -FILE: ../../../third_party/libcxx/include/__chrono/year_month.h -FILE: ../../../third_party/libcxx/include/__chrono/year_month_day.h -FILE: ../../../third_party/libcxx/include/__chrono/year_month_weekday.h -FILE: ../../../third_party/libcxx/include/__compare/common_comparison_category.h -FILE: ../../../third_party/libcxx/include/__compare/compare_partial_order_fallback.h -FILE: ../../../third_party/libcxx/include/__compare/compare_strong_order_fallback.h -FILE: ../../../third_party/libcxx/include/__compare/compare_three_way.h -FILE: ../../../third_party/libcxx/include/__compare/compare_three_way_result.h -FILE: ../../../third_party/libcxx/include/__compare/compare_weak_order_fallback.h -FILE: ../../../third_party/libcxx/include/__compare/is_eq.h -FILE: ../../../third_party/libcxx/include/__compare/ordering.h -FILE: ../../../third_party/libcxx/include/__compare/partial_order.h -FILE: ../../../third_party/libcxx/include/__compare/strong_order.h -FILE: ../../../third_party/libcxx/include/__compare/synth_three_way.h -FILE: ../../../third_party/libcxx/include/__compare/three_way_comparable.h -FILE: ../../../third_party/libcxx/include/__compare/weak_order.h -FILE: ../../../third_party/libcxx/include/__concepts/arithmetic.h -FILE: ../../../third_party/libcxx/include/__concepts/assignable.h -FILE: ../../../third_party/libcxx/include/__concepts/boolean_testable.h -FILE: ../../../third_party/libcxx/include/__concepts/class_or_enum.h -FILE: ../../../third_party/libcxx/include/__concepts/common_reference_with.h -FILE: ../../../third_party/libcxx/include/__concepts/common_with.h -FILE: ../../../third_party/libcxx/include/__concepts/constructible.h -FILE: ../../../third_party/libcxx/include/__concepts/convertible_to.h -FILE: ../../../third_party/libcxx/include/__concepts/copyable.h -FILE: ../../../third_party/libcxx/include/__concepts/derived_from.h -FILE: ../../../third_party/libcxx/include/__concepts/destructible.h -FILE: ../../../third_party/libcxx/include/__concepts/different_from.h -FILE: ../../../third_party/libcxx/include/__concepts/equality_comparable.h -FILE: ../../../third_party/libcxx/include/__concepts/invocable.h -FILE: ../../../third_party/libcxx/include/__concepts/movable.h -FILE: ../../../third_party/libcxx/include/__concepts/predicate.h -FILE: ../../../third_party/libcxx/include/__concepts/regular.h -FILE: ../../../third_party/libcxx/include/__concepts/relation.h -FILE: ../../../third_party/libcxx/include/__concepts/same_as.h -FILE: ../../../third_party/libcxx/include/__concepts/semiregular.h -FILE: ../../../third_party/libcxx/include/__concepts/swappable.h -FILE: ../../../third_party/libcxx/include/__concepts/totally_ordered.h -FILE: ../../../third_party/libcxx/include/__config -FILE: ../../../third_party/libcxx/include/__config_site.in -FILE: ../../../third_party/libcxx/include/__coroutine/coroutine_handle.h -FILE: ../../../third_party/libcxx/include/__coroutine/coroutine_traits.h -FILE: ../../../third_party/libcxx/include/__coroutine/noop_coroutine_handle.h -FILE: ../../../third_party/libcxx/include/__coroutine/trivial_awaitables.h -FILE: ../../../third_party/libcxx/include/__debug -FILE: ../../../third_party/libcxx/include/__debug_utils/randomize_range.h -FILE: ../../../third_party/libcxx/include/__errc -FILE: ../../../third_party/libcxx/include/__filesystem/copy_options.h -FILE: ../../../third_party/libcxx/include/__filesystem/directory_entry.h -FILE: ../../../third_party/libcxx/include/__filesystem/directory_iterator.h -FILE: ../../../third_party/libcxx/include/__filesystem/directory_options.h -FILE: ../../../third_party/libcxx/include/__filesystem/file_status.h -FILE: ../../../third_party/libcxx/include/__filesystem/file_time_type.h -FILE: ../../../third_party/libcxx/include/__filesystem/file_type.h -FILE: ../../../third_party/libcxx/include/__filesystem/filesystem_error.h -FILE: ../../../third_party/libcxx/include/__filesystem/operations.h -FILE: ../../../third_party/libcxx/include/__filesystem/path.h -FILE: ../../../third_party/libcxx/include/__filesystem/path_iterator.h -FILE: ../../../third_party/libcxx/include/__filesystem/perm_options.h -FILE: ../../../third_party/libcxx/include/__filesystem/perms.h -FILE: ../../../third_party/libcxx/include/__filesystem/recursive_directory_iterator.h -FILE: ../../../third_party/libcxx/include/__filesystem/space_info.h -FILE: ../../../third_party/libcxx/include/__filesystem/u8path.h -FILE: ../../../third_party/libcxx/include/__format/buffer.h -FILE: ../../../third_party/libcxx/include/__format/concepts.h -FILE: ../../../third_party/libcxx/include/__format/enable_insertable.h -FILE: ../../../third_party/libcxx/include/__format/format_arg.h -FILE: ../../../third_party/libcxx/include/__format/format_arg_store.h -FILE: ../../../third_party/libcxx/include/__format/format_args.h -FILE: ../../../third_party/libcxx/include/__format/format_context.h -FILE: ../../../third_party/libcxx/include/__format/format_error.h -FILE: ../../../third_party/libcxx/include/__format/format_fwd.h -FILE: ../../../third_party/libcxx/include/__format/format_parse_context.h -FILE: ../../../third_party/libcxx/include/__format/format_string.h -FILE: ../../../third_party/libcxx/include/__format/format_to_n_result.h -FILE: ../../../third_party/libcxx/include/__format/formatter.h -FILE: ../../../third_party/libcxx/include/__format/formatter_bool.h -FILE: ../../../third_party/libcxx/include/__format/formatter_char.h -FILE: ../../../third_party/libcxx/include/__format/formatter_floating_point.h -FILE: ../../../third_party/libcxx/include/__format/formatter_integer.h -FILE: ../../../third_party/libcxx/include/__format/formatter_integral.h -FILE: ../../../third_party/libcxx/include/__format/formatter_output.h -FILE: ../../../third_party/libcxx/include/__format/formatter_pointer.h -FILE: ../../../third_party/libcxx/include/__format/formatter_string.h -FILE: ../../../third_party/libcxx/include/__format/parser_std_format_spec.h -FILE: ../../../third_party/libcxx/include/__functional/binary_function.h -FILE: ../../../third_party/libcxx/include/__functional/binary_negate.h -FILE: ../../../third_party/libcxx/include/__functional/bind.h -FILE: ../../../third_party/libcxx/include/__functional/bind_back.h -FILE: ../../../third_party/libcxx/include/__functional/bind_front.h -FILE: ../../../third_party/libcxx/include/__functional/binder1st.h -FILE: ../../../third_party/libcxx/include/__functional/binder2nd.h -FILE: ../../../third_party/libcxx/include/__functional/boyer_moore_searcher.h -FILE: ../../../third_party/libcxx/include/__functional/compose.h -FILE: ../../../third_party/libcxx/include/__functional/default_searcher.h -FILE: ../../../third_party/libcxx/include/__functional/function.h -FILE: ../../../third_party/libcxx/include/__functional/hash.h -FILE: ../../../third_party/libcxx/include/__functional/identity.h -FILE: ../../../third_party/libcxx/include/__functional/invoke.h -FILE: ../../../third_party/libcxx/include/__functional/is_transparent.h -FILE: ../../../third_party/libcxx/include/__functional/mem_fn.h -FILE: ../../../third_party/libcxx/include/__functional/mem_fun_ref.h -FILE: ../../../third_party/libcxx/include/__functional/not_fn.h -FILE: ../../../third_party/libcxx/include/__functional/operations.h -FILE: ../../../third_party/libcxx/include/__functional/perfect_forward.h -FILE: ../../../third_party/libcxx/include/__functional/pointer_to_binary_function.h -FILE: ../../../third_party/libcxx/include/__functional/pointer_to_unary_function.h -FILE: ../../../third_party/libcxx/include/__functional/ranges_operations.h -FILE: ../../../third_party/libcxx/include/__functional/reference_wrapper.h -FILE: ../../../third_party/libcxx/include/__functional/unary_function.h -FILE: ../../../third_party/libcxx/include/__functional/unary_negate.h -FILE: ../../../third_party/libcxx/include/__functional/unwrap_ref.h -FILE: ../../../third_party/libcxx/include/__functional/weak_result_type.h -FILE: ../../../third_party/libcxx/include/__fwd/span.h -FILE: ../../../third_party/libcxx/include/__fwd/string_view.h -FILE: ../../../third_party/libcxx/include/__hash_table -FILE: ../../../third_party/libcxx/include/__ios/fpos.h -FILE: ../../../third_party/libcxx/include/__iterator/access.h -FILE: ../../../third_party/libcxx/include/__iterator/advance.h -FILE: ../../../third_party/libcxx/include/__iterator/back_insert_iterator.h -FILE: ../../../third_party/libcxx/include/__iterator/bounded_iter.h -FILE: ../../../third_party/libcxx/include/__iterator/common_iterator.h -FILE: ../../../third_party/libcxx/include/__iterator/concepts.h -FILE: ../../../third_party/libcxx/include/__iterator/counted_iterator.h -FILE: ../../../third_party/libcxx/include/__iterator/data.h -FILE: ../../../third_party/libcxx/include/__iterator/default_sentinel.h -FILE: ../../../third_party/libcxx/include/__iterator/distance.h -FILE: ../../../third_party/libcxx/include/__iterator/empty.h -FILE: ../../../third_party/libcxx/include/__iterator/erase_if_container.h -FILE: ../../../third_party/libcxx/include/__iterator/front_insert_iterator.h -FILE: ../../../third_party/libcxx/include/__iterator/incrementable_traits.h -FILE: ../../../third_party/libcxx/include/__iterator/indirectly_comparable.h -FILE: ../../../third_party/libcxx/include/__iterator/insert_iterator.h -FILE: ../../../third_party/libcxx/include/__iterator/istream_iterator.h -FILE: ../../../third_party/libcxx/include/__iterator/istreambuf_iterator.h -FILE: ../../../third_party/libcxx/include/__iterator/iter_move.h -FILE: ../../../third_party/libcxx/include/__iterator/iter_swap.h -FILE: ../../../third_party/libcxx/include/__iterator/iterator.h -FILE: ../../../third_party/libcxx/include/__iterator/iterator_traits.h -FILE: ../../../third_party/libcxx/include/__iterator/mergeable.h -FILE: ../../../third_party/libcxx/include/__iterator/move_iterator.h -FILE: ../../../third_party/libcxx/include/__iterator/move_sentinel.h -FILE: ../../../third_party/libcxx/include/__iterator/next.h -FILE: ../../../third_party/libcxx/include/__iterator/ostream_iterator.h -FILE: ../../../third_party/libcxx/include/__iterator/ostreambuf_iterator.h -FILE: ../../../third_party/libcxx/include/__iterator/permutable.h -FILE: ../../../third_party/libcxx/include/__iterator/prev.h -FILE: ../../../third_party/libcxx/include/__iterator/projected.h -FILE: ../../../third_party/libcxx/include/__iterator/readable_traits.h -FILE: ../../../third_party/libcxx/include/__iterator/reverse_access.h -FILE: ../../../third_party/libcxx/include/__iterator/reverse_iterator.h -FILE: ../../../third_party/libcxx/include/__iterator/size.h -FILE: ../../../third_party/libcxx/include/__iterator/sortable.h -FILE: ../../../third_party/libcxx/include/__iterator/unreachable_sentinel.h -FILE: ../../../third_party/libcxx/include/__iterator/wrap_iter.h -FILE: ../../../third_party/libcxx/include/__locale -FILE: ../../../third_party/libcxx/include/__mbstate_t.h -FILE: ../../../third_party/libcxx/include/__memory/addressof.h -FILE: ../../../third_party/libcxx/include/__memory/allocate_at_least.h -FILE: ../../../third_party/libcxx/include/__memory/allocation_guard.h -FILE: ../../../third_party/libcxx/include/__memory/allocator.h -FILE: ../../../third_party/libcxx/include/__memory/allocator_arg_t.h -FILE: ../../../third_party/libcxx/include/__memory/allocator_traits.h -FILE: ../../../third_party/libcxx/include/__memory/assume_aligned.h -FILE: ../../../third_party/libcxx/include/__memory/auto_ptr.h -FILE: ../../../third_party/libcxx/include/__memory/compressed_pair.h -FILE: ../../../third_party/libcxx/include/__memory/concepts.h -FILE: ../../../third_party/libcxx/include/__memory/construct_at.h -FILE: ../../../third_party/libcxx/include/__memory/pointer_traits.h -FILE: ../../../third_party/libcxx/include/__memory/ranges_construct_at.h -FILE: ../../../third_party/libcxx/include/__memory/ranges_uninitialized_algorithms.h -FILE: ../../../third_party/libcxx/include/__memory/raw_storage_iterator.h -FILE: ../../../third_party/libcxx/include/__memory/shared_ptr.h -FILE: ../../../third_party/libcxx/include/__memory/temporary_buffer.h -FILE: ../../../third_party/libcxx/include/__memory/uninitialized_algorithms.h -FILE: ../../../third_party/libcxx/include/__memory/unique_ptr.h -FILE: ../../../third_party/libcxx/include/__memory/uses_allocator.h -FILE: ../../../third_party/libcxx/include/__memory/voidify.h -FILE: ../../../third_party/libcxx/include/__mutex_base -FILE: ../../../third_party/libcxx/include/__node_handle -FILE: ../../../third_party/libcxx/include/__numeric/accumulate.h -FILE: ../../../third_party/libcxx/include/__numeric/adjacent_difference.h -FILE: ../../../third_party/libcxx/include/__numeric/exclusive_scan.h -FILE: ../../../third_party/libcxx/include/__numeric/gcd_lcm.h -FILE: ../../../third_party/libcxx/include/__numeric/inclusive_scan.h -FILE: ../../../third_party/libcxx/include/__numeric/inner_product.h -FILE: ../../../third_party/libcxx/include/__numeric/iota.h -FILE: ../../../third_party/libcxx/include/__numeric/midpoint.h -FILE: ../../../third_party/libcxx/include/__numeric/partial_sum.h -FILE: ../../../third_party/libcxx/include/__numeric/reduce.h -FILE: ../../../third_party/libcxx/include/__numeric/transform_exclusive_scan.h -FILE: ../../../third_party/libcxx/include/__numeric/transform_inclusive_scan.h -FILE: ../../../third_party/libcxx/include/__numeric/transform_reduce.h -FILE: ../../../third_party/libcxx/include/__random/bernoulli_distribution.h -FILE: ../../../third_party/libcxx/include/__random/binomial_distribution.h -FILE: ../../../third_party/libcxx/include/__random/cauchy_distribution.h -FILE: ../../../third_party/libcxx/include/__random/chi_squared_distribution.h -FILE: ../../../third_party/libcxx/include/__random/clamp_to_integral.h -FILE: ../../../third_party/libcxx/include/__random/default_random_engine.h -FILE: ../../../third_party/libcxx/include/__random/discard_block_engine.h -FILE: ../../../third_party/libcxx/include/__random/discrete_distribution.h -FILE: ../../../third_party/libcxx/include/__random/exponential_distribution.h -FILE: ../../../third_party/libcxx/include/__random/extreme_value_distribution.h -FILE: ../../../third_party/libcxx/include/__random/fisher_f_distribution.h -FILE: ../../../third_party/libcxx/include/__random/gamma_distribution.h -FILE: ../../../third_party/libcxx/include/__random/generate_canonical.h -FILE: ../../../third_party/libcxx/include/__random/geometric_distribution.h -FILE: ../../../third_party/libcxx/include/__random/independent_bits_engine.h -FILE: ../../../third_party/libcxx/include/__random/is_seed_sequence.h -FILE: ../../../third_party/libcxx/include/__random/is_valid.h -FILE: ../../../third_party/libcxx/include/__random/knuth_b.h -FILE: ../../../third_party/libcxx/include/__random/linear_congruential_engine.h -FILE: ../../../third_party/libcxx/include/__random/log2.h -FILE: ../../../third_party/libcxx/include/__random/lognormal_distribution.h -FILE: ../../../third_party/libcxx/include/__random/mersenne_twister_engine.h -FILE: ../../../third_party/libcxx/include/__random/negative_binomial_distribution.h -FILE: ../../../third_party/libcxx/include/__random/normal_distribution.h -FILE: ../../../third_party/libcxx/include/__random/piecewise_constant_distribution.h -FILE: ../../../third_party/libcxx/include/__random/piecewise_linear_distribution.h -FILE: ../../../third_party/libcxx/include/__random/poisson_distribution.h -FILE: ../../../third_party/libcxx/include/__random/random_device.h -FILE: ../../../third_party/libcxx/include/__random/ranlux.h -FILE: ../../../third_party/libcxx/include/__random/seed_seq.h -FILE: ../../../third_party/libcxx/include/__random/shuffle_order_engine.h -FILE: ../../../third_party/libcxx/include/__random/student_t_distribution.h -FILE: ../../../third_party/libcxx/include/__random/subtract_with_carry_engine.h -FILE: ../../../third_party/libcxx/include/__random/uniform_int_distribution.h -FILE: ../../../third_party/libcxx/include/__random/uniform_random_bit_generator.h -FILE: ../../../third_party/libcxx/include/__random/uniform_real_distribution.h -FILE: ../../../third_party/libcxx/include/__random/weibull_distribution.h -FILE: ../../../third_party/libcxx/include/__ranges/access.h -FILE: ../../../third_party/libcxx/include/__ranges/all.h -FILE: ../../../third_party/libcxx/include/__ranges/common_view.h -FILE: ../../../third_party/libcxx/include/__ranges/concepts.h -FILE: ../../../third_party/libcxx/include/__ranges/copyable_box.h -FILE: ../../../third_party/libcxx/include/__ranges/counted.h -FILE: ../../../third_party/libcxx/include/__ranges/dangling.h -FILE: ../../../third_party/libcxx/include/__ranges/data.h -FILE: ../../../third_party/libcxx/include/__ranges/drop_view.h -FILE: ../../../third_party/libcxx/include/__ranges/empty.h -FILE: ../../../third_party/libcxx/include/__ranges/empty_view.h -FILE: ../../../third_party/libcxx/include/__ranges/enable_borrowed_range.h -FILE: ../../../third_party/libcxx/include/__ranges/enable_view.h -FILE: ../../../third_party/libcxx/include/__ranges/filter_view.h -FILE: ../../../third_party/libcxx/include/__ranges/iota_view.h -FILE: ../../../third_party/libcxx/include/__ranges/join_view.h -FILE: ../../../third_party/libcxx/include/__ranges/lazy_split_view.h -FILE: ../../../third_party/libcxx/include/__ranges/non_propagating_cache.h -FILE: ../../../third_party/libcxx/include/__ranges/owning_view.h -FILE: ../../../third_party/libcxx/include/__ranges/range_adaptor.h -FILE: ../../../third_party/libcxx/include/__ranges/rbegin.h -FILE: ../../../third_party/libcxx/include/__ranges/ref_view.h -FILE: ../../../third_party/libcxx/include/__ranges/rend.h -FILE: ../../../third_party/libcxx/include/__ranges/reverse_view.h -FILE: ../../../third_party/libcxx/include/__ranges/single_view.h -FILE: ../../../third_party/libcxx/include/__ranges/size.h -FILE: ../../../third_party/libcxx/include/__ranges/subrange.h -FILE: ../../../third_party/libcxx/include/__ranges/take_view.h -FILE: ../../../third_party/libcxx/include/__ranges/transform_view.h -FILE: ../../../third_party/libcxx/include/__ranges/view_interface.h -FILE: ../../../third_party/libcxx/include/__ranges/views.h -FILE: ../../../third_party/libcxx/include/__ranges/zip_view.h -FILE: ../../../third_party/libcxx/include/__split_buffer -FILE: ../../../third_party/libcxx/include/__std_stream -FILE: ../../../third_party/libcxx/include/__string/char_traits.h -FILE: ../../../third_party/libcxx/include/__string/extern_template_lists.h -FILE: ../../../third_party/libcxx/include/__support/android/locale_bionic.h -FILE: ../../../third_party/libcxx/include/__support/fuchsia/xlocale.h -FILE: ../../../third_party/libcxx/include/__support/ibm/gettod_zos.h -FILE: ../../../third_party/libcxx/include/__support/ibm/limits.h -FILE: ../../../third_party/libcxx/include/__support/ibm/locale_mgmt_zos.h -FILE: ../../../third_party/libcxx/include/__support/ibm/nanosleep.h -FILE: ../../../third_party/libcxx/include/__support/ibm/support.h -FILE: ../../../third_party/libcxx/include/__support/ibm/xlocale.h -FILE: ../../../third_party/libcxx/include/__support/musl/xlocale.h -FILE: ../../../third_party/libcxx/include/__support/newlib/xlocale.h -FILE: ../../../third_party/libcxx/include/__support/openbsd/xlocale.h -FILE: ../../../third_party/libcxx/include/__support/solaris/floatingpoint.h -FILE: ../../../third_party/libcxx/include/__support/solaris/wchar.h -FILE: ../../../third_party/libcxx/include/__support/solaris/xlocale.h -FILE: ../../../third_party/libcxx/include/__support/win32/limits_msvc_win32.h -FILE: ../../../third_party/libcxx/include/__support/win32/locale_win32.h -FILE: ../../../third_party/libcxx/include/__support/xlocale/__nop_locale_mgmt.h -FILE: ../../../third_party/libcxx/include/__support/xlocale/__posix_l_fallback.h -FILE: ../../../third_party/libcxx/include/__support/xlocale/__strtonum_fallback.h -FILE: ../../../third_party/libcxx/include/__thread/poll_with_backoff.h -FILE: ../../../third_party/libcxx/include/__thread/timed_backoff_policy.h -FILE: ../../../third_party/libcxx/include/__threading_support -FILE: ../../../third_party/libcxx/include/__tree -FILE: ../../../third_party/libcxx/include/__tuple -FILE: ../../../third_party/libcxx/include/__type_traits/add_const.h -FILE: ../../../third_party/libcxx/include/__type_traits/add_cv.h -FILE: ../../../third_party/libcxx/include/__type_traits/add_lvalue_reference.h -FILE: ../../../third_party/libcxx/include/__type_traits/add_pointer.h -FILE: ../../../third_party/libcxx/include/__type_traits/add_rvalue_reference.h -FILE: ../../../third_party/libcxx/include/__type_traits/add_volatile.h -FILE: ../../../third_party/libcxx/include/__type_traits/alignment_of.h -FILE: ../../../third_party/libcxx/include/__type_traits/apply_cv.h -FILE: ../../../third_party/libcxx/include/__type_traits/conditional.h -FILE: ../../../third_party/libcxx/include/__type_traits/conjunction.h -FILE: ../../../third_party/libcxx/include/__type_traits/decay.h -FILE: ../../../third_party/libcxx/include/__type_traits/disjunction.h -FILE: ../../../third_party/libcxx/include/__type_traits/enable_if.h -FILE: ../../../third_party/libcxx/include/__type_traits/extent.h -FILE: ../../../third_party/libcxx/include/__type_traits/has_unique_object_representation.h -FILE: ../../../third_party/libcxx/include/__type_traits/has_virtual_destructor.h -FILE: ../../../third_party/libcxx/include/__type_traits/integral_constant.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_abstract.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_aggregate.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_arithmetic.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_array.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_assignable.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_base_of.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_bounded_array.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_callable.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_class.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_compound.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_const.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_constant_evaluated.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_constructible.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_convertible.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_copy_assignable.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_copy_constructible.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_core_convertible.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_default_constructible.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_destructible.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_empty.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_enum.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_final.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_floating_point.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_function.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_fundamental.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_integral.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_literal_type.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_member_function_pointer.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_member_object_pointer.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_member_pointer.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_move_assignable.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_move_constructible.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_nothrow_assignable.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_nothrow_constructible.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_nothrow_copy_assignable.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_nothrow_copy_constructible.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_nothrow_default_constructible.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_nothrow_destructible.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_nothrow_move_assignable.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_nothrow_move_constructible.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_null_pointer.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_object.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_pod.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_pointer.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_polymorphic.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_reference.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_reference_wrapper.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_referenceable.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_same.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_scalar.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_scoped_enum.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_signed.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_standard_layout.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_trivial.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_trivially_assignable.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_trivially_constructible.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_trivially_copy_assignable.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_trivially_copy_constructible.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_trivially_copyable.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_trivially_default_constructible.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_trivially_destructible.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_trivially_move_assignable.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_trivially_move_constructible.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_unbounded_array.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_union.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_unsigned.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_void.h -FILE: ../../../third_party/libcxx/include/__type_traits/is_volatile.h -FILE: ../../../third_party/libcxx/include/__type_traits/negation.h -FILE: ../../../third_party/libcxx/include/__type_traits/rank.h -FILE: ../../../third_party/libcxx/include/__type_traits/remove_all_extents.h -FILE: ../../../third_party/libcxx/include/__type_traits/remove_const.h -FILE: ../../../third_party/libcxx/include/__type_traits/remove_cv.h -FILE: ../../../third_party/libcxx/include/__type_traits/remove_extent.h -FILE: ../../../third_party/libcxx/include/__type_traits/remove_pointer.h -FILE: ../../../third_party/libcxx/include/__type_traits/remove_reference.h -FILE: ../../../third_party/libcxx/include/__type_traits/remove_volatile.h -FILE: ../../../third_party/libcxx/include/__type_traits/type_identity.h -FILE: ../../../third_party/libcxx/include/__type_traits/underlying_type.h -FILE: ../../../third_party/libcxx/include/__type_traits/void_t.h -FILE: ../../../third_party/libcxx/include/__undef_macros -FILE: ../../../third_party/libcxx/include/__utility/as_const.h -FILE: ../../../third_party/libcxx/include/__utility/auto_cast.h -FILE: ../../../third_party/libcxx/include/__utility/cmp.h -FILE: ../../../third_party/libcxx/include/__utility/declval.h -FILE: ../../../third_party/libcxx/include/__utility/exchange.h -FILE: ../../../third_party/libcxx/include/__utility/forward.h -FILE: ../../../third_party/libcxx/include/__utility/in_place.h -FILE: ../../../third_party/libcxx/include/__utility/integer_sequence.h -FILE: ../../../third_party/libcxx/include/__utility/move.h -FILE: ../../../third_party/libcxx/include/__utility/pair.h -FILE: ../../../third_party/libcxx/include/__utility/piecewise_construct.h -FILE: ../../../third_party/libcxx/include/__utility/priority_tag.h -FILE: ../../../third_party/libcxx/include/__utility/rel_ops.h -FILE: ../../../third_party/libcxx/include/__utility/swap.h -FILE: ../../../third_party/libcxx/include/__utility/to_underlying.h -FILE: ../../../third_party/libcxx/include/__utility/transaction.h -FILE: ../../../third_party/libcxx/include/__utility/unreachable.h -FILE: ../../../third_party/libcxx/include/__variant/monostate.h -FILE: ../../../third_party/libcxx/include/algorithm -FILE: ../../../third_party/libcxx/include/any -FILE: ../../../third_party/libcxx/include/array -FILE: ../../../third_party/libcxx/include/atomic -FILE: ../../../third_party/libcxx/include/barrier -FILE: ../../../third_party/libcxx/include/bit -FILE: ../../../third_party/libcxx/include/bitset -FILE: ../../../third_party/libcxx/include/cassert -FILE: ../../../third_party/libcxx/include/ccomplex -FILE: ../../../third_party/libcxx/include/cctype -FILE: ../../../third_party/libcxx/include/cerrno -FILE: ../../../third_party/libcxx/include/cfenv -FILE: ../../../third_party/libcxx/include/cfloat -FILE: ../../../third_party/libcxx/include/charconv -FILE: ../../../third_party/libcxx/include/chrono -FILE: ../../../third_party/libcxx/include/cinttypes -FILE: ../../../third_party/libcxx/include/ciso646 -FILE: ../../../third_party/libcxx/include/climits -FILE: ../../../third_party/libcxx/include/clocale -FILE: ../../../third_party/libcxx/include/cmath -FILE: ../../../third_party/libcxx/include/codecvt -FILE: ../../../third_party/libcxx/include/compare -FILE: ../../../third_party/libcxx/include/complex -FILE: ../../../third_party/libcxx/include/complex.h -FILE: ../../../third_party/libcxx/include/concepts -FILE: ../../../third_party/libcxx/include/condition_variable -FILE: ../../../third_party/libcxx/include/coroutine -FILE: ../../../third_party/libcxx/include/csetjmp -FILE: ../../../third_party/libcxx/include/csignal -FILE: ../../../third_party/libcxx/include/cstdarg -FILE: ../../../third_party/libcxx/include/cstdbool -FILE: ../../../third_party/libcxx/include/cstddef -FILE: ../../../third_party/libcxx/include/cstdint -FILE: ../../../third_party/libcxx/include/cstdio -FILE: ../../../third_party/libcxx/include/cstdlib -FILE: ../../../third_party/libcxx/include/cstring -FILE: ../../../third_party/libcxx/include/ctgmath -FILE: ../../../third_party/libcxx/include/ctime -FILE: ../../../third_party/libcxx/include/ctype.h -FILE: ../../../third_party/libcxx/include/cuchar -FILE: ../../../third_party/libcxx/include/cwchar -FILE: ../../../third_party/libcxx/include/cwctype -FILE: ../../../third_party/libcxx/include/deque -FILE: ../../../third_party/libcxx/include/errno.h -FILE: ../../../third_party/libcxx/include/exception -FILE: ../../../third_party/libcxx/include/execution -FILE: ../../../third_party/libcxx/include/experimental/__config -FILE: ../../../third_party/libcxx/include/experimental/__memory -FILE: ../../../third_party/libcxx/include/experimental/algorithm -FILE: ../../../third_party/libcxx/include/experimental/coroutine -FILE: ../../../third_party/libcxx/include/experimental/deque -FILE: ../../../third_party/libcxx/include/experimental/forward_list -FILE: ../../../third_party/libcxx/include/experimental/functional -FILE: ../../../third_party/libcxx/include/experimental/iterator -FILE: ../../../third_party/libcxx/include/experimental/list -FILE: ../../../third_party/libcxx/include/experimental/map -FILE: ../../../third_party/libcxx/include/experimental/memory_resource -FILE: ../../../third_party/libcxx/include/experimental/propagate_const -FILE: ../../../third_party/libcxx/include/experimental/regex -FILE: ../../../third_party/libcxx/include/experimental/set -FILE: ../../../third_party/libcxx/include/experimental/simd -FILE: ../../../third_party/libcxx/include/experimental/string -FILE: ../../../third_party/libcxx/include/experimental/type_traits -FILE: ../../../third_party/libcxx/include/experimental/unordered_map -FILE: ../../../third_party/libcxx/include/experimental/unordered_set -FILE: ../../../third_party/libcxx/include/experimental/utility -FILE: ../../../third_party/libcxx/include/experimental/vector -FILE: ../../../third_party/libcxx/include/ext/__hash -FILE: ../../../third_party/libcxx/include/ext/hash_map -FILE: ../../../third_party/libcxx/include/ext/hash_set -FILE: ../../../third_party/libcxx/include/fenv.h -FILE: ../../../third_party/libcxx/include/filesystem -FILE: ../../../third_party/libcxx/include/float.h -FILE: ../../../third_party/libcxx/include/format -FILE: ../../../third_party/libcxx/include/forward_list -FILE: ../../../third_party/libcxx/include/fstream -FILE: ../../../third_party/libcxx/include/functional -FILE: ../../../third_party/libcxx/include/future -FILE: ../../../third_party/libcxx/include/initializer_list -FILE: ../../../third_party/libcxx/include/inttypes.h -FILE: ../../../third_party/libcxx/include/iomanip -FILE: ../../../third_party/libcxx/include/ios -FILE: ../../../third_party/libcxx/include/iosfwd -FILE: ../../../third_party/libcxx/include/iostream -FILE: ../../../third_party/libcxx/include/istream -FILE: ../../../third_party/libcxx/include/iterator -FILE: ../../../third_party/libcxx/include/latch -FILE: ../../../third_party/libcxx/include/limits -FILE: ../../../third_party/libcxx/include/limits.h -FILE: ../../../third_party/libcxx/include/list -FILE: ../../../third_party/libcxx/include/locale -FILE: ../../../third_party/libcxx/include/locale.h -FILE: ../../../third_party/libcxx/include/map -FILE: ../../../third_party/libcxx/include/math.h -FILE: ../../../third_party/libcxx/include/memory -FILE: ../../../third_party/libcxx/include/mutex -FILE: ../../../third_party/libcxx/include/new -FILE: ../../../third_party/libcxx/include/numbers -FILE: ../../../third_party/libcxx/include/numeric -FILE: ../../../third_party/libcxx/include/optional -FILE: ../../../third_party/libcxx/include/ostream -FILE: ../../../third_party/libcxx/include/queue -FILE: ../../../third_party/libcxx/include/random -FILE: ../../../third_party/libcxx/include/ranges -FILE: ../../../third_party/libcxx/include/ratio -FILE: ../../../third_party/libcxx/include/regex -FILE: ../../../third_party/libcxx/include/scoped_allocator -FILE: ../../../third_party/libcxx/include/semaphore -FILE: ../../../third_party/libcxx/include/set -FILE: ../../../third_party/libcxx/include/setjmp.h -FILE: ../../../third_party/libcxx/include/shared_mutex -FILE: ../../../third_party/libcxx/include/span -FILE: ../../../third_party/libcxx/include/sstream -FILE: ../../../third_party/libcxx/include/stack -FILE: ../../../third_party/libcxx/include/stdatomic.h -FILE: ../../../third_party/libcxx/include/stdbool.h -FILE: ../../../third_party/libcxx/include/stddef.h -FILE: ../../../third_party/libcxx/include/stdexcept -FILE: ../../../third_party/libcxx/include/stdint.h -FILE: ../../../third_party/libcxx/include/stdio.h -FILE: ../../../third_party/libcxx/include/stdlib.h -FILE: ../../../third_party/libcxx/include/streambuf -FILE: ../../../third_party/libcxx/include/string -FILE: ../../../third_party/libcxx/include/string.h -FILE: ../../../third_party/libcxx/include/string_view -FILE: ../../../third_party/libcxx/include/strstream -FILE: ../../../third_party/libcxx/include/system_error -FILE: ../../../third_party/libcxx/include/tgmath.h -FILE: ../../../third_party/libcxx/include/thread -FILE: ../../../third_party/libcxx/include/tuple -FILE: ../../../third_party/libcxx/include/type_traits -FILE: ../../../third_party/libcxx/include/typeindex -FILE: ../../../third_party/libcxx/include/typeinfo -FILE: ../../../third_party/libcxx/include/uchar.h -FILE: ../../../third_party/libcxx/include/unordered_map -FILE: ../../../third_party/libcxx/include/unordered_set -FILE: ../../../third_party/libcxx/include/utility -FILE: ../../../third_party/libcxx/include/valarray -FILE: ../../../third_party/libcxx/include/variant -FILE: ../../../third_party/libcxx/include/vector -FILE: ../../../third_party/libcxx/include/wchar.h -FILE: ../../../third_party/libcxx/include/wctype.h -FILE: ../../../third_party/libcxx/src/algorithm.cpp -FILE: ../../../third_party/libcxx/src/any.cpp -FILE: ../../../third_party/libcxx/src/assert.cpp -FILE: ../../../third_party/libcxx/src/atomic.cpp -FILE: ../../../third_party/libcxx/src/barrier.cpp -FILE: ../../../third_party/libcxx/src/bind.cpp -FILE: ../../../third_party/libcxx/src/charconv.cpp -FILE: ../../../third_party/libcxx/src/chrono.cpp -FILE: ../../../third_party/libcxx/src/condition_variable.cpp -FILE: ../../../third_party/libcxx/src/condition_variable_destructor.cpp -FILE: ../../../third_party/libcxx/src/debug.cpp -FILE: ../../../third_party/libcxx/src/exception.cpp -FILE: ../../../third_party/libcxx/src/experimental/memory_resource.cpp -FILE: ../../../third_party/libcxx/src/filesystem/directory_iterator.cpp -FILE: ../../../third_party/libcxx/src/filesystem/filesystem_common.h -FILE: ../../../third_party/libcxx/src/filesystem/int128_builtins.cpp -FILE: ../../../third_party/libcxx/src/filesystem/operations.cpp -FILE: ../../../third_party/libcxx/src/filesystem/posix_compat.h -FILE: ../../../third_party/libcxx/src/format.cpp -FILE: ../../../third_party/libcxx/src/functional.cpp -FILE: ../../../third_party/libcxx/src/future.cpp -FILE: ../../../third_party/libcxx/src/hash.cpp -FILE: ../../../third_party/libcxx/src/include/apple_availability.h -FILE: ../../../third_party/libcxx/src/include/atomic_support.h -FILE: ../../../third_party/libcxx/src/include/config_elast.h -FILE: ../../../third_party/libcxx/src/include/refstring.h -FILE: ../../../third_party/libcxx/src/include/ryu/common.h -FILE: ../../../third_party/libcxx/src/include/ryu/d2fixed.h -FILE: ../../../third_party/libcxx/src/include/ryu/d2fixed_full_table.h -FILE: ../../../third_party/libcxx/src/include/ryu/d2s.h -FILE: ../../../third_party/libcxx/src/include/ryu/d2s_full_table.h -FILE: ../../../third_party/libcxx/src/include/ryu/d2s_intrinsics.h -FILE: ../../../third_party/libcxx/src/include/ryu/digit_table.h -FILE: ../../../third_party/libcxx/src/include/ryu/f2s.h -FILE: ../../../third_party/libcxx/src/include/ryu/ryu.h -FILE: ../../../third_party/libcxx/src/include/sso_allocator.h -FILE: ../../../third_party/libcxx/src/include/to_chars_floating_point.h -FILE: ../../../third_party/libcxx/src/ios.cpp -FILE: ../../../third_party/libcxx/src/ios.instantiations.cpp -FILE: ../../../third_party/libcxx/src/iostream.cpp -FILE: ../../../third_party/libcxx/src/legacy_debug_handler.cpp -FILE: ../../../third_party/libcxx/src/legacy_pointer_safety.cpp -FILE: ../../../third_party/libcxx/src/locale.cpp -FILE: ../../../third_party/libcxx/src/memory.cpp -FILE: ../../../third_party/libcxx/src/mutex.cpp -FILE: ../../../third_party/libcxx/src/mutex_destructor.cpp -FILE: ../../../third_party/libcxx/src/new.cpp -FILE: ../../../third_party/libcxx/src/optional.cpp -FILE: ../../../third_party/libcxx/src/random.cpp -FILE: ../../../third_party/libcxx/src/random_shuffle.cpp -FILE: ../../../third_party/libcxx/src/regex.cpp -FILE: ../../../third_party/libcxx/src/ryu/d2fixed.cpp -FILE: ../../../third_party/libcxx/src/ryu/d2s.cpp -FILE: ../../../third_party/libcxx/src/ryu/f2s.cpp -FILE: ../../../third_party/libcxx/src/shared_mutex.cpp -FILE: ../../../third_party/libcxx/src/stdexcept.cpp -FILE: ../../../third_party/libcxx/src/string.cpp -FILE: ../../../third_party/libcxx/src/strstream.cpp -FILE: ../../../third_party/libcxx/src/support/ibm/mbsnrtowcs.cpp -FILE: ../../../third_party/libcxx/src/support/ibm/wcsnrtombs.cpp -FILE: ../../../third_party/libcxx/src/support/ibm/xlocale_zos.cpp -FILE: ../../../third_party/libcxx/src/support/runtime/exception_fallback.ipp -FILE: ../../../third_party/libcxx/src/support/runtime/exception_glibcxx.ipp -FILE: ../../../third_party/libcxx/src/support/runtime/exception_libcxxabi.ipp -FILE: ../../../third_party/libcxx/src/support/runtime/exception_libcxxrt.ipp -FILE: ../../../third_party/libcxx/src/support/runtime/exception_msvc.ipp -FILE: ../../../third_party/libcxx/src/support/runtime/exception_pointer_cxxabi.ipp -FILE: ../../../third_party/libcxx/src/support/runtime/exception_pointer_glibcxx.ipp -FILE: ../../../third_party/libcxx/src/support/runtime/exception_pointer_msvc.ipp -FILE: ../../../third_party/libcxx/src/support/runtime/exception_pointer_unimplemented.ipp -FILE: ../../../third_party/libcxx/src/support/runtime/new_handler_fallback.ipp -FILE: ../../../third_party/libcxx/src/support/runtime/stdexcept_default.ipp -FILE: ../../../third_party/libcxx/src/support/runtime/stdexcept_vcruntime.ipp -FILE: ../../../third_party/libcxx/src/support/win32/locale_win32.cpp -FILE: ../../../third_party/libcxx/src/support/win32/support.cpp -FILE: ../../../third_party/libcxx/src/support/win32/thread_win32.cpp -FILE: ../../../third_party/libcxx/src/system_error.cpp -FILE: ../../../third_party/libcxx/src/thread.cpp -FILE: ../../../third_party/libcxx/src/typeinfo.cpp -FILE: ../../../third_party/libcxx/src/utility.cpp -FILE: ../../../third_party/libcxx/src/valarray.cpp -FILE: ../../../third_party/libcxx/src/variant.cpp -FILE: ../../../third_party/libcxx/src/vector.cpp -FILE: ../../../third_party/libcxxabi/include/__cxxabi_config.h -FILE: ../../../third_party/libcxxabi/include/cxxabi.h -FILE: ../../../third_party/libcxxabi/src/abort_message.cpp -FILE: ../../../third_party/libcxxabi/src/abort_message.h -FILE: ../../../third_party/libcxxabi/src/aix_state_tab_eh.inc -FILE: ../../../third_party/libcxxabi/src/cxa_aux_runtime.cpp -FILE: ../../../third_party/libcxxabi/src/cxa_default_handlers.cpp -FILE: ../../../third_party/libcxxabi/src/cxa_demangle.cpp -FILE: ../../../third_party/libcxxabi/src/cxa_exception.cpp -FILE: ../../../third_party/libcxxabi/src/cxa_exception.h -FILE: ../../../third_party/libcxxabi/src/cxa_exception_storage.cpp -FILE: ../../../third_party/libcxxabi/src/cxa_guard.cpp -FILE: ../../../third_party/libcxxabi/src/cxa_guard_impl.h -FILE: ../../../third_party/libcxxabi/src/cxa_handlers.cpp -FILE: ../../../third_party/libcxxabi/src/cxa_handlers.h -FILE: ../../../third_party/libcxxabi/src/cxa_noexception.cpp -FILE: ../../../third_party/libcxxabi/src/cxa_personality.cpp -FILE: ../../../third_party/libcxxabi/src/cxa_thread_atexit.cpp -FILE: ../../../third_party/libcxxabi/src/cxa_vector.cpp -FILE: ../../../third_party/libcxxabi/src/cxa_virtual.cpp -FILE: ../../../third_party/libcxxabi/src/demangle/DemangleConfig.h -FILE: ../../../third_party/libcxxabi/src/demangle/ItaniumDemangle.h -FILE: ../../../third_party/libcxxabi/src/demangle/ItaniumNodes.def -FILE: ../../../third_party/libcxxabi/src/demangle/StringView.h -FILE: ../../../third_party/libcxxabi/src/demangle/Utility.h -FILE: ../../../third_party/libcxxabi/src/fallback_malloc.cpp -FILE: ../../../third_party/libcxxabi/src/fallback_malloc.h -FILE: ../../../third_party/libcxxabi/src/private_typeinfo.cpp -FILE: ../../../third_party/libcxxabi/src/private_typeinfo.h -FILE: ../../../third_party/libcxxabi/src/stdlib_exception.cpp -FILE: ../../../third_party/libcxxabi/src/stdlib_new_delete.cpp -FILE: ../../../third_party/libcxxabi/src/stdlib_stdexcept.cpp -FILE: ../../../third_party/libcxxabi/src/stdlib_typeinfo.cpp ----------------------------------------------------------------------------------------------------- -Apache License -Version 2.0, January 2004 -http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - -APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - -Copyright [yyyy] [name of copyright owner] - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - ---- LLVM Exceptions to the Apache 2.0 License ---- - -As an exception, if, as a result of your compiling your source code, portions -of this Software are embedded into an Object form of such source code, you -may redistribute such embedded portions in such Object form without complying -with the conditions of Sections 4(a), 4(b) and 4(d) of the License. - -In addition, if you combine or link compiled forms of this Software with -software that is licensed under the GPLv2 ("Combined Software") and if a -court of competent jurisdiction determines that the patent provision (Section -3), the indemnity provision (Section 9) or other Section of the License -conflicts with the conditions of the GPLv2, you may retroactively and -prospectively choose to deem waived or otherwise exclude such Section(s) of -the License, but only in their entirety and only with respect to the Combined -Software. -==================================================================================================== - -==================================================================================================== -LIBRARY: libcxx -LIBRARY: libcxxabi -ORIGIN: ../../../third_party/libcxx/LICENSE.TXT -ORIGIN: ../../../third_party/libcxxabi/LICENSE.TXT -TYPE: LicenseType.mit -FILE: ../../../third_party/libcxx/include/module.modulemap.in -FILE: ../../../third_party/libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist -FILE: ../../../third_party/libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.nodebug.noincomplete.abilist -FILE: ../../../third_party/libcxx/lib/abi/powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist -FILE: ../../../third_party/libcxx/lib/abi/powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist -FILE: ../../../third_party/libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist -FILE: ../../../third_party/libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.nodebug.noincomplete.abilist -FILE: ../../../third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist -FILE: ../../../third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.debug.noincomplete.abilist -FILE: ../../../third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.nodebug.incomplete.abilist -FILE: ../../../third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.debug.incomplete.abilist -FILE: ../../../third_party/libcxx/lib/libc++abi.exp -FILE: ../../../third_party/libcxx/lib/libc++unexp.exp -FILE: ../../../third_party/libcxx/lib/notweak.exp -FILE: ../../../third_party/libcxx/lib/weak.exp -FILE: ../../../third_party/libcxx/src/chrono_system_time_init.h -FILE: ../../../third_party/libcxx/src/experimental/memory_resource_init_helper.h -FILE: ../../../third_party/libcxx/src/iostream_init.h -FILE: ../../../third_party/libcxxabi/fuzz/cxa_demangle_fuzzer.cpp -FILE: ../../../third_party/libcxxabi/lib/exceptions.exp -FILE: ../../../third_party/libcxxabi/lib/itanium-base.exp -FILE: ../../../third_party/libcxxabi/lib/new-delete.exp -FILE: ../../../third_party/libcxxabi/lib/personality-sjlj.exp -FILE: ../../../third_party/libcxxabi/lib/personality-v0.exp ----------------------------------------------------------------------------------------------------- -Copyright (c) 2009-2014 by the contributors listed in CREDITS.TXT - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. -==================================================================================================== - -==================================================================================================== -LIBRARY: libcxx -LIBRARY: libcxxabi -ORIGIN: ../../../third_party/libcxx/LICENSE.TXT -ORIGIN: ../../../third_party/libcxxabi/LICENSE.TXT -TYPE: LicenseType.bsd -FILE: ../../../third_party/libcxx/include/module.modulemap.in -FILE: ../../../third_party/libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist -FILE: ../../../third_party/libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.nodebug.noincomplete.abilist -FILE: ../../../third_party/libcxx/lib/abi/powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist -FILE: ../../../third_party/libcxx/lib/abi/powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist -FILE: ../../../third_party/libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist -FILE: ../../../third_party/libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.nodebug.noincomplete.abilist -FILE: ../../../third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.debug.incomplete.abilist -FILE: ../../../third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.debug.noincomplete.abilist -FILE: ../../../third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.nodebug.incomplete.abilist -FILE: ../../../third_party/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.debug.incomplete.abilist -FILE: ../../../third_party/libcxx/lib/libc++abi.exp -FILE: ../../../third_party/libcxx/lib/libc++unexp.exp -FILE: ../../../third_party/libcxx/lib/notweak.exp -FILE: ../../../third_party/libcxx/lib/weak.exp -FILE: ../../../third_party/libcxx/src/chrono_system_time_init.h -FILE: ../../../third_party/libcxx/src/experimental/memory_resource_init_helper.h -FILE: ../../../third_party/libcxx/src/iostream_init.h -FILE: ../../../third_party/libcxxabi/fuzz/cxa_demangle_fuzzer.cpp -FILE: ../../../third_party/libcxxabi/lib/exceptions.exp -FILE: ../../../third_party/libcxxabi/lib/itanium-base.exp -FILE: ../../../third_party/libcxxabi/lib/new-delete.exp -FILE: ../../../third_party/libcxxabi/lib/personality-sjlj.exp -FILE: ../../../third_party/libcxxabi/lib/personality-v0.exp ----------------------------------------------------------------------------------------------------- -Copyright (c) 2009-2019 by the contributors listed in CREDITS.TXT - -All rights reserved. - -Developed by: - - LLVM Team - - University of Illinois at Urbana-Champaign - - http://llvm.org - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal with -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimers. - - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimers in the - documentation and/or other materials provided with the distribution. - - * Neither the names of the LLVM Team, University of Illinois at - Urbana-Champaign, nor the names of its contributors may be used to - endorse or promote products derived from this Software without specific - prior written permission. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE -SOFTWARE. -==================================================================================================== - -==================================================================================================== -LIBRARY: libcxx -ORIGIN: ../../../third_party/libcxx/src/include/ryu/common.h -ORIGIN: ../../../third_party/libcxx/src/include/ryu/d2fixed.h -ORIGIN: ../../../third_party/libcxx/src/include/ryu/d2fixed_full_table.h -ORIGIN: ../../../third_party/libcxx/src/include/ryu/d2s.h -ORIGIN: ../../../third_party/libcxx/src/include/ryu/d2s_full_table.h -ORIGIN: ../../../third_party/libcxx/src/include/ryu/d2s_intrinsics.h -ORIGIN: ../../../third_party/libcxx/src/include/ryu/digit_table.h -ORIGIN: ../../../third_party/libcxx/src/include/ryu/f2s.h -ORIGIN: ../../../third_party/libcxx/src/include/ryu/ryu.h -ORIGIN: ../../../third_party/libcxx/src/ryu/d2fixed.cpp -ORIGIN: ../../../third_party/libcxx/src/ryu/d2s.cpp -ORIGIN: ../../../third_party/libcxx/src/ryu/f2s.cpp -TYPE: LicenseType.unknown -FILE: ../../../third_party/libcxx/src/include/ryu/common.h -FILE: ../../../third_party/libcxx/src/include/ryu/d2fixed.h -FILE: ../../../third_party/libcxx/src/include/ryu/d2fixed_full_table.h -FILE: ../../../third_party/libcxx/src/include/ryu/d2s.h -FILE: ../../../third_party/libcxx/src/include/ryu/d2s_full_table.h -FILE: ../../../third_party/libcxx/src/include/ryu/d2s_intrinsics.h -FILE: ../../../third_party/libcxx/src/include/ryu/digit_table.h -FILE: ../../../third_party/libcxx/src/include/ryu/f2s.h -FILE: ../../../third_party/libcxx/src/include/ryu/ryu.h -FILE: ../../../third_party/libcxx/src/ryu/d2fixed.cpp -FILE: ../../../third_party/libcxx/src/ryu/d2s.cpp -FILE: ../../../third_party/libcxx/src/ryu/f2s.cpp ----------------------------------------------------------------------------------------------------- -Copyright 2018 Ulf Adams -Copyright (c) Microsoft Corporation. All rights reserved. - -Boost Software License - Version 1.0 - August 17th, 2003 - -Permission is hereby granted, free of charge, to any person or organization -obtaining a copy of the software and accompanying documentation covered by -this license (the "Software") to use, reproduce, display, distribute, -execute, and transmit the Software, and to prepare derivative works of the -Software, and to permit third-parties to whom the Software is furnished to -do so, all subject to the following: - -The copyright notices in the Software and this entire statement, including -the above license grant, this restriction and the following disclaimer, -must be included in all copies of the Software, in whole or in part, and -all derivative works of the Software, unless such copies or derivative -works are solely in the form of machine-executable object code generated by -a source language processor. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT -SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE -FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, -ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. -==================================================================================================== - -Total license count: 4 diff --git a/tools/licenses/lib/main.dart b/tools/licenses/lib/main.dart index 2385d9b5427a3..14b14849a7c61 100644 --- a/tools/licenses/lib/main.dart +++ b/tools/licenses/lib/main.dart @@ -1388,11 +1388,14 @@ class _EngineSrcDirectory extends _RepositoryDirectory { @override bool get subdirectoriesAreLicenseRoots => false; + @override + bool shouldRecurse(fs.IoNode entry) { + return entry.name != 'third_party' // all third_party components have been moved to flutter/third_party + && super.shouldRecurse(entry); + } + @override _RepositoryDirectory createSubdirectory(fs.Directory entry) { - if (entry.name == 'third_party') { - return _RepositoryRootThirdPartyDirectory(this, entry); - } if (entry.name == 'flutter') { return _RepositoryFlutterDirectory(this, entry); } From 5891d044a9335265506f3b3f315f20fef717a799 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Mon, 13 May 2024 21:28:20 +0000 Subject: [PATCH 4/7] licenses --- ci/licenses_golden/excluded_files | 75 +++++++++++++++---------------- ci/licenses_golden/licenses_dart | 2 +- ci/licenses_golden/tool_signature | 2 +- 3 files changed, 38 insertions(+), 41 deletions(-) diff --git a/ci/licenses_golden/excluded_files b/ci/licenses_golden/excluded_files index 4f88660a8d6bc..94f1aa97933dd 100644 --- a/ci/licenses_golden/excluded_files +++ b/ci/licenses_golden/excluded_files @@ -2093,6 +2093,41 @@ ../../../flutter/third_party/json/tools/serve_header/README.md ../../../flutter/third_party/json/tools/serve_header/requirements.txt ../../../flutter/third_party/json/tools/serve_header/serve_header.py +../../../flutter/third_party/libcxx/.clang-format +../../../flutter/third_party/libcxx/.clang-tidy +../../../flutter/third_party/libcxx/.git +../../../flutter/third_party/libcxx/.gitignore +../../../flutter/third_party/libcxx/CMakeLists.txt +../../../flutter/third_party/libcxx/CREDITS.TXT +../../../flutter/third_party/libcxx/TODO.TXT +../../../flutter/third_party/libcxx/appveyor-reqs-install.cmd +../../../flutter/third_party/libcxx/appveyor.yml +../../../flutter/third_party/libcxx/benchmarks +../../../flutter/third_party/libcxx/cmake +../../../flutter/third_party/libcxx/docs +../../../flutter/third_party/libcxx/include/CMakeLists.txt +../../../flutter/third_party/libcxx/include/version +../../../flutter/third_party/libcxx/lib/abi/CHANGELOG.TXT +../../../flutter/third_party/libcxx/lib/abi/CMakeLists.txt +../../../flutter/third_party/libcxx/lib/abi/README.TXT +../../../flutter/third_party/libcxx/src/CMakeLists.txt +../../../flutter/third_party/libcxx/src/ryu/README.txt +../../../flutter/third_party/libcxx/src/support/solaris +../../../flutter/third_party/libcxx/test +../../../flutter/third_party/libcxx/utils +../../../flutter/third_party/libcxxabi/.clang-format +../../../flutter/third_party/libcxxabi/.git +../../../flutter/third_party/libcxxabi/.gitignore +../../../flutter/third_party/libcxxabi/CMakeLists.txt +../../../flutter/third_party/libcxxabi/CREDITS.TXT +../../../flutter/third_party/libcxxabi/cmake +../../../flutter/third_party/libcxxabi/fuzz/CMakeLists.txt +../../../flutter/third_party/libcxxabi/include/CMakeLists.txt +../../../flutter/third_party/libcxxabi/src/CMakeLists.txt +../../../flutter/third_party/libcxxabi/src/demangle/.clang-format +../../../flutter/third_party/libcxxabi/src/demangle/README.txt +../../../flutter/third_party/libcxxabi/test +../../../flutter/third_party/libcxxabi/www ../../../flutter/third_party/libjpeg-turbo/src/.git ../../../flutter/third_party/libjpeg-turbo/src/.gitignore ../../../flutter/third_party/libjpeg-turbo/src/BUILDING.md @@ -3509,43 +3544,5 @@ ../../../fuchsia/sdk/linux/tools ../../../fuchsia/sdk/linux/version_history.json ../../../out -../../../third_party/android_embedding_dependencies -../../../third_party/gradle -../../../third_party/java -../../../third_party/libcxx/.clang-format -../../../third_party/libcxx/.clang-tidy -../../../third_party/libcxx/.git -../../../third_party/libcxx/.gitignore -../../../third_party/libcxx/CMakeLists.txt -../../../third_party/libcxx/CREDITS.TXT -../../../third_party/libcxx/TODO.TXT -../../../third_party/libcxx/appveyor-reqs-install.cmd -../../../third_party/libcxx/appveyor.yml -../../../third_party/libcxx/benchmarks -../../../third_party/libcxx/cmake -../../../third_party/libcxx/docs -../../../third_party/libcxx/include/CMakeLists.txt -../../../third_party/libcxx/include/version -../../../third_party/libcxx/lib/abi/CHANGELOG.TXT -../../../third_party/libcxx/lib/abi/CMakeLists.txt -../../../third_party/libcxx/lib/abi/README.TXT -../../../third_party/libcxx/src/CMakeLists.txt -../../../third_party/libcxx/src/ryu/README.txt -../../../third_party/libcxx/src/support/solaris -../../../third_party/libcxx/test -../../../third_party/libcxx/utils -../../../third_party/libcxxabi/.clang-format -../../../third_party/libcxxabi/.git -../../../third_party/libcxxabi/.gitignore -../../../third_party/libcxxabi/CMakeLists.txt -../../../third_party/libcxxabi/CREDITS.TXT -../../../third_party/libcxxabi/cmake -../../../third_party/libcxxabi/fuzz/CMakeLists.txt -../../../third_party/libcxxabi/include/CMakeLists.txt -../../../third_party/libcxxabi/src/CMakeLists.txt -../../../third_party/libcxxabi/src/demangle/.clang-format -../../../third_party/libcxxabi/src/demangle/README.txt -../../../third_party/libcxxabi/test -../../../third_party/libcxxabi/www -../../../third_party/web_dependencies/canvaskit +../../../third_party ../../../tools diff --git a/ci/licenses_golden/licenses_dart b/ci/licenses_golden/licenses_dart index 843355c0aa929..bf27f32a29239 100644 --- a/ci/licenses_golden/licenses_dart +++ b/ci/licenses_golden/licenses_dart @@ -4741,7 +4741,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. -You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/ff786d99b517bdd664e8f577885526d1d6d5d587 +You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/a0a940f07d5697772abf5087c7272d694e54277b /third_party/fallback_root_certificates/ ==================================================================================================== diff --git a/ci/licenses_golden/tool_signature b/ci/licenses_golden/tool_signature index 56b964659ef8d..309c0c4c4c98f 100644 --- a/ci/licenses_golden/tool_signature +++ b/ci/licenses_golden/tool_signature @@ -1,2 +1,2 @@ -Signature: eb51d990384d16d21061224974e8aced +Signature: ef4e1f98d073f7316facf76bc87bf51b From 528f0904577f82da05d033034fead8494ccf7918 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Mon, 13 May 2024 22:02:28 +0000 Subject: [PATCH 5/7] license script unused code --- tools/licenses/lib/main.dart | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/tools/licenses/lib/main.dart b/tools/licenses/lib/main.dart index 14b14849a7c61..3a1510144d803 100644 --- a/tools/licenses/lib/main.dart +++ b/tools/licenses/lib/main.dart @@ -1431,18 +1431,6 @@ class _RepositoryGenericThirdPartyDirectory extends _RepositoryDirectory { bool get subdirectoriesAreLicenseRoots => true; } -class _RepositoryRootThirdPartyDirectory extends _RepositoryGenericThirdPartyDirectory { - _RepositoryRootThirdPartyDirectory(super.parent, super.io); - - @override - _RepositoryDirectory createSubdirectory(fs.Directory entry) { - if (entry.name == 'icu') { - return _RepositoryIcuDirectory(this, entry); - } - return super.createSubdirectory(entry); - } -} - class _RepositoryExpatDirectory extends _RepositoryDirectory { _RepositoryExpatDirectory(_RepositoryDirectory super.parent, super.io); @@ -1527,18 +1515,6 @@ class _RepositoryFreetypeSrcGZipDirectory extends _RepositoryDirectory { } } -class _RepositoryIcuDirectory extends _RepositoryDirectory { - _RepositoryIcuDirectory(super.parent, super.io); - - @override - _RepositoryFile createFile(fs.IoNode entry) { - if (entry.name == 'LICENSE') { - return _RepositoryIcuLicenseFile(this, entry as fs.TextFile); - } - return super.createFile(entry); - } -} - class _RepositoryFallbackRootCertificatesDirectory extends _RepositoryDirectory { _RepositoryFallbackRootCertificatesDirectory(_RepositoryDirectory super.parent, super.io); From d29958245363087546d2f3d6b6d72a425cc3d6c0 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Mon, 13 May 2024 22:25:53 +0000 Subject: [PATCH 6/7] tool signature --- ci/licenses_golden/tool_signature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/licenses_golden/tool_signature b/ci/licenses_golden/tool_signature index 309c0c4c4c98f..d06a43bbf53bb 100644 --- a/ci/licenses_golden/tool_signature +++ b/ci/licenses_golden/tool_signature @@ -1,2 +1,2 @@ -Signature: ef4e1f98d073f7316facf76bc87bf51b +Signature: 73dfaba34f5ca20ba9bfcf0f19b74bd0 From 700228344e8102d89ae0f0c7ceb341722229234a Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Mon, 13 May 2024 23:53:20 +0000 Subject: [PATCH 7/7] remove licenses_third_party from the Fuchsia license file list --- tools/fuchsia/build_fuchsia_artifacts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fuchsia/build_fuchsia_artifacts.py b/tools/fuchsia/build_fuchsia_artifacts.py index 8cb3ea25d39a3..3e25325308ad4 100755 --- a/tools/fuchsia/build_fuchsia_artifacts.py +++ b/tools/fuchsia/build_fuchsia_artifacts.py @@ -222,7 +222,7 @@ def CopyBuildToBucket(runtime_mode, arch, optimized, product): # are about to package. bucket_root = os.path.join(_bucket_directory, 'flutter') licenses_root = os.path.join(_src_root_dir, 'flutter/ci/licenses_golden') - license_files = ['licenses_flutter', 'licenses_fuchsia', 'licenses_skia', 'licenses_third_party'] + license_files = ['licenses_flutter', 'licenses_fuchsia', 'licenses_skia'] for license in license_files: src_path = os.path.join(licenses_root, license) dst_path = os.path.join(bucket_root, license)