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

<<11121314151617181920>>

  /build/soong/
bootstrap.bash 30 Darwin)
31 export GOOS="darwin"
32 export PREBUILTOS="darwin-x86"
  /external/clang/test/CodeGen/
unsigned-trapv.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - -fsanitize=unsigned-integer-overflow | FileCheck %s --check-prefix=UNSIGNED
2 // RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - -ftrapv | FileCheck %s --check-prefix=TRAPV
3 // RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - -fsanitize=unsigned-integer-overflow -ftrapv | FileCheck %s --check-prefix=BOTH
2009-09-24-SqrtErrno.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - -fmath-errno | FileCheck %s
attr-weak-import.c 1 // RUN: %clang_cc1 -triple x86_64-darwin-apple -emit-llvm -o - %s | FileCheck %s
debug-info-line2.c 1 // RUN: %clang_cc1 -triple x86_64-darwin-apple -debug-info-kind=limited -emit-llvm -o - %s | FileCheck %s
debug-info-same-line.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm %s -debug-info-kind=limited -o - | FileCheck %s
debug-info-vla.c 1 // RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited -triple x86_64-apple-darwin %s -o - | FileCheck %s
debug-line-1.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -o - -emit-llvm -debug-info-kind=limited %s | FileCheck %s
func-return-member.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s | FileCheck %s
incomplete-function-type-2.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s | FileCheck %s
incomplete-function-type.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s | FileCheck %s
misaligned-param.c 1 // RUN: %clang_cc1 %s -triple i386-apple-darwin -emit-llvm -o - | FileCheck %s
pr5406.c 2 // RUN: %clang_cc1 %s -emit-llvm -triple arm-apple-darwin -o - | FileCheck %s
pragma-visibility.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s | FileCheck %s
rtm-builtins.c 1 // RUN: %clang_cc1 %s -triple=x86_64-apple-darwin -target-feature +rtm -emit-llvm -o - | FileCheck %s
  /external/clang/test/PCH/
subscripting-literals.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o %t.nopch.ll %s
2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-pch -o %t.pch %s
3 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o %t.pch.ll %s -include-pch %t.pch
  /external/compiler-rt/test/sanitizer_common/
lit.common.cfg 26 if config.host_os == 'Darwin':
27 # On Darwin, we default to `abort_on_error=1`, which would make tests run
50 if config.host_os not in ['Linux', 'Darwin']:
  /external/llvm/test/CodeGen/Thumb2/
thumb2-ifcvt3.ll 1 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -arm-atomic-cfg-tidy=0 | FileCheck %s
2 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -arm-atomic-cfg-tidy=0 -arm-default-it | FileCheck %s
3 ; RUN: llc < %s -mtriple=thumbv8-apple-darwin -arm-atomic-cfg-tidy=0 -arm-no-restrict-it | FileCheck %s
  /external/llvm/test/tools/dsymutil/
fat-binary-output.test 13 CHECK: triple: 'x86_64-apple-darwin'
17 CHECK: triple: 'i386-apple-darwin'
21 CHECK: triple: 'x86_64h-apple-darwin'
  /external/valgrind/
darwin10-drd.supp 1 # DRD suppressions for Darwin 10.x / Mac OS X 10.6 Snow Leopard
122 drd-darwin-pthread-join-1
128 drd-darwin-pthread-join-2
  /build/libs/host/
Android.mk 10 LOCAL_MODULE_HOST_OS := darwin linux windows
  /build/tools/zipalign/
Android.mk 36 LOCAL_MODULE_HOST_OS := darwin linux windows
  /external/clang/INPUTS/
macro_pounder_obj.c 3 // heavily constrained by darwin's malloc.
  /external/clang/test/CodeGenCXX/
attr-notail.cpp 1 // RUN: %clang_cc1 -triple=x86_64-apple-darwin -std=c++11 -emit-llvm -o - %s | FileCheck %s
copy-in-cplus-object.cpp 1 // RUN: %clang_cc1 %s -fblocks -triple x86_64-apple-darwin -emit-llvm -o - | FileCheck %s

Completed in 827 milliseconds

<<11121314151617181920>>