| /llvm-project-15.0.7/clang/tools/clang-format-vs/ClangFormat/ |
| H A D | Resources.Designer.cs | 12 using System; 22 …[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResou… 23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 27 private static global::System.Resources.ResourceManager resourceMan; 29 private static global::System.Globalization.CultureInfo resourceCulture; 38 …[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsa… 39 internal static global::System.Resources.ResourceManager ResourceManager { 42 …global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("LLVM… 53 …[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsa… [all …]
|
| H A D | ClangFormatPackage.cs | 19 using System; 20 using System.Collections; 21 using System.ComponentModel; 22 using System.ComponentModel.Design; 23 using System.IO; 24 using System.Runtime.InteropServices; 25 using System.Xml.Linq; 26 using System.Linq; 27 using System.Text; 244 var mc = sender as System.ComponentModel.Design.MenuCommand; in MenuItemCallback() [all …]
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | InitHeaderSearch.cpp | 252 AddPath("/usr/local/include", System, false); in AddDefaultCIncludePaths() 293 AddPath(P, System, false); in AddDefaultCIncludePaths() 299 AddPath("/boot/system/develop/headers/os", System, false); in AddDefaultCIncludePaths() 327 AddPath("/boot/system/develop/headers/bsd", System, false); in AddDefaultCIncludePaths() 328 AddPath("/boot/system/develop/headers/glibc", System, false); in AddDefaultCIncludePaths() 329 AddPath("/boot/system/develop/headers/posix", System, false); in AddDefaultCIncludePaths() 330 AddPath("/boot/system/develop/headers", System, false); in AddDefaultCIncludePaths() 338 AddPath("/usr/include/w32api", System, false); in AddDefaultCIncludePaths() 376 AddPath(BaseSDKPath + "/target/include", System, false); in AddDefaultCIncludePaths() 464 AddPath("/System/Library/Frameworks", System, true); in AddDefaultIncludePaths() [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-tapi-diff/ |
| H A D | multiple-inlines.test | 15 ; CHECK-NEXT: > System.framework/System 18 ; CHECK-NEXT: > System.framework/System 26 ; CHECK-NEXT: < System 28 ; CHECK-NEXT: < System 30 ; CHECK-NEXT: > System 63 ; CHECK-NEXT: > System 65 ; CHECK-NEXT: > System 73 ; CHECK-NEXT: System.framework/System 93 ; CHECK-NEXT: > System 95 ; CHECK-NEXT: > System
|
| H A D | mismatched-number-of-inlines.test | 8 ; CHECK-NEXT: > System.framework/System 11 ; CHECK-NEXT: > System.framework/System 13 ; CHECK-NEXT: System.framework/System 33 ; CHECK-NEXT: > System 35 ; CHECK-NEXT: > System
|
| H A D | left-single-inline.test | 22 ; CHECK-NEXT: < System 24 ; CHECK-NEXT: < System 26 ; CHECK-NEXT: > System 59 ; CHECK-NEXT: > System 61 ; CHECK-NEXT: > System
|
| H A D | right-single-inlines.test | 23 ; CHECK-NEXT: > System 25 ; CHECK-NEXT: < System 56 ; CHECK-NEXT: < System 58 ; CHECK-NEXT: < System
|
| /llvm-project-15.0.7/clang/tools/clang-format-vs/ClangFormat/Properties/ |
| H A D | AssemblyInfo.cs | 1 using System; 2 using System.Reflection; 3 using System.Resources; 4 using System.Runtime.CompilerServices; 5 using System.Runtime.InteropServices;
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-tapi-diff/Inputs/ |
| H A D | v4D.tbd | 16 umbrella: System 22 libraries: [ 'Alpine.framework/Alpine', 'System.framework/System' ] 45 umbrella: System 67 install-name: 'System.framework/System' 73 umbrella: System
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | SyncScope.h | 167 System = 5, enumerator 168 Last = System 183 case System: in map() 195 static_assert(Last == System, "Does not include all synch scopes"); in getRuntimeValues() 199 static_cast<unsigned>(System)}; in getRuntimeValues() 204 return static_cast<unsigned>(System); in getFallBackValue()
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/ptyprocess-0.6.0/ |
| H A D | pyproject.toml | 15 "Intended Audience :: System Administrators", 17 "Operating System :: POSIX", 18 "Operating System :: MacOS :: MacOS X",
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | compiler_builtins.m | 2 … -fmodules -fimplicit-module-maps -fmodules-cache-path=%t %s -I%S/Inputs/System/usr/include -verify 3 … -fmodules -fimplicit-module-maps -fmodules-cache-path=%t %s -I%S/Inputs/System/usr/include -verify 4 …le=%resource_dir/module.modulemap -fmodules-cache-path=%t %s -I%S/Inputs/System/usr/include -verify
|
| H A D | Werror-Wsystem-headers.m | 7 // RUN: -isystem %S/Inputs/System/usr/include -fsyntax-only %s -verify 12 // RUN: -isystem %S/Inputs/System/usr/include -fsyntax-only %s -verify -Werror 17 // RUN: -isystem %S/Inputs/System/usr/include -fsyntax-only %s -verify \
|
| H A D | pch-used.m | 4 …ules -fimplicit-module-maps -fmodules-cache-path=%t/cache -O0 -isystem %S/Inputs/System/usr/include 5 …mplicit-module-maps -fmodules-cache-path=%t/cache -O0 -isystem %S/Inputs/System/usr/include -emit-…
|
| /llvm-project-15.0.7/llvm/utils/release/ |
| H A D | test-release.sh | 14 System=`uname -s` 15 if [ "$System" = "FreeBSD" ]; then 319 if [ "$System" != "Darwin" ] && [ "$System" != "SunOS" ] && [ "$System" != "AIX" ]; then 323 if [ "$System" != "Darwin" ]; then 483 if [ "$System" = "Darwin" ] || [ "$System" = "SunOS" ] || [ "$System" = "AIX" ]; then
|
| /llvm-project-15.0.7/clang/test/ClangScanDeps/Inputs/frameworks/System.framework/Modules/ |
| H A D | module.modulemap | 1 framework module System [system] { 2 umbrella header "System.h"
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/warning-mismatch/ |
| H A D | module.modulemap | 1 module System [system] { 2 header "System.h"
|
| /llvm-project-15.0.7/lldb/scripts/ |
| H A D | macos-setup-codesign.sh | 18 security find-certificate -Z -p -c "$CERT" /Library/Keychains/System.keychain > /dev/null 2>&1 46 sudo security add-trusted-cert -d -r trustRoot -p codeSign -k /Library/Keychains/System.keychain "$… 50 sudo security import "$TMPDIR/$CERT.key" -A -k /Library/Keychains/System.keychain > /dev/null 2>&1
|
| /llvm-project-15.0.7/clang/test/ClangScanDeps/ |
| H A D | modules-inferred-explicit-build.m | 11 // RUN: %deps-to-rsp %t.db --module-name=System > %t.system.cc1.rsp 18 #include <System/System.h>
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | SystemLibrary.rst | 2 System Library 8 The System Library has been renamed to Support Library with documentation
|
| /llvm-project-15.0.7/lld/test/MachO/Inputs/MacOSX.sdk/usr/lib/ |
| H A D | libSystem.tbd | 32 umbrella: System 50 umbrella: System 68 umbrella: System
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | CMakeLists.txt | 10 COMMAND security find-certificate -Z -p -c ${identity} /Library/Keychains/System.keychain 129 PATHS ${CMAKE_OSX_SYSROOT}/System/Library/PrivateFrameworks) 131 PATHS ${CMAKE_OSX_SYSROOT}/System/Library/PrivateFrameworks) 133 PATHS ${CMAKE_OSX_SYSROOT}/System/Library/PrivateFrameworks) 135 PATHS ${CMAKE_OSX_SYSROOT}/System/Library/PrivateFrameworks) 139 PATHS ${CMAKE_OSX_SYSROOT}/System/Library/PrivateFrameworks) 308 -F${CMAKE_OSX_SYSROOT}/System/Library/PrivateFrameworks
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | migrate-on-pch-and-module.m | 2 // RUN: %clang_cc1 -objcmt-migrate-subscripting -emit-pch -o %t.pch %s -isysroot %S/Inputs/System -… 3 …cripting -include-pch %t.pch %s -migrate -o %t.remap -isysroot %S/Inputs/System -triple x86_64-app…
|
| /llvm-project-15.0.7/clang/cmake/caches/ |
| H A D | BaremetalARM.cmake | 7 set(BUILTINS_armv6m-none-eabi_CMAKE_SYSTEM_NAME Generic CACHE STRING "armv6m-none-eabi System Name") 12 set(BUILTINS_armv7m-none-eabi_CMAKE_SYSTEM_NAME Generic CACHE STRING "armv7m-none-eabi System Name") 19 set(BUILTINS_armv7em-none-eabi_CMAKE_SYSTEM_NAME Generic CACHE STRING "armv7em-none-eabi System Nam…
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | README.txt | 4 This directory provides implementations of the lib/System classes that 11 SysV - code that is specific to System V variants of UNIX
|