OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:macosx
(Results
201 - 225
of
824
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/eclipse/deltapack/
eclipse-3.7.2-delta-pack.zip
eclipse-4.2.2-delta-pack.zip
/external/valgrind/
README
40
- x86/
MacOSX
41
- AMD64/
MacOSX
47
on Intel processors. Also note that the core of
MacOSX
is called
/external/clang/test/CodeGenObjC/
id-isa-codegen.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -o - %s | FileCheck -check-prefix CHECK-LP64 %s
2
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -o - %s | FileCheck -check-prefix CHECK-LP32 %s
objc2-write-barrier-2.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=
macosx
-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
5
// RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin10 -fobjc-runtime=
macosx
-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
variadic-sends.m
1
// RUN: %clang_cc1 -triple i386-unknown-unknown -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-X86-32 %s
2
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-X86-64 %s
2010-03-17-StructRef.m
1
// RUN: %clang_cc1 %s -emit-llvm -triple x86_64-apple-darwin -fobjc-runtime=
macosx
-fragile-10.5 -o - | FileCheck %s
constant-string-class.m
1
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=
macosx
-fragile-10.5 -fno-constant-cfstrings -fconstant-string-class Foo -emit-llvm -o %t %s
misc-atomic-property.m
2
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -o - %s | FileCheck %s
ns-constant-strings.m
1
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=
macosx
-fragile-10.5 -fno-constant-cfstrings -emit-llvm -o %t %s
objc-align.m
3
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -o - %s | FileCheck %s
objc-assign-ivar.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=
macosx
-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
optimized-setter.m
1
// RUN: %clang_cc1 %s -emit-llvm -fobjc-runtime=
macosx
-10.8 -triple x86_64-apple-macosx10.8.0 -o - | FileCheck %s
protocol-in-extended-class.m
4
// RUN: %clang_cc1 -triple i386-apple-darwin -fobjc-runtime=
macosx
-fragile-10.5 -S %s -o %t-32.s
unoptimized-setter.m
1
// RUN: %clang_cc1 %s -emit-llvm -fobjc-runtime=
macosx
-10.6.0 -triple x86_64-apple-macosx10.6.0 -o - | FileCheck %s
/external/clang/test/Driver/
darwin-objc-options.m
8
// CHECK-CHECK-X86_64_ABI1: -fobjc-runtime=
macosx
-fragile-10.6.0
17
// CHECK-CHECK-I386_ABI2: -fobjc-runtime=
macosx
-10.6.0
/external/llvm/test/CodeGen/X86/
shift-and.ll
1
; RUN: llc < %s -mtriple=i386-apple-
macosx
| FileCheck %s --check-prefix=X32
2
; RUN: llc < %s -mtriple=x86_64-apple-
macosx
| FileCheck %s --check-prefix=X64
/external/llvm/test/Object/
extract.ll
16
; RUN: llvm-ar p %p/Inputs/
MacOSX
.a very_long_bytecode_file_name.bc | \
18
; RUN: llvm-ar x %p/Inputs/
MacOSX
.a very_long_bytecode_file_name.bc
/external/clang/test/ARCMT/
checking-in-arc.m
1
// RUN: %clang_cc1 -arcmt-check -fobjc-arc -fobjc-runtime=
macosx
-10.8.0 -triple x86_64-apple-darwin12 -fblocks -Werror %s
/external/clang/test/CodeGenObjCXX/
block-in-template-inst.mm
1
// RUN: %clang_cc1 -emit-llvm-only -std=c++11 -fblocks -o - -triple x86_64-apple-darwin10 -fobjc-runtime=
macosx
-fragile-10.5 %s
blocks.mm
1
// RUN: %clang_cc1 -x objective-c++ -fblocks -triple x86_64-apple-darwin -fobjc-runtime=
macosx
-fragile-10.5 %s -verify -std=c++11 -emit-llvm -o %t
catch-id-type.mm
1
// RUN: %clang_cc1 -triple i386-apple-macosx10.6.6 -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -fobjc-exceptions -fcxx-exceptions -fexceptions -o - %s | FileCheck %s
message.mm
1
// RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin10 -fobjc-runtime=
macosx
-10.7 -emit-llvm -o - %s | FileCheck %s
property-object-conditional-exp.mm
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -o - %s | FileCheck %s
property-object-reference.mm
1
// RUN: %clang_cc1 %s -triple x86_64-apple-darwin10 -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -o - | FileCheck %s
Completed in 115 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>