HomeSort by relevance Sort by last modified time
    Searched full:darwin (Results 351 - 375 of 2438) sorted by null

<<11121314151617181920>>

  /external/clang/test/CodeGen/
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-artificial-arg.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/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
time_null_regtest.cc 8 // FIXME: this test does not work on Darwin, because the code pages of the
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
use-after-free-right.cc 28 // CHECK-Darwin: {{ #0 0x.* in wrap_free}}
29 // CHECK-Darwin: {{ #1 0x.* in main .*use-after-free-right.cc:16}}
36 // CHECK-Darwin: {{ #0 0x.* in wrap_malloc.*}}
37 // CHECK-Darwin: {{ #1 0x.* in main .*use-after-free-right.cc:15}}
  /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
  /external/libusb/
configure.ac 25 *-darwin*)
26 AC_DEFINE(OS_DARWIN, [], [Darwin backend])
29 AC_MSG_RESULT([Darwin/MacOS X])
30 backend="darwin"
  /external/llvm/test/CodeGen/ARM/
2008-05-19-ScavengerAssert.ll 1 ; RUN: llc < %s -mtriple=arm-apple-darwin
2008-08-07-AsmPrintBug.ll 1 ; RUN: llc < %s -mtriple=arm-apple-darwin -mattr=+v6 -relocation-model=pic | grep comm
2010-10-25-ifcvt-ldm.ll 1 ; RUN: llc < %s -mtriple=armv6-apple-darwin -mcpu=arm1136jf-s | FileCheck %s

Completed in 324 milliseconds

<<11121314151617181920>>