Home
last modified time | relevance | path

Searched refs:GUI (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-capabilities.c27 ThreadRole GUI, Worker; variable
28 void Func1(void) __attribute__((requires_capability(GUI))) {} in Func1()
37 void Func7(void) __attribute__((assert_capability(GUI))) {} in Func7()
38 void Func8(void) __attribute__((assert_shared_capability(GUI))) {} in Func8()
43 void Func11(void) __attribute__((acquire_capability(GUI))) {} in Func11()
44 void Func12(void) __attribute__((acquire_shared_capability(GUI))) {} in Func12()
49 void Func15(void) __attribute__((release_capability(GUI))) {} in Func15()
50 void Func16(void) __attribute__((release_shared_capability(GUI))) {} in Func16()
51 void Func17(void) __attribute__((release_generic_capability(GUI))) {} in Func17()
60 void Func23(void) __attribute__((try_acquire_capability(1, GUI))) {} in Func23()
[all …]
/llvm-project-15.0.7/lld/test/COFF/
H A Dentry-inference-mingw.s10 # RUN: llvm-readobj --file-headers %t-gui.exe | FileCheck -check-prefix=GUI %s
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/
H A DIntegrations.rst20 … | On-the-fly inspection | Check list configuration (GUI) | Options to checks (GUI) | Co…
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Dplatform_specific_build_instructions.md35 * Open `CMake GUI`.
/llvm-project-15.0.7/clang/docs/
H A DClangTools.rst5 Clang Tools are standalone command line (and potentially GUI) tools
25 Clang Tools are CLI or GUI programs that are intended to be directly
H A DLibASTMatchersTutorial.rst70 The second command will bring up a GUI for configuring Clang. You need
H A DThreadSafetyAnalysis.rst23 the GUI thread, then the analysis will warn if other threads call those
H A DInternalsManual.rst484 linkified to where they come from in the source. Another example is that a GUI
486 pass significantly more information about types through to the GUI than a
/llvm-project-15.0.7/llvm/docs/
H A DGettingStartedVS.rst136 The ``cmake`` command line tool is bundled with Visual Studio but its GUI is
137 not. You may install `CMake <http://www.cmake.org/>`_ to use its GUI to change
141 CMake GUI, select the directory where you have LLVM extracted to, and
/llvm-project-15.0.7/lldb/docs/use/
H A Dtroubleshooting.rst45 like Xcode does when setting a breakpoint in its GUI on macOS when you click
/llvm-project-15.0.7/lldb/source/Target/
H A DTargetProperties.td126 Desc<"Disable stdin/stdout for process (e.g. for a GUI application)">;
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst208 Disable stdio for inferior process (e.g. for a GUI app).
/llvm-project-15.0.7/lldb/docs/resources/
H A Dbuild.rst607 When you build your LLDB for the first time, the Xcode GUI will prompt you for