OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:darwin
(Results
151 - 175
of
1673
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Driver/
darwin-dsymutil.c
7
// CHECK-MULTIARCH-ACTIONS: 0: input, "{{.*}}
darwin
-dsymutil.c", c
21
// CHECK-MULTIARCH-BINDINGS: "x86_64-apple-darwin10" - "
darwin
::Lipo", inputs: [{{.*}}, {{.*}}], output: "a.out"
22
// CHECK-MULTIARCH-BINDINGS: # "x86_64-apple-darwin10" - "
darwin
::Dsymutil", inputs: ["a.out"], output: "a.out.dSYM"
30
// CHECK-OUTPUT-NAME: "x86_64-apple-darwin10" - "
darwin
::Link", inputs: [{{.*}}], output: "foo"
31
// CHECK-OUTPUT-NAME: "x86_64-apple-darwin10" - "
darwin
::Dsymutil", inputs: ["foo"], output: "foo.dSYM"
45
// CHECK-LOCATION: "x86_64-apple-darwin10" - "
darwin
::Dsymutil", inputs: ["bar/foo"], output: "bar/foo.dSYM"
altivec.cpp
3
// RUN: %clang -ccc-clang-archs powerpc -target powerpc-apple-
darwin
-faltivec -fsyntax-only %s
8
// RUN: %clang -target armv6-apple-
darwin
-faltivec -fsyntax-only %s 2>&1 | FileCheck %s
9
// RUN: %clang -target armv7-apple-
darwin
-faltivec -fsyntax-only %s 2>&1 | FileCheck %s
darwin-cc.c
3
// CHECK: {{ ".*cc1.*" "-E" "-nostdinc" "-v" "-I" "ARG0" "-FARG1" "-I" "ARG2" "-P" "-MD" "[^"]*/OUTPUTNAME.d" "-MF" "ARG3" "-MG" "-MP" "-MQ" "[^"]*/OUTPUTNAME" "-remap" "-dD" "-H" "-D__STATIC__" "-D_REENTRANT" "-D" "ARG4" "-U" "ARG5" "-A" "ARG6" "-D" "ARG7" "-U" "ARG8" "-A" "ARG9" "-include" "ARG10" ".*
darwin
-cc.c" "-D_MUDFLAP" "-include" "mf-runtime.h" "-m32" "-mkernel" "-mtune=core2" "-mmacosx-version-min=10.6.0" "-ansi" "-std=c99" "-trigraphs" "-Werror" "-pedantic" "-Wmost" "-w" "-fast" "-fno-eliminate-unused-debug-symbols" "-fFOO" "-fmudflap" "-O2" "-undef" "-fpch-preprocess" "-o" ".*
darwin
-cc.i"}}
4
// CHECK: {{ ".*cc1.*" "-fpreprocessed" ".*
darwin
-cc.i" "-O3" "-dumpbase" ".*
darwin
-cc.c" "-dA" "-m32" "-mkernel" "-mtune=core2" "-mmacosx-version-min=10.6.0" "-ansi" "-aFOO" "-auxbase-strip" "[^"]*/OUTPUTNAME" "-g" "-g0" "-g" "-g3" "-O2" "-Werror" "-pedantic" "-Wmost" "-w" "-ansi" "-std=c99" "-trigraphs" "-version" "-p" "-fast" "-fno-eliminate-unused-debug-symbols" "-fFOO" "-fmudflap" "-undef" "-fno-ident" "-o" "[^"]*/OUTPUTNAME" "--param" "a=b" "-fno-builtin" "-fno-merge-constants" "-fprofile-arcs" "-ftest-coverage"}}
darwin-objc-defaults.m
12
// CHECK-CHECK-I386_OSX10_5:
darwin
-objc-defaults
21
// CHECK-CHECK-I386_OSX10_6:
darwin
-objc-defaults
30
// CHECK-CHECK-I386_IPHONE3_0:
darwin
-objc-defaults
41
// CHECK-CHECK-X86_64_OSX10_5:
darwin
-objc-defaults
50
// CHECK-CHECK-X86_64_OSX10_6:
darwin
-objc-defaults
59
// CHECK-CHECK-X86_64_IPHONE3_0:
darwin
-objc-defaults
70
// CHECK-CHECK-ARMV7_OSX10_5:
darwin
-objc-defaults
79
// CHECK-CHECK-ARMV7_OSX10_6:
darwin
-objc-defaults
88
// CHECK-CHECK-ARMV7_IPHONE3_0:
darwin
-objc-defaults
/external/webkit/Source/WebCore/platform/graphics/wx/
FontPlatformData.h
45
#if OS(
DARWIN
)
87
#if OS(
DARWIN
)
100
#if OS(
DARWIN
)
110
#if OS(
DARWIN
)
163
#if OS(
DARWIN
)
180
#if OS(
DARWIN
)
/build/libs/host/
Android.mk
11
ifeq ($(HOST_OS),
darwin
)
/external/clang/INPUTS/
macro_pounder_obj.c
3
// heavily constrained by
darwin
's malloc.
/external/clang/test/CodeGen/
2010-06-17-asmcrash.c
1
// RUN: %clang_cc1 -emit-llvm -o - %s | llc -mtriple=x86_64-apple-
darwin
| FileCheck %s
attr-weak-import.c
1
// RUN: %clang_cc1 -triple x86_64-
darwin
-apple -emit-llvm -o - %s | FileCheck %s
avx-builtins.c
1
// RUN: %clang_cc1 %s -O3 -triple=x86_64-apple-
darwin
-target-feature +avx -emit-llvm -o - | FileCheck %s
debug-line-1.c
1
// RUN: %clang_cc1 -triple x86_64-apple-
darwin
-o - -emit-llvm -g %s | FileCheck %s
lzcnt-builtins.c
1
// RUN: %clang_cc1 %s -O3 -triple=x86_64-apple-
darwin
-target-feature +lzcnt -emit-llvm -o - | FileCheck %s
misaligned-param.c
1
// RUN: %clang_cc1 %s -triple i386-apple-
darwin
-emit-llvm -o - | FileCheck %s
popcnt-builtins.c
1
// RUN: %clang_cc1 %s -O3 -triple=x86_64-apple-
darwin
-target-feature +popcnt -emit-llvm -o - | FileCheck %s
/external/clang/test/CodeGenCXX/
copy-in-cplus-object.cpp
1
// RUN: %clang_cc1 %s -fblocks -triple x86_64-apple-
darwin
-emit-llvm -o - | FileCheck %s
debug-info-dup-fwd-decl.cpp
1
// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-
darwin
-fno-limit-debug-info %s -o - | FileCheck %s
debug-info-static-fns.cpp
1
// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-
darwin
%s -o - | FileCheck %s
m64-ptr.cpp
1
// RUN: %clang_cc1 %s -emit-llvm -triple x86_64-apple-
darwin
-o - | FileCheck %s
/external/clang/test/Sema/
2009-03-09-WeakDeclarations-1.c
1
// RUN: %clang_cc1 %s -triple i686-apple-
darwin
conversion-64-32.c
1
// RUN: %clang_cc1 -fsyntax-only -verify -Wshorten-64-to-32 -triple x86_64-apple-
darwin
%s
/external/clang/test/SemaCXX/
enum-bitfield.cpp
1
// RUN: %clang_cc1 -fsyntax-only -pedantic -std=c++11 -verify -triple x86_64-apple-
darwin
%s
/external/compiler-rt/lib/asan/output_tests/
null_deref.cc
15
// Check-
Darwin
: {{ #0 0x.* in NullDeref.*}}
/external/llvm/lib/MC/
MCAsmInfoDarwin.cpp
1
//===-- MCAsmInfoDarwin.cpp -
Darwin
asm properties -------------*- C++ -*-===//
11
// should take in general on
Darwin
-based targets
24
// Common settings for all
Darwin
targets.
53
// FIXME:
Darwin
10 and newer don't need this.
/external/llvm/test/CodeGen/ARM/
2008-09-17-CoalescerBug.ll
1
; RUN: llc < %s -mtriple=arm-apple-
darwin
available_externally.ll
1
; RUN: llc < %s -mtriple=arm-apple-
darwin
-relocation-model=pic | FileCheck %s
Completed in 165 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>