Home
last modified time | relevance | path

Searched +full:cancel +full:- +full:in +full:- +full:progress (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project/lldb/source/Core/
H A DProgress.cpp1 //===-- Progress.cpp -------
23 Progress::Progress(std::string title, std::string details, Progress() function in Progress
[all...]
H A DDebugger.cpp1 //===-- Debugger.cpp --------
1194 AdoptTopIOHandlerFilesIfInvalid(FileSP & in,StreamFileSP & out,StreamFileSP & err) AdoptTopIOHandlerFilesIfInvalid() argument
[all...]
/llvm-project/.github/workflows/
H A Drelease-sources.yml9 release-version:
15 release-version:
26 - '.github/workflows/release-sources.yml'
28 - opened
29 - synchronize
30 - reopened
32 # all the jobs, which makes it effectively a no-op. The reason to
34 # to cancel in progres
[all...]
H A Dllvm-project-workflow-tests.yml1 # This workflow will test the llvm-project-tests workflow in PRs
14 - 'main'
16 - '.github/workflows/llvm-project-tests.yml'
17 - '.github/workflows/llvm-project-workflow-tests.yml'
21 # Cancel intermediate builds: only if it is a pull request build.
22 group: ${{ github.workflow }}-${{ github.ref }}
23 cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
26 llvm-test:
29 uses: ./.github/workflows/llvm-project-tests.yml
31 build_target: check-all
H A Dspirv-tests.yml1 name: SPIR-V Tests
10 - 'llvm/lib/Target/SPIRV/**'
11 - 'llvm/test/CodeGen/SPIRV/**'
12 - '.github/workflows/spirv-tests.yml'
16 # Cancel intermediate builds: only if it is a pull request build.
17 group: ${{ github.workflow }}-${{ github.ref }}
18 cancel-in
[all...]
H A Dlld-tests.yml10 - 'release/**'
12 - 'lld/**'
13 - '.github/workflows/lld-tests.yml'
14 - '.github/workflows/llvm-project-tests.yml'
15 - '!llvm/**'
18 - 'release/**'
20 - 'lld/**'
21 - '.github/workflows/lld-tests.yml'
22 - '.github/workflows/llvm-project-tests.yml'
23 - '!llvm/**'
[all …]
H A Dlibclc-tests.yml10 - 'release/**'
12 - 'libclc/**'
13 - '.github/workflows/libclc-tests.yml'
14 - '.github/workflows/llvm-project-tests.yml'
15 - '!clang/**'
16 - '!llvm/**'
19 - 'release/**'
21 - 'libclc/**'
22 - '.github/workflows/libclc-tests.yml'
23 - '.github/workflows/llvm-project-tests.yml'
[all …]
H A Dlldb-tests.yml10 - 'release/**'
12 - 'lldb/**'
13 - '.github/workflows/lldb-tests.yml'
14 - '.github/workflows/llvm-project-tests.yml'
15 - '!clang/**'
16 - '!llvm/**'
19 - 'release/**'
21 - 'lldb/**'
22 - '.github/workflows/lldb-tests.yml'
23 - '.github/workflows/llvm-project-tests.yml'
[all …]
H A Dclang-tests.yml10 - 'release/**'
12 - 'clang/**'
13 - '.github/workflows/clang-tests.yml'
14 - '.github/workflows/llvm-project-tests.yml'
15 - '!llvm/**'
18 - 'release/**'
20 - 'clang/**'
21 - '.github/workflows/clang-tests.yml'
22 - '.github/workflows/llvm-project-tests.yml'
23 - '!llvm/**'
[all …]
H A Dlibclang-python-tests.yml10 - 'main'
12 - 'clang/bindings/python/**'
13 - 'clang/tools/libclang/**'
14 - 'clang/CMakeList.txt'
15 - '.github/workflows/libclang-python-tests.yml'
16 - '.github/workflows/llvm-project-test
[all...]
H A Dllvm-project-tests.yml17 default: '["ubuntu-latest", "windows-2019", "macOS-13"]'
40 # Use windows-2019 due to:
41 # https://developercommunity.visualstudio.com/t/Prev-Issue---with-__assume-isna
[all...]
H A Dci-post-commit-analyzer.yml1 name: Post-Commit Static Analyzer
9 - 'release/**'
11 - 'clang/**'
12 - 'llvm/**'
13 - '.github/workflows/ci-post-commit-analyzer.yml'
16 - opened
17 - synchronize
18 - reopened
19 - closed
21 - '.github/workflows/ci-post-commit-analyzer.yml'
[all …]
H A Dlibclang-abi-tests.yml10 - 'release/**'
12 - 'clang/**'
13 - '.github/workflows/libclang-abi-tests.yml'
16 - 'release/**'
18 - 'clang/**'
19 - '.github/workflows/libclang-abi-test
[all...]
H A Dllvm-tests.yml10 - 'release/**'
12 - 'llvm/**'
13 - '.github/workflows/llvm-tests.yml'
14 - '.github/workflows/llvm-project-tests.yml'
17 - 'release/**'
19 - 'llvm/**'
20 - '
[all...]
H A Dlibcxx-build-and-test.yaml1 # This file defines pre-commit CI for libc++, libc++abi, and libunwind (on Github).
3 # We split the configurations in multiple stages with the intent of saving compute time
4 # when a job fails early in the pipeline. This is why the jobs are marked as `continue-on-error: false`.
5 # We try to run the CI configurations with the most signal in the first stage.
11 # Therefore, we "fail-fast" for any failures during stages 1 & 2, meaning any job failing cancels all other running jobs,
12 # under the assumption that if the "smoke tests" fail, then the other configurations will likely fail in the same way.
13 # However, stage 3 does not fail fast, as it's more likely that any one job failing is a flake or a configuration-specific
19 - 'libcx
[all...]
/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h1 //===-- SBAttachInfo.h ------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
33 /// \param[in] path
36 /// \param[in] wait_for
46 /// \param[in] path
49 /// \param[in] wait_for
53 /// \param[in] async
55 /// synchronous call with no way to cancel the attach in
56 /// progress.
[all …]
/llvm-project/clang-tools-extra/clangd/
H A DProtocol.h1 //===--- Protocol.h - Language Server Protocol Implementation ---*- C++ -*-
[all...]
H A DTUScheduler.cpp1 //===--- TUScheduler.cpp -------
[all...]
/llvm-project/lldb/tools/lldb-dap/
H A DDAP.cpp1 //===-- DAP.cpp --------
[all...]
/llvm-project/flang/runtime/
H A Dio-stmt.h1 //===-- runtime/io-stmt.h -------
[all...]
H A Dio-stmt.cpp1 //===-- runtime/io-stmt.cpp -------
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h1 //===-- CodeGenFunction.h - Per-Function state for LLVM CodeGen -*- C++ -*-===//
5 // SPDX-License-Identifie
[all...]
/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1 //===- ObjCARCOpts.cpp - ObjC ARC Optimization --------
[all...]
/llvm-project/clang-tools-extra/docs/
H A Ddoxygen.cfg.in6 # All text after a double hash (##) is considered a comment and is placed in
16 #---------------------------------------------------------------------------
18 #---------------------------------------------------------------------------
20 # This tag specifies the encoding used for all characters in the config file
21 # that follow. The default is UTF-8 which is also the encoding used for all text
25 # The default value is: UTF-8.
27 DOXYFILE_ENCODING = UTF-8
30 # double-quotes, unless you are using Doxywizard) that should identify the
31 # project for which the documentation is generated. This name is used in the
32 # title of most generated pages and in a few other places.
[all …]
/llvm-project/bolt/docs/
H A Ddoxygen.cfg.in6 # All text after a double hash (##) is considered a comment and is placed in
16 #---------------------------------------------------------------------------
18 #---------------------------------------------------------------------------
20 # This tag specifies the encoding used for all characters in the config file
21 # that follow. The default is UTF-8 which is also the encoding used for all text
25 # The default value is: UTF-8.
27 DOXYFILE_ENCODING = UTF-8
30 # double-quotes, unless you are using Doxywizard) that should identify the
31 # project for which the documentation is generated. This name is used in the
32 # title of most generated pages and in a few other places.
[all …]

12