OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:macosx
(Results
51 - 75
of
1178
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CodeGenObjC/
objc2-strong-cast-1.m
1
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fobjc-runtime=
macosx
-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
2
// RUN: %clang_cc1 -x objective-c++ -triple x86_64-unknown-unknown -fobjc-runtime=
macosx
-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
objc2-weak-assign.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-runtime=
macosx
-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
3
// RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin9 -fobjc-runtime=
macosx
-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
objc2-weak-block-call.m
1
// RUN: %clang_cc1 -fblocks -fobjc-gc -triple x86_64-apple-darwin -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm %s -o - | FileCheck -check-prefix CHECK-LP64 %s
2
// RUN: %clang_cc1 -fblocks -fobjc-gc -triple i386-apple-darwin -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm %s -o - | FileCheck -check-prefix CHECK-LP32 %s
objc2-weak-compare.m
1
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=
macosx
-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
2
// RUN: %clang_cc1 -x objective-c++ -triple i386-apple-darwin9 -fobjc-runtime=
macosx
-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
objc2-write-barrier-4.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=
macosx
-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
4
// RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin10 -fobjc-runtime=
macosx
-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
property-ref-cast-to-void.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -o - %s | FileCheck %s
2
// RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin9 -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -o - %s | FileCheck %s
blocks-4.m
1
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -fobjc-exceptions -fblocks -o %t %s
builtins.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -o - %s | FileCheck %s
undefined-protocol2.m
1
// RUN: %clang_cc1 -triple x86_64-apple-
macosx
-emit-llvm %s -o - | FileCheck %s
fp2ret.m
1
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -o - %s | \
4
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -o - %s | \
7
// RUN: %clang_cc1 -triple armv7-apple-darwin10 -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -target-abi apcs-gnu -o - %s | \
/external/clang/test/Index/
availability.c
3
void foo(void) __attribute__((availability(
macosx
,introduced=10.4,deprecated=10.5,obsoleted=10.7), availability(ios,introduced=3.2,deprecated=4.1)));
11
} __attribute__((availability(
macosx
,introduced=10.4,deprecated=10.5,obsoleted=10.7)
/external/python/cpython2/Mac/BuildScript/
issue19373_tk_8_5_15_source.patch
4
--- tk8.5.15/
macosx
/tkMacOSXDraw.c 2013-09-16 09:41:21.000000000 -0700
5
+++ Tk_Source_Code-5a5abf71f9fdb0da/
macosx
/tkMacOSXDraw.c 2013-10-27 13:27:00.000000000 -0700
/external/python/cpython3/Mac/BuildScript/
issue19373_tk_8_5_15_source.patch
4
--- tk8.5.15/
macosx
/tkMacOSXDraw.c 2013-09-16 09:41:21.000000000 -0700
5
+++ Tk_Source_Code-5a5abf71f9fdb0da/
macosx
/tkMacOSXDraw.c 2013-10-27 13:27:00.000000000 -0700
/external/clang/test/CodeGenObjCXX/
refence-assign-write-barrier.mm
1
// RUN: %clang_cc1 -fobjc-gc -triple x86_64-apple-darwin10 -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -o - %s | FileCheck %s
/external/clang/test/Rewriter/
id-test-3.m
1
// RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 %s -o -
rewrite-nest.m
1
// RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 %s -o -
rewrite-trivial-constructor.mm
1
// RUN: %clang_cc1 -fms-extensions -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 -x objective-c++ -fblocks -o - %s
rewrite-try-catch.m
1
// RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 %s -o -
rewrite-weak-attr.m
1
// RUN: %clang_cc1 -triple i686-pc-win32 -fms-extensions -fblocks -Dnil=0 -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 -o - %s
static-type-protocol-1.m
1
// RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 %s -o -
weak_byref_objects.m
1
// RUN: %clang_cc1 -fblocks -triple i386-apple-darwin9 -fobjc-gc -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 %s -o -
/external/clang/test/SemaObjC/
ivar-in-class-extension-error.m
1
// RUN: %clang_cc1 -fobjc-runtime=
macosx
-fragile-10.5 -fsyntax-only -verify %s
no-warning-unavail-unimp.m
8
@property (getter=getVal) int val2 __attribute__((availability(
macosx
,unavailable)));
/external/clang/test/SemaObjCXX/
exceptions-fragile.mm
1
// RUN: %clang_cc1 -fcxx-exceptions -fexceptions -fobjc-runtime=
macosx
-fragile-10.5 -fsyntax-only -verify %s
/external/llvm/test/CodeGen/X86/
large-global.ll
1
; RUN: llc < %s -mtriple=x86_64-apple-
macosx
| FileCheck %s
Completed in 120 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>