HomeSort by relevance Sort by last modified time
    Searched full:darwin (Results 276 - 300 of 1949) sorted by null

<<11121314151617181920>>

  /external/qemu/distrib/
update-audio.sh 26 Darwin)
29 OS=darwin-x86
31 OS=darwin-ppc
  /external/webkit/Source/JavaScriptCore/wtf/
VMTags.h 31 #if OS(DARWIN)
80 #else // OS(DARWIN)
88 #endif // OS(DARWIN)
  /external/clang/test/CXX/special/class.copy/
p15-inclass.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -emit-llvm -o - %s | FileCheck %s
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p14.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s | FileCheck %s
  /external/clang/test/CodeGen/
2008-03-05-syncPtr.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - | FileCheck %s
2009-02-13-zerosize-union-field.c 1 // RUN: %clang_cc1 %s -triple i686-apple-darwin -emit-llvm -o - | FileCheck %s
2010-07-14-ref-off-end.c 1 // RUN: %clang_cc1 %s -emit-llvm -triple i386-apple-darwin -o - | FileCheck %s
address-safety-attr.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s | FileCheck -check-prefix=WITHOUT %s
2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s -fsanitize=address | FileCheck -check-prefix=ASAN %s
5 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s -fsanitize=address -fsanitize-blacklist=%t.file.blacklist | FileCheck -check-prefix=BLFILE %s
6 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s -fsanitize=address -fsanitize-blacklist=%t.func.blacklist | FileCheck -check-prefix=BLFUNC %s
f16c-builtins.c 1 // RUN: %clang_cc1 %s -O3 -triple=x86_64-apple-darwin -target-feature +f16c -emit-llvm -o - | FileCheck %s
private-extern-redef.c 1 // RUN: %clang_cc1 -triple x86_64-darwin-apple -emit-llvm -o - %s | FileCheck %s
restrict.c 1 // RUN: %clang_cc1 -triple x86_64-darwin-apple -emit-llvm %s -o - | FileCheck %s
struct-init.c 2 // RUN: %clang_cc1 -S -triple armv7-apple-darwin %s -emit-llvm -o - | FileCheck %s
  /external/clang/test/CodeGenCXX/
2012-03-16-StoreAlign.cpp 1 // RUN: %clang_cc1 -emit-llvm -o - -triple x86_64-apple-darwin %s | FileCheck %s
block-in-ctor-dtor.cpp 1 // RUN: %clang_cc1 %s -fblocks -triple x86_64-apple-darwin -emit-llvm -o - | FileCheck %s
cxx-block-objects.cpp 1 // RUN: %clang_cc1 %s -fblocks -triple x86_64-apple-darwin -emit-llvm -o - | FileCheck %s
debug-info-template-member.cpp 1 // RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
sizeof-unwind-exception.cpp 3 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fcxx-exceptions -fexceptions %s -O2 -o - | FileCheck %s --check-prefix=ARM-DARWIN
22 // ARM-DARWIN: [[T0:%.*]] = tail call i8* @__cxa_begin_catch(i8* [[EXN:%.*]]) [[NUW:#[0-9]+]]
23 // ARM-DARWIN-NEXT: [[T1:%.*]] = getelementptr i8* [[EXN]], i64 32
31 // ARM-DARWIN: attributes [[NUW]] = { nounwind }
vararg-conversion-ctor.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -emit-llvm %s -o %t-64.ll
  /external/clang/test/CodeGenObjC/
ivar-base-as-invariant-load.m 1 // RUN: %clang_cc1 -emit-llvm -triple x86_64-apple-darwin -x objective-c %s -o - | FileCheck %s
ivar-layout-array0-struct.m 2 // RUN: %clang_cc1 -fobjc-gc -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -O0 -S %s -o %t-64.s
objc-arc-container-subscripting.m 1 // RUN: %clang_cc1 -fobjc-arc -emit-llvm -triple x86_64-apple-darwin -o - %s | FileCheck %s
objc-container-subscripting.m 1 // RUN: %clang_cc1 -emit-llvm -triple x86_64-apple-darwin %s -o /dev/null
  /external/clang/test/CodeGenOpenCL/
addr-space-struct-arg.cl 1 // RUN: %clang_cc1 %s -emit-llvm -o - -O0 -ffake-address-space-map -triple i686-pc-darwin | FileCheck %s
  /external/clang/test/Driver/
pic.c 35 // CHECK-NON-DARWIN-DYNAMIC-NO-PIC: error: unsupported option '-mdynamic-no-pic' for target 'i386-unknown-unknown'
136 // Darwin is a beautiful and unique snowflake when it comes to these flags.
137 // When targetting a 32-bit darwin system, the -fno-* flag variants work and
141 // RUN: %clang -c %s -target i386-apple-darwin -### 2>&1 \
143 // RUN: %clang -c %s -target i386-apple-darwin -fpic -### 2>&1 \
145 // RUN: %clang -c %s -target i386-apple-darwin -fPIC -### 2>&1 \
147 // RUN: %clang -c %s -target i386-apple-darwin -fpie -### 2>&1 \
149 // RUN: %clang -c %s -target i386-apple-darwin -fPIE -### 2>&1 \
151 // RUN: %clang -c %s -target i386-apple-darwin -fno-PIC -### 2>&1 \
153 // RUN: %clang -c %s -target i386-apple-darwin -fno-PIE -### 2>&1
    [all...]
  /external/icu4c/config/
mh-darwin 2 ## Darwin-specific setup (Darwin is the Mac OS X developer preview, successor
44 GENCCODE_ASSEMBLY=-a gcc-darwin
83 ## End Darwin-specific setup

Completed in 389 milliseconds

<<11121314151617181920>>