Home
last modified time | relevance | path

Searched refs:share (Results 1 – 25 of 180) sorted by relevance

12345678

/llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.unique_future/
H A Dshare.pass.cpp29 static_assert( noexcept(f0.share()), ""); in main()
30 std::shared_future<T> f = f0.share(); in main()
37 static_assert( noexcept(f0.share()), ""); in main()
38 std::shared_future<T> f = f0.share(); in main()
46 static_assert( noexcept(f0.share()), ""); in main()
47 std::shared_future<T> f = f0.share(); in main()
54 static_assert( noexcept(f0.share()), ""); in main()
55 std::shared_future<T> f = f0.share(); in main()
63 static_assert( noexcept(f0.share()), ""); in main()
64 std::shared_future<T> f = f0.share(); in main()
[all …]
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/tools/scan-build/
H A DBUILD.gn6 ":share",
36 outputs = [ "$root_build_dir/share/man/man1/{{source_file_part}}" ]
39 copy("share") {
41 "share/scan-build/scanview.css",
42 "share/scan-build/sorttable.js",
44 outputs = [ "$root_build_dir/share/scan-build/{{source_file_part}}" ]
/llvm-project-15.0.7/clang/tools/scan-view/
H A DCMakeLists.txt28 add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/share/scan-view/${ShareFile}
30 ${CMAKE_BINARY_DIR}/share/scan-view
32 ${CMAKE_CURRENT_SOURCE_DIR}/share/${ShareFile}
33 ${CMAKE_BINARY_DIR}/share/scan-view/
34 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/share/${ShareFile})
35 list(APPEND Depends ${CMAKE_BINARY_DIR}/share/scan-view/${ShareFile})
36 install(FILES share/${ShareFile}
/llvm-project-15.0.7/clang/tools/scan-build/
H A DCMakeLists.txt83 add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/share/scan-build/${ShareFile}
85 ${CMAKE_BINARY_DIR}/share/scan-build
87 ${CMAKE_CURRENT_SOURCE_DIR}/share/scan-build/${ShareFile}
88 ${CMAKE_BINARY_DIR}/share/scan-build/
89 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/share/scan-build/${ShareFile})
90 list(APPEND Depends ${CMAKE_BINARY_DIR}/share/scan-build/${ShareFile})
91 install(FILES share/scan-build/${ShareFile}
/llvm-project-15.0.7/clang/tools/scan-view/bin/
H A Dscan-view68 share = os.path.dirname(__file__) + "/../share/scan-view"
69 if not os.path.isdir(share):
71 share = os.path.dirname(__file__) + "/../../scan-view/share"
72 sys.path.append(share)
/llvm-project-15.0.7/clang/test/Driver/Inputs/gentoo_linux_gcc_multi_version_tree/etc/env.d/gcc/
H A Dx86_64-pc-linux-gnu-4.9.35 MANPATH="/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/man"
6 INFOPATH="/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/info"
/llvm-project-15.0.7/clang/test/Driver/Inputs/gentoo_linux_gcc_4.9.x_tree/etc/env.d/gcc/
H A Dx86_64-pc-linux-gnu-4.9.35 MANPATH="/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.x/man"
6 INFOPATH="/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.x/info"
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/COFF/
H A Dset-section-flags.test28 # RUN: llvm-objcopy --set-section-flags=.foo=share %t %t.share
29 # RUN: llvm-readobj --sections %t.share | FileCheck %s --check-prefixes=CHECK,READ,SHARED,WRITE
32 # RUN: llvm-objcopy --set-section-flags=.foo=alloc,readonly,share %t %t.alloc_ro_share
82 …tibility: alloc, load, noload, readonly, exclude, debug, code, data, rom, share, contents, merge, …
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Drename-section-flag.test40 # RUN: llvm-objcopy --rename-section=.foo=.bar,share \
41 # RUN: --rename-section=.baz=.blah,share %t %t.share
42 # RUN: llvm-readobj --sections %t.share | FileCheck %s --check-prefixes=CHECK,PROGBITS,WRITE
103 …tibility: alloc, load, noload, readonly, exclude, debug, code, data, rom, share, contents, merge, …
H A Dset-section-flags.test40 # RUN: llvm-objcopy --set-section-flags=.foo=share \
41 # RUN: --set-section-flags=.baz=share --set-section-flags=.rela.baz=share %t %t.share
42 # RUN: llvm-readobj --sections %t.share | FileCheck %s --check-prefixes=CHECK,PROGBITS,WRITE
133 …tibility: alloc, load, noload, readonly, exclude, debug, code, data, rom, share, contents, merge, …
H A Dset-section-flags-preserved.test26 # RUN: llvm-objcopy --set-section-flags=.foo=share %t %t.share
27 # RUN: llvm-readobj --sections %t.share | FileCheck %s --check-prefixes=CHECK,WRITE
H A Drename-section-flag-preserved.test26 # RUN: llvm-objcopy --rename-section=.foo=.bar,share %t %t.share
27 # RUN: llvm-readobj --sections %t.share | FileCheck %s --check-prefixes=CHECK,WRITE
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Dmerge-ids-and-types-2.yaml9 # - int main(int, char**) // This record should share an LF_PROCEDURE and id
12 # - int main2(int, char**) // This record should share the LF_PROCEDURE
26 # // name, it will not share an id record.
/llvm-project-15.0.7/mlir/test/Dialect/Linalg/
H A Done-shot-bufferize-analysis-init-tensor-elimination.mlir12 // Instead of allocating, share buffer with some inplace bufferization?
39 // Instead of allocating, share buffer with some inplace bufferization?
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dremove_globalization.ll82 ; CHECK-NEXT: call void @share(i8* nofree [[TMP0]]) #[[ATTR6:[0-9]+]], !dbg [[DBG8]]
90 ; CHECK-DISABLED-NEXT: call void @share(i8* nofree [[TMP0]]) #[[ATTR6:[0-9]+]], !dbg [[DBG8]]
96 call void @share(i8* %0), !dbg !13
116 define internal void @share(i8* %x) {
117 ; CHECK-LABEL: define {{[^@]+}}@share
123 ; CHECK-DISABLED-LABEL: define {{[^@]+}}@share
H A Dglobalization_remarks.ll20 call void @share(i8* %1), !dbg !10
26 define internal void @share(i8* %x) {
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/
H A Dwarn-on-out-of-range-start-stop-address.test58 ## - Section and range share same start, section larger:
64 ## - Section and range share same start, range larger:
70 ## - Section and range share same end, section larger:
76 ## - Section and range share same end, range larger:
/llvm-project-15.0.7/llvm/utils/gn/secondary/compiler-rt/lib/cfi/
H A DBUILD.gn11 outputs = [ "$clang_resource_dir/share/{{source_target_relative}}" ]
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DProcessLauncherWindows.cpp159 DWORD share = FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE; in GetStdioHandle() local
176 HANDLE result = ::CreateFileW(wpath.c_str(), access, share, &secattr, create, in GetStdioHandle()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DThreadPool.h168 return R.second.share(); in asyncImpl()
173 auto Future = std::async(std::launch::deferred, std::move(Task)).share(); in asyncImpl()
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2001-02-13-Reference-MemoryResponse.txt29 > independent and can share the same memory source object,
31 not sure what you meant by "share the same memory source object"
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Dmacro-same-context.ll1 ;; Test that macros in inline assembly blocks share the same context,
/llvm-project-15.0.7/llvm/utils/kate/
H A DREADME8 this file to ~/.kde/share/apps/katepart/syntax (or better yet, symlink it).
/llvm-project-15.0.7/llvm/docs/GlobalISel/
H A Dindex.rst36 * **Modularity** --- SelectionDAG and FastISel are radically different and share
40 optimized and fast selectors share the :ref:`pipeline`, and targets can
/llvm-project-15.0.7/llvm/test/Transforms/Inline/ML/
H A Dml-test-release-mode.ll5 ; This test uses Inputs/test-module.ll, as it will share it with a similar test

12345678