Home
last modified time | relevance | path

Searched refs:System (Results 1 – 25 of 218) sorted by relevance

123456789

/llvm-project-15.0.7/clang/tools/clang-format-vs/ClangFormat/
H A DResources.Designer.cs12 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 DClangFormatPackage.cs19 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 DInitHeaderSearch.cpp252 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 Dmultiple-inlines.test15 ; 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 Dmismatched-number-of-inlines.test8 ; 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 Dleft-single-inline.test22 ; CHECK-NEXT: < System
24 ; CHECK-NEXT: < System
26 ; CHECK-NEXT: > System
59 ; CHECK-NEXT: > System
61 ; CHECK-NEXT: > System
H A Dright-single-inlines.test23 ; 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 DAssemblyInfo.cs1 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 Dv4D.tbd16 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 DSyncScope.h167 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 Dpyproject.toml15 "Intended Audience :: System Administrators",
17 "Operating System :: POSIX",
18 "Operating System :: MacOS :: MacOS X",
/llvm-project-15.0.7/clang/test/Modules/
H A Dcompiler_builtins.m2 … -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 DWerror-Wsystem-headers.m7 // 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 Dpch-used.m4 …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 Dtest-release.sh14 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 Dmodule.modulemap1 framework module System [system] {
2 umbrella header "System.h"
/llvm-project-15.0.7/clang/test/Modules/Inputs/warning-mismatch/
H A Dmodule.modulemap1 module System [system] {
2 header "System.h"
/llvm-project-15.0.7/lldb/scripts/
H A Dmacos-setup-codesign.sh18 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 Dmodules-inferred-explicit-build.m11 // 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 DSystemLibrary.rst2 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 DlibSystem.tbd32 umbrella: System
50 umbrella: System
68 umbrella: System
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DCMakeLists.txt10 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 Dmigrate-on-pch-and-module.m2 // 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 DBaremetalARM.cmake7 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 DREADME.txt4 This directory provides implementations of the lib/System classes that
11 SysV - code that is specific to System V variants of UNIX

123456789