| /llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.unique_future/ |
| H A D | share.pass.cpp | 29 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 D | BUILD.gn | 6 ":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 D | CMakeLists.txt | 28 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 D | CMakeLists.txt | 83 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 D | scan-view | 68 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 D | x86_64-pc-linux-gnu-4.9.3 | 5 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 D | x86_64-pc-linux-gnu-4.9.3 | 5 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 D | set-section-flags.test | 28 # 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 D | rename-section-flag.test | 40 # 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 D | set-section-flags.test | 40 # 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 D | set-section-flags-preserved.test | 26 # 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 D | rename-section-flag-preserved.test | 26 # 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 D | merge-ids-and-types-2.yaml | 9 # - 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 D | one-shot-bufferize-analysis-init-tensor-elimination.mlir | 12 // 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 D | remove_globalization.ll | 82 ; 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 D | globalization_remarks.ll | 20 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 D | warn-on-out-of-range-start-stop-address.test | 58 ## - 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 D | BUILD.gn | 11 outputs = [ "$clang_resource_dir/share/{{source_target_relative}}" ]
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | ProcessLauncherWindows.cpp | 159 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 D | ThreadPool.h | 168 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 D | 2001-02-13-Reference-MemoryResponse.txt | 29 > 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 D | macro-same-context.ll | 1 ;; Test that macros in inline assembly blocks share the same context,
|
| /llvm-project-15.0.7/llvm/utils/kate/ |
| H A D | README | 8 this file to ~/.kde/share/apps/katepart/syntax (or better yet, symlink it).
|
| /llvm-project-15.0.7/llvm/docs/GlobalISel/ |
| H A D | index.rst | 36 * **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 D | ml-test-release-mode.ll | 5 ; This test uses Inputs/test-module.ll, as it will share it with a similar test
|