| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | framework-public-includes-private.m | 4 // RUN: %hmaptool write %S/Inputs/framework-public-includes-private/a.hmap.json %t/a.hmap 5 // RUN: %hmaptool write %S/Inputs/framework-public-includes-private/z.hmap.json %t/z.hmap 8 // RUN: %S/Inputs/framework-public-includes-private/z.yaml > %t/z.yaml 13 // RUN: -F%S/Inputs/framework-public-includes-private \ 18 // RUN: -F%S/Inputs/framework-public-includes-private \ 25 // CHECK: public framework header includes private framework header 'A/APriv.h' 26 // CHECK: public framework header includes private framework header 'A/APriv2.h' 27 // CHECK: public framework header includes private framework header 'Z/ZPriv.h' 33 …ected-warning@Inputs/framework-public-includes-private/A.framework/Headers/A.h:1{{public framework… 34 …ected-warning@Inputs/framework-public-includes-private/A.framework/Headers/A.h:2{{public framework… [all …]
|
| H A D | require-modular-includes.m | 6 // RUN: -fmodules-cache-path=%t -F %S/Inputs/require-modular-includes \ 12 // RUN: -fmodules-cache-path=%t -F %S/Inputs/require-modular-includes \ 13 // RUN: -I %S/Inputs/require-modular-includes \ 19 // RUN: -fmodules-cache-path=%t -F %S/Inputs/require-modular-includes \ 26 // RUN: -I %S/Inputs/require-modular-includes \ 33 // RUN: -I %S/Inputs/require-modular-includes \ 52 // RUN: -I %S/Inputs/require-modular-includes \ 59 // RUN: -I %S/Inputs/require-modular-includes \ 66 // RUN: -I %S/Inputs/require-modular-includes \ 69 // A includes B includes non-modular C [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/includes/ |
| H A D | includes.pass.cpp | 36 assert(std::includes(Iter1(ia), Iter1(ia), Iter2(ib), Iter2(ib))); in test() 37 assert(!std::includes(Iter1(ia), Iter1(ia), Iter2(ib), Iter2(ib+1))); in test() 38 assert(std::includes(Iter1(ia), Iter1(ia+1), Iter2(ib), Iter2(ib))); in test() 39 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(ia), Iter2(ia+sa))); in test() 41 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(ib), Iter2(ib+sb))); in test() 44 assert(std::includes(Iter1(ia), Iter1(ia+2), Iter2(ic), Iter2(ic+2))); in test() 45 assert(!std::includes(Iter1(ia), Iter1(ia+2), Iter2(ib), Iter2(ib+2))); in test() 47 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+1))); in test() 48 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+2))); in test() 49 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+3))); in test() [all …]
|
| H A D | includes_comp.pass.cpp | 37 assert(std::includes(Iter1(ia), Iter1(ia), Iter2(ib), Iter2(ib), std::greater<int>())); in test() 38 assert(!std::includes(Iter1(ia), Iter1(ia), Iter2(ib), Iter2(ib+1), std::greater<int>())); in test() 39 assert(std::includes(Iter1(ia), Iter1(ia+1), Iter2(ib), Iter2(ib), std::greater<int>())); in test() 40 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(ia), Iter2(ia+sa), std::greater<int>())); in test() 42 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(ib), Iter2(ib+sb), std::greater<int>())); in test() 43 assert(!std::includes(Iter1(ib), Iter1(ib+sb), Iter2(ia), Iter2(ia+sa), std::greater<int>())); in test() 45 assert(std::includes(Iter1(ia+8), Iter1(ia+sa), Iter2(ic), Iter2(ic+sc), std::greater<int>())); in test() 48 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+1), std::greater<int>())); in test() 49 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+2), std::greater<int>())); in test() 50 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+3), std::greater<int>())); in test() [all …]
|
| H A D | ranges_includes.pass.cpp | 48 std::ranges::includes( 84 std::ranges::includes( 114 std::same_as<bool> decltype(auto) result = std::ranges::includes( in testIncludesImpl() 123 std::same_as<bool> decltype(auto) result = std::ranges::includes(r1, r2); in testIncludesImpl() 257 auto result = std::ranges::includes(r1.begin(), r1.end(), r2.begin(), r2.end(), comp); in test() 263 auto result = std::ranges::includes(r1, r2, comp); in test() 278 … auto result = std::ranges::includes(r1.begin(), r1.end(), r2.begin(), r2.end(), {}, proj, proj); in test() 284 auto result = std::ranges::includes(r1, r2, {}, proj, proj); in test() 326 auto result = std::ranges::includes( in test() 338 …auto result = std::ranges::includes(r1, r2, compProjs.comp(), compProjs.proj1(), compProjs.proj2()… in test()
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/ |
| H A D | BUILD.bazel | 677 includes = [ 695 includes = [ 3913 includes = [ 4651 includes = [ 4678 includes = [ 4710 includes = [ 4739 includes = [ 5576 includes = [ 7878 includes = [ 7902 includes = [ [all …]
|
| H A D | tblgen.bzl | 60 direct = includes, 72 for include in includes: 88 for include in includes: 303 "includes": attr.string_list(doc = "See gentbl_rule.includes"), 313 includes = [], 330 includes: See gentbl_rule.includes 352 includes = includes, 368 includes = includes, 388 includes = [], 405 includes: See gentbl_rule.includes [all …]
|
| /llvm-project-15.0.7/libcxx/utils/ |
| H A D | graph_header_deps.py | 29 def __init__(self, includes, individual_linecount): argument 30 self.includes = includes 84 includes = [h for h in fully_qualified_includes if h is not None], 94 for h2 in graph[h1].includes: 114 roots += graph[fname].includes 149 for h in entry.includes: 150 …if any(transitively_includes(graph, i, h) for i in entry.includes) and not options.show_transitive… 204 graph[fname].includes = [h for h in graph[fname].includes if should_keep(h)] 211 for h in entry.includes:
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/bolt/ |
| H A D | BUILD.bazel | 43 includes = ["include"], 69 includes = ["include"], 101 includes = ["include"], 129 includes = ["include"], 156 includes = ["include"], 183 includes = ["include"], 210 includes = ["include"], 242 includes = ["include"], 267 includes = ["include"],
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/test/ |
| H A D | BUILD.bazel | 16 includes = ["."], 27 includes = ["lib/Dialect/Test"], 243 includes = [ 297 includes = ["lib/Dialect/Test"], 359 includes = ["lib/Dialect/Test"], 382 includes = ["lib/Dialect/Test"], 421 includes = ["lib/Dialect/Test"], 435 includes = ["lib/Dialect/Test"], 460 includes = ["lib/Dialect/Test"], 495 includes = ["lib/Dialect/Test"], [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/llvmlibc/ |
| H A D | restrict-system-libc-headers.rst | 6 Finds includes of system libc headers not provided by the compiler within 30 respectively. The default is `-*`, which disallows all includes. 32 This can be used to allow known safe includes such as Linux development 33 headers. See :doc:`portability-restrict-system-includes 34 <../portability/restrict-system-includes>` for more
|
| /llvm-project-15.0.7/libc/AOR_v20.02/networking/ |
| H A D | Dir.mk | 19 networking-includes := $(patsubst $(S)/%,build/%,$(wildcard $(S)/include/*.h)) 40 $(networking-includes) \ 42 all-networking: $(networking-libs) $(networking-tools) $(networking-includes) 44 $(networking-objs): $(networking-includes) 71 $(networking-includes:build/include/%=$(DESTDIR)$(includedir)/%)
|
| /llvm-project-15.0.7/lldb/docs/status/ |
| H A D | features.rst | 8 …* Object file parsers for executable file formats. Support currently includes Mach-O (32 and 64-bi… 9 …sers to extract object files contained within a file. Support currently includes universal Mach-O … 10 …mentally extract debug information from object files. Support currently includes DWARF & Mach-O sy… 12 …* Disassembly plug-ins for each architecture. Support currently includes an LLVM disassembler for …
|
| /llvm-project-15.0.7/libc/AOR_v20.02/string/ |
| H A D | Dir.mk | 19 string-includes := $(patsubst $(S)/%,build/%,$(wildcard $(S)/include/*.h)) 53 $(string-includes) \ 55 all-string: $(string-libs) $(string-tools) $(string-includes) 57 $(string-objs): $(string-includes) 95 $(string-includes:build/include/%=$(DESTDIR)$(includedir)/%)
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | ChainedIncludesSource.cpp | 116 std::vector<std::string> &includes = CI.getPreprocessorOpts().ChainedIncludes; in createChainedIncludesSource() local 117 assert(!includes.empty() && "No '-chain-include' in options!"); in createChainedIncludesSource() 125 for (unsigned i = 0, e = includes.size(); i != e; ++i) { in createChainedIncludesSource() 139 FrontendInputFile InputFile(includes[i], IK); in createChainedIncludesSource() 182 std::string pchName = includes[i-1]; in createChainedIncludesSource() 211 std::string pchName = includes.back() + ".pch-final"; in createChainedIncludesSource()
|
| /llvm-project-15.0.7/libc/AOR_v20.02/math/ |
| H A D | Dir.mk | 18 math-includes := $(patsubst $(S)/%,build/%,$(wildcard $(S)/include/*.h)) 45 $(math-includes) \ 47 all-math: $(math-libs) $(math-tools) $(math-includes) 49 $(math-objs): $(math-includes) 106 $(math-includes:build/include/%=$(DESTDIR)$(includedir)/%)
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.merge/ |
| H A D | merge.pass.cpp | 35 …EXPECT_TRUE(includes(out_first, res, first1, last1, comp), "first sequence is not a part of result… in operator ()() 36 …EXPECT_TRUE(includes(out_first, res, first2, last2, comp), "second sequence is not a part of resul… in operator ()() 59 EXPECT_TRUE(includes(out_first, res, first1, last1, std::greater<T>()), in operator ()() 61 EXPECT_TRUE(includes(out_first, res, first2, last2, std::greater<T>()), in operator ()()
|
| /llvm-project-15.0.7/libcxx/include/__algorithm/ |
| H A D | includes.h | 42 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_AFTER_CXX17 bool includes( in includes() function 59 includes(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterato… in includes() function 60 return std::includes( in includes()
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/clang/ |
| H A D | BUILD.bazel | 375 includes = ["include"], 388 # the other includes. 425 includes = ["include"], 489 includes = ["include"], 781 includes = ["include"], 806 includes = ["include"], 865 includes = ["include"], 933 includes = ["include"], 954 includes = ["include"], 971 includes = ["include"], [all …]
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/lld/ |
| H A D | BUILD.bazel | 37 includes = ["include"], 70 includes = ["ELF"], 121 includes = ["COFF"], 167 includes = ["MinGW"], 197 includes = ["MachO"], 227 includes = ["wasm"],
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/python/ |
| H A D | BUILD.bazel | 207 includes = ["../include"], 250 includes = ["../include"], 294 includes = ["../include"], 377 includes = ["../include"], 419 includes = ["../include"], 462 includes = ["../include"], 505 includes = ["../include"], 615 includes = ["../include"], 658 includes = ["../include"], 955 includes = ["../include"],
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/portability/ |
| H A D | restrict-system-includes.rst | 1 .. title:: clang-tidy - portability-restrict-system-includes 3 portability-restrict-system-includes 51 respectively. The default is `*`, which allows all includes.
|
| /llvm-project-15.0.7/libcxx/test/libcxx/fuzzing/ |
| H A D | partition_copy.pass.cpp | 48 if (!std::includes(v0.begin(), v0.end(), v1.begin(), v1.end())) in LLVMFuzzerTestOneInput() 52 if (!std::includes(v0.begin(), v0.end(), v2.begin(), v2.end())) in LLVMFuzzerTestOneInput()
|
| /llvm-project-15.0.7/mlir/test/mlir-pdll-lsp-server/ |
| H A D | compilation_database.test | 1 // RUN: echo -e '--- !FileInfo:\n filepath: "/foo.pdll"\n includes: "%/S;%/S/../../include"' > %t… 11 // Check that we can properly process the includes without errors.
|
| /llvm-project-15.0.7/mlir/test/tblgen-lsp-server/ |
| H A D | compilation_database.test | 1 // RUN: echo -e '--- !FileInfo:\n filepath: "/foo.td"\n includes: "%/S;%/S/../../include"' > %t.y… 11 // Check that we can properly process the includes without errors.
|