HomeSort by relevance Sort by last modified time
    Searched refs:MacOSX (Results 1 - 25 of 37) sorted by null

1 2

  /external/clang/include/clang/Basic/
ObjCRuntime.h 29 /// 'macosx' is the Apple-provided NeXT-derived runtime on Mac OS
32 MacOSX,
34 /// 'macosx-fragile' is the Apple-provided NeXT-derived runtime on
65 ObjCRuntime() : TheKind(MacOSX) {}
84 case MacOSX: return true;
107 else if ((getKind() == MacOSX) && isNonFragile() &&
120 case MacOSX:
145 case MacOSX: return true;
163 case MacOSX: return getVersion() >= VersionTuple(10, 7);
177 case MacOSX
    [all...]
  /external/clang/lib/Basic/
ObjCRuntime.cpp 30 case ObjCRuntime::MacOSX: out << "macosx"; break;
31 case ObjCRuntime::FragileMacOSX: out << "macosx-fragile"; break;
60 if (runtimeName == "macosx") {
61 kind = ObjCRuntime::MacOSX;
62 } else if (runtimeName == "macosx-fragile") {
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 92 MacOSX,
260 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
282 if (getOS() == Triple::MacOSX)
  /external/icu/icu4c/source/
runConfigureICU 53 MacOSX Use the default compilers on MacOS X (Darwin)
54 MacOSX/GCC Use the GNU gcc/g++ compilers on MacOSX (Darwin)
295 MacOSX)
303 MacOSX/GCC)
  /external/llvm/include/llvm/ADT/
Triple.h 151 MacOSX,
409 if (getOS() == Triple::MacOSX)
420 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 156 MacOSX,
417 if (getOS() == Triple::MacOSX)
428 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Triple.h 164 MacOSX,
432 if (getOS() == Triple::MacOSX)
443 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
  /external/compiler-rt/make/
AppleBI.mk 16 INSTALL_TARGET = install-MacOSX
45 install-MacOSX : $(SYMROOT)/libcompiler_rt.dylib \
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
UnmanagedLibrary.cs 109 return MacOSX.dlsym(this.handle, symbolName);
152 return MacOSX.dlopen(libraryPath, RTLD_GLOBAL + RTLD_LAZY);
190 private static class MacOSX
PlatformApis.cs 60 // PlatformID.MacOSX is never returned, commonly used trick is to identify Mac is by using uname.
  /external/llvm/lib/Support/
Triple.cpp 175 case MacOSX: return "macosx";
443 .StartsWith("macosx", Triple::MacOSX)
967 // Default to darwin8, i.e., MacOSX 10.4.
977 case MacOSX:
1006 case MacOSX:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp 109 case MacOSX: return "macosx";
367 else if (OSName.startswith("macosx"))
368 return MacOSX;
  /external/libaom/libaom/build/cmake/
iosbuild.sh 275 --macosx: Uses darwin16 targets instead of iphonesimulator targets for x86
276 and x86_64. Allows linking to framework when builds target MacOSX
328 --macosx)
  /external/libvpx/libvpx/build/make/
iosbuild.sh 275 --macosx: Uses darwin16 targets instead of iphonesimulator targets for x86
276 and x86_64. Allows linking to framework when builds target MacOSX
328 --macosx)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Triple.cpp 191 case MacOSX: return "macosx";
483 .StartsWith("macos", Triple::MacOSX)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Triple.cpp 182 case MacOSX: return "macosx";
460 .StartsWith("macosx", Triple::MacOSX)
992 // Default to darwin8, i.e., MacOSX 10.4.
1002 case MacOSX:
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zsysnum_darwin_386.go 1 // mksysnum_darwin.pl /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/sys/syscall.h
zsysnum_darwin_amd64.go 1 // mksysnum_darwin.pl /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/sys/syscall.h
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp     [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 290 case Triple::MacOSX:
338 case Triple::MacOSX:
354 case Triple::MacOSX:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetLibraryInfo.cpp 330 case Triple::MacOSX:
379 case Triple::MacOSX:
395 case Triple::MacOSX:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
webbrowser.py 540 class MacOSX(BaseBrowser):
614 register("MacOSX", None, MacOSXOSAScript('default'), -1)
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 163 if (triple.getOS() == llvm::Triple::MacOSX) {
  /external/python/cpython2/Lib/
webbrowser.py 570 class MacOSX(BaseBrowser):
645 register("MacOSX", None, MacOSXOSAScript('default'), -1)
  /external/python/cpython3/Lib/
webbrowser.py 507 register("MacOSX", None, MacOSXOSAScript('default'))
595 class MacOSX(BaseBrowser):

Completed in 1103 milliseconds

1 2