HomeSort by relevance Sort by last modified time
    Searched full:darwin (Results 526 - 550 of 1673) sorted by null

<<21222324252627282930>>

  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-linux.h 58 // POSIX, but various sub-cases differ between Linux and Darwin.
197 // Are these POSIX? In Darwin they have an extra parameter 'position',
212 // These are Posix, but not necessarily syscalls. Darwin only supports
226 // These ones have different parameters and/or return values on Darwin.
234 // Posix, but in Darwin utime is a libc function that calls syscall utimes.
237 // On Darwin, off_t is 64-bits even on 32-bit platforms.
240 // Darwin (and probably other OSes) don't have the old_sigset_t type.
  /external/webkit/Tools/wx/
install-unix-extras 44 if [ "${OSTYPE:0:6}" == "darwin" ]; then
90 if [ "${OSTYPE:0:6}" == "darwin" ]; then
105 if [ "${OSTYPE:0:6}" == "darwin" ]; then
128 if [ "${OSTYPE:0:6}" == "darwin" ]; then
152 if [ "${OSTYPE:0:6}" == "darwin" ]; then
176 if [ "${OSTYPE:0:6}" == "darwin" ]; then
198 if [ "${OSTYPE:0:6}" == "darwin" ]; then
  /external/clang/test/Driver/
pic.c 65 // Defaults change for Darwin.
66 // RUN: %clang -c %s -target i386-apple-darwin -### 2>&1 \
68 // RUN: %clang -c %s -target i386-apple-darwin -fno-pic -### 2>&1 \
70 // RUN: %clang -c %s -target i386-apple-darwin -fno-PIC -### 2>&1 \
80 // RUN: %clang -c %s -target i386-apple-darwin -mdynamic-no-pic -fPIC -### 2>&1 \
  /external/valgrind/main/memcheck/tests/
origin1-yes.c 90 // - On Darwin, sbrk() is implemented via vm_allocate() which always zeroes
92 // for Darwin, but we add an extra printf on Darwin only so that it
93 // cannot be successfully matched on non-Darwin platforms.
101 // fprintf(stderr, "\n(no complaint; sbrk initialises memory on Darwin)\n");
  /external/qemu/android/build/
common.sh 85 Darwin)
86 OS=darwin-$CPU
112 # darwin-x86
113 # darwin-ppc
127 darwin-*) HOST_OS=darwin
183 darwin-x86_64) OS=darwin-x86 ;;
596 # "no <foo> in ..." (Darwin). Also, we need to redirect stderr
  /external/clang/lib/Driver/
ToolChains.h 163 /// Darwin - The base Darwin tool chain.
164 class LLVM_LIBRARY_VISIBILITY Darwin : public ToolChain {
215 Darwin(const Driver &D, const llvm::Triple& Triple);
216 ~Darwin();
221 /// @name Darwin Specific Toolchain API
267 /// getDarwinArchName - Get the "Darwin" arch name for a particular compiler
268 /// invocation. For example, Darwin treats different ARM variations as
317 // Always allow blocks on Darwin; users interested in versioning are
325 // Default integrated assembler to on for Darwin
    [all...]
ToolChains.cpp 42 /// Darwin - Darwin tool chain for i386 and x86_64.
44 Darwin::Darwin(const Driver &D, const llvm::Triple& Triple)
49 // Compute the initial Darwin version from the triple
64 types::ID Darwin::LookupTypeForExtension(const char *Ext) const {
67 // Darwin always preprocesses assembly files (unless -x is used explicitly).
74 bool Darwin::HasNativeLLVMSupport() const {
78 bool Darwin::hasARCRuntime() const {
96 bool Darwin::hasSubscriptingRuntime() const
    [all...]
  /external/valgrind/main/
Android.mk 156 coregrind/m_start-amd64-darwin.S \
157 coregrind/m_start-x86-darwin.S \
182 coregrind/m_dispatch/dispatch-x86-darwin.S \
183 coregrind/m_dispatch/dispatch-amd64-darwin.S \
185 coregrind/m_initimg/initimg-darwin.c \
189 coregrind/m_mach/mach_traps-x86-darwin.S \
190 coregrind/m_mach/mach_traps-amd64-darwin.S \
199 coregrind/m_sigframe/sigframe-x86-darwin.c \
200 coregrind/m_sigframe/sigframe-amd64-darwin.c \
207 coregrind/m_syswrap/syscall-x86-darwin.S
    [all...]
  /external/compiler-rt/make/platform/
clang_darwin.mk 7 Description := Static runtime libraries for clang/Darwin.
18 -isysroot $(ProjSrcRoot)/SDKs/darwin \
36 # still be referenced from Darwin system headers. This symbol is only ever
102 OSX_DEPLOYMENT_ARGS += -isysroot $(ProjSrcRoot)/SDKs/darwin
103 IOS_DEPLOYMENT_ARGS += -isysroot $(ProjSrcRoot)/SDKs/darwin
104 IOSSIM_DEPLOYMENT_ARGS += -isysroot $(ProjSrcRoot)/SDKs/darwin
  /external/valgrind/main/helgrind/
hg_intercepts.c 48 // DDD: for Darwin, need to have non-"@*"-suffixed versions for all pthread
50 // Note also, in the comments and code below, all Darwin symbols start
226 // darwin: pthread_create
227 // darwin: pthread_create_suspended_np (trapped)
307 // darwin: pthread_join
308 // darwin: pthread_join$NOCANCEL$UNIX2003
309 // darwin pthread_join$UNIX2003
405 // darwin: pthread_mutex_init
444 // darwin: pthread_mutex_destroy
473 // darwin: pthread_mutex_loc
    [all...]
  /external/clang/test/CodeGenCXX/
conversion-function.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -S %s -o %t-64.s
3 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++11 -S %s -o %t-32.s
copy-assign-synthesis-1.cpp 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -S %s -o %t-64.s
4 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++11 -S %s -o %t-32.s
  /external/clang/test/SemaCXX/
conversion.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -fsyntax-only -Wconversion -verify %s
2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -fsyntax-only -Wconversion %s 2>&1 | FileCheck %s
  /external/clang/tools/libclang/
Makefile 35 ifeq ($(HOST_OS),Darwin)
48 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/')
  /external/libffi/
acinclude.m4 38 # VMS, and Darwin.
40 vms* | cygwin* | pe | mingw* | darwin* | ultrix* | hpux10* | hpux11.00)
  /external/llvm/include/llvm/ADT/
Triple.h 84 Darwin,
191 /// translate generic "darwin" versions to the corresponding OS X versions.
267 /// used by the "darwin" triples.
276 // Otherwise, compare to the "Darwin" number.
282 /// "darwin" and "osx" as OS X triples.
284 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
287 /// isOSDarwin - Is this a "Darwin" OS (OS X or iOS).
421 /// getArchTypeForDarwinArchName - Get the architecture type for a "Darwin"
  /external/llvm/test/CodeGen/ARM/
fast-isel-GEP-coalesce.ll 1 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-darwin | FileCheck %s --check-prefix=ARM
2 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-darwin | FileCheck %s --check-prefix=THUMB
shifter_operand.ll 1 ; RUN: llc < %s -mtriple=armv7-apple-darwin -mcpu=cortex-a8 | FileCheck %s -check-prefix=A8
2 ; RUN: llc < %s -mtriple=armv7-apple-darwin -mcpu=cortex-a9 | FileCheck %s -check-prefix=A9
  /external/llvm/test/CodeGen/Thumb/
dyn-stackalloc.ll 1 ; RUN: llc < %s -mtriple=thumb-apple-darwin -disable-cgp-branch-opts -disable-post-ra | FileCheck %s
2 ; RUN: llc < %s -mtriple=thumb-apple-darwin -disable-cgp-branch-opts -disable-post-ra -regalloc=basic | FileCheck %s
  /external/llvm/test/CodeGen/X86/
2010-05-28-Crash.ll 1 ; RUN: llc -mtriple=x86_64-apple-darwin < %s | FileCheck %s
2 ; RUN: llc -mtriple=x86_64-apple-darwin -regalloc=basic < %s | FileCheck %s
pic_jumptable.ll 3 ; RUN: llc < %s -relocation-model=pic -mtriple=i686-apple-darwin -asm-verbose=false \
5 ; RUN: llc < %s -mtriple=x86_64-apple-darwin | not grep 'lJTI'
  /external/valgrind/main/drd/tests/
annotate_rwlock.c 64 /* Darwin doesn't have an implementation of pthread_yield(). */
88 /* Darwin doesn't have an implementation of pthread_yield(). */
filter_stderr 41 # Remove the message about experimental support for Darwin.
42 awk 'BEGIN{begin=1} { if ($0 == "WARNING: DRD support for Darwin is still considered as experimental.") { getline; getline; } else { if (begin) begin = 0; else print last_line; }; last_line = $0; } END { if (! begin) print last_line; }' |
  /external/valgrind/main/helgrind/tests/
annotate_rwlock.c 74 /* Darwin doesn't have an implementation of pthread_yield(). */
99 /* Darwin doesn't have an implementation of pthread_yield(). */
  /external/valgrind/main/include/
pub_tool_basics_asm.h 40 // same, but on Darwin they are different. The reason is that C names on
41 // Darwin always get a '_' prepended to them by the compiler. But in order to

Completed in 853 milliseconds

<<21222324252627282930>>