Searched refs:Apple (Results 1 - 17 of 17) sorted by relevance
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MCAsmInfo.cpp | 25 Apple = 1 enumerator in enum:AsmWriterVariantTy 32 clEnumValN(Apple, "apple", "Emit Apple-style NEON assembly"),
|
/external/llvm/utils/ |
H A D | clang-parse-diagnostics-file | 55 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" \
|
/external/mesa3d/docs/ |
H A D | MESA_ycbcr_texture.spec | 69 UNSIGNED_SHORT_8_8_MESA 0x85BA /* same as Apple's */ 70 UNSIGNED_SHORT_8_8_REV_MESA 0x85BB /* same as Apple's */
|
/external/llvm/lib/MC/ |
H A D | SubtargetFeature.cpp | 313 if (Triple.getVendor() == Triple::Apple) {
|
/external/compiler-rt/make/ |
H A D | AppleBI.mk | 3 # Make rules to build compiler_rt in Apple B&I infrastructure
|
/external/compiler-rt/make/platform/ |
H A D | darwin_bni.mk | 2 Description := Target for Darwin using an Apple-style build.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | UnixAPIChecker.cpp | 118 == llvm::Triple::Apple)
|
H A D | CallAndMessageChecker.cpp | 524 return (triple.getVendor() == llvm::Triple::Apple &&
|
H A D | CheckSecuritySyntaxOnly.cpp | 30 return T.getVendor() == llvm::Triple::Apple ||
|
/external/llvm/include/llvm/ADT/ |
H A D | Triple.h | 119 Apple, enumerator in enum:llvm::Triple::VendorType 161 TvOS, // Apple tvOS 162 WatchOS, // Apple watchOS 421 /// Is this an Apple tvOS triple. 426 /// Is this an Apple watchOS triple.
|
/external/chromium-trace/catapult/tracing/third_party/devscripts/ |
H A D | licensecheck.pl | 599 if ($licensetext =~ /as defined in and that are subject to the Apple Public Source License([ ,-]+Version ([^ ]+)?(\.))/) { 601 } elsif ($licensetext =~ /provided that if you redistribute the Apple Software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the Apple Software/) { 603 $license = "Apple MIT $license";
|
/external/llvm/lib/Support/ |
H A D | Triple.cpp | 139 case Apple: return "apple"; 399 .Case("apple", Triple::Apple)
|
/external/llvm/lib/Linker/ |
H A D | IRMover.cpp | 1428 if (T0.getVendor() == Triple::Apple) 1439 if (SrcTriple.getVendor() == Triple::Apple)
|
/external/zlib/src/ |
H A D | configure | 220 if libtool -V 2>&1 | grep Apple > /dev/null; then
|
/external/llvm/unittests/ADT/ |
H A D | TripleTest.cpp | 80 EXPECT_EQ(Triple::Apple, T.getVendor());
|
/external/ImageMagick/ |
H A D | configure | 1995 Apple font directory 2682 # left behind by Apple's compiler. We do this before executing the actions. 2832 # left behind by Apple's compiler. We do this before executing the actions. 30742 # Set Apple font directory. [all...] |
/external/clang/lib/Driver/ |
H A D | Tools.cpp | 3386 // match that of llvm-gcc and Apple GCC before that. 3611 if (getToolChain().getTriple().getVendor() == llvm::Triple::Apple) 7095 // Give --sysroot= preference, over the Apple specific behavior to also use
|
Completed in 931 milliseconds