Searched
full:macosx (Results
276 -
300 of
1178) sorted by null
<<11121314151617181920>>
/external/clang/test/Sema/ |
attr-print.c | 37 void f6(int) __attribute__((availability(macosx,strict,introduced=10.6)));
|
/external/clang/test/SemaCXX/ |
attr-deprecated-replacement-fixit.cpp | 17 void f_2(int) __attribute__((availability(macosx,deprecated=9.0,replacement="new2"))); // expected-note {{'f_2' has been explicitly marked deprecated here}}
|
/external/clang/test/SemaObjC/ |
class-bitfield.m | 1 // RUN: %clang_cc1 %s -fobjc-runtime=macosx-fragile-10.5 -fsyntax-only -verify
|
conflicting-ivar-test-1.m | 1 // RUN: %clang_cc1 -fobjc-runtime=macosx-fragile-10.5 -fsyntax-only -verify -Wno-objc-root-class %s
|
mrc-no-weak.m | 1 // RUN: %clang_cc1 -fobjc-runtime=macosx-10.8 -fsyntax-only -verify %s
|
/external/freetype/src/base/ |
Jamfile | 81 else if $(OS) = MACOSX
|
/external/llvm/test/CodeGen/X86/ |
2012-08-16-setcc.ll | 1 ; RUN: llc < %s -mtriple=x86_64-apple-macosx | FileCheck %s
|
fma-do-not-commute.ll | 5 target triple = "x86_64-apple-macosx"
|
hoist-common.ll | 1 ; RUN: llc < %s -mtriple=x86_64-apple-macosx | FileCheck %s
|
i386-setjmp-pic.ll | 3 target triple = "i386-apple-macosx"
|
indirect-hidden.ll | 1 ; RUN: llc -mtriple=i686-apple-macosx -o - %s | FileCheck %s
|
reghinting.ll | 1 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-apple-macosx | FileCheck %s
|
x86-sanitizer-shrink-wrapping.ll | 4 target triple = "x86_64-apple-macosx"
|
/external/llvm/test/DebugInfo/X86/ |
DIModuleContext.ll | 1 target triple = "x86_64-apple-macosx"
|
/external/llvm/test/MC/X86/ |
faultmap-section-parsing.s | 1 // RUN: llvm-mc < %s -triple=x86_64-apple-macosx -filetype=obj -o - | llvm-objdump -fault-map-section - | FileCheck %s
|
/external/llvm/test/Object/ |
archive-delete.test | 11 RUN: cp %p/Inputs/MacOSX.a %t.a
|
/external/swiftshader/third_party/LLVM/test/Archive/ |
README.txt | 11 MacOSX.a - constructed on Mac OS X with its native BSD4.4 ar
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
reghinting.ll | 1 ; RUN: llc < %s -mtriple=x86_64-apple-macosx | FileCheck %s
|
/external/swiftshader/third_party/LLVM/test/DebugInfo/X86/ |
eh_symbol.ll | 1 ; RUN: llc -mtriple=i386-apple-macosx -disable-cfi %s -o - | FileCheck %s
|
/external/boringssl/src/crypto/perlasm/ |
x86gas.pl | 118 if ($::macosx) { 125 elsif (($::aout and !$::pic) or $::macosx) 166 { if ($::macosx) 175 if ($::macosx) { push (@out,"$tmp,2\n"); } 198 if (($::pic && ($::elf || $::aout)) || $::macosx) 206 if ($::macosx) 245 elsif ($::macosx)
|
/prebuilts/jdk/jdk8/darwin-x86/jre/lib/ |
classlist | [all...] |
/external/clang/test/ARCMT/ |
objcmt-migrate-all.m | 40 #define NS_AVAILABLE __attribute__((availability(macosx,introduced=10.0))) 99 - (void **) ptr_bytes __attribute__((availability(macosx,unavailable)));
|
objcmt-migrate-all.m.result | 40 #define NS_AVAILABLE __attribute__((availability(macosx,introduced=10.0))) 99 @property (nonatomic, readonly) void **ptr_bytes __attribute__((availability(macosx,unavailable)));
|
objcmt-ns-returns-inner-pointer.m | 39 #define NS_AVAILABLE __attribute__((availability(macosx,introduced=10.0))) 98 - (void **) ptr_bytes __attribute__((availability(macosx,unavailable)));
|
objcmt-ns-returns-inner-pointer.m.result | 39 #define NS_AVAILABLE __attribute__((availability(macosx,introduced=10.0))) 98 - (void **) ptr_bytes __attribute__((availability(macosx,unavailable))) NS_RETURNS_INNER_POINTER;
|
Completed in 473 milliseconds
<<11121314151617181920>>