Searched refs:GUI (Results 1 – 13 of 13) sorted by relevance
27 ThreadRole GUI, Worker; variable28 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 …]
10 # RUN: llvm-readobj --file-headers %t-gui.exe | FileCheck -check-prefix=GUI %s
20 … | On-the-fly inspection | Check list configuration (GUI) | Options to checks (GUI) | Co…
35 * Open `CMake GUI`.
5 Clang Tools are standalone command line (and potentially GUI) tools25 Clang Tools are CLI or GUI programs that are intended to be directly
70 The second command will bring up a GUI for configuring Clang. You need
23 the GUI thread, then the analysis will warn if other threads call those
484 linkified to where they come from in the source. Another example is that a GUI486 pass significantly more information about types through to the GUI than a
136 The ``cmake`` command line tool is bundled with Visual Studio but its GUI is137 not. You may install `CMake <http://www.cmake.org/>`_ to use its GUI to change141 CMake GUI, select the directory where you have LLVM extracted to, and
45 like Xcode does when setting a breakpoint in its GUI on macOS when you click
126 Desc<"Disable stdin/stdout for process (e.g. for a GUI application)">;
208 Disable stdio for inferior process (e.g. for a GUI app).
607 When you build your LLDB for the first time, the Xcode GUI will prompt you for