OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:macosx
(Results
251 - 275
of
1178
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/CodeGenObjCXX/
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
/external/clang/test/Driver/
split-debug.s
10
// RUN: %clang -target x86_64-
macosx
-gsplit-dwarf -c -### %s 2> %t
/external/clang/test/Rewriter/
blockcast3.mm
2
// RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 %t.mm -o %t-rw.cpp
finally.m
1
// RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 -fobjc-exceptions -verify %s -o -
inner-block-helper-funcs.mm
1
// RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 %s -o %t-rw.cpp
property-dot-syntax.mm
1
// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 %s -o %t-rw.cpp
rewrite-block-literal-1.mm
1
// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 %s -o %t-rw.cpp
rewrite-byref-in-nested-blocks.mm
1
// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 %s -o %t-rw.cpp
rewrite-cast-ivar-access.mm
1
// RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 %s -o %t-rw.cpp
rewrite-foreach-5.m
1
// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 %s -o %t-rw.cpp
rewrite-foreach-in-block.mm
1
// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 %s -o %t-rw.cpp
rewrite-local-externs-in-block.mm
1
// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 %s -o %t-rw.cpp
rewrite-nested-blocks-2.mm
1
// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 %s -o %t-rw.cpp
rewrite-nested-blocks.mm
1
// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 %s -o %t-rw.cpp
rewrite-nested-ivar.mm
1
// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 %s -o %t-rw.cpp
rewrite-protocol-qualified.mm
1
// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 %s -o %t-rw.cpp
rewrite-rewritten-initializer.mm
1
// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 %s -o %t-rw.cpp
rewrite-super-message.mm
1
// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 %s -o %t-rw.cpp
rewrite-typeof.mm
1
// RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 %s -o %t-rw.cpp
rewrite-unique-block-api.mm
1
// RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=
macosx
-fragile-10.5 %s -o %t-rw.cpp
/external/clang/test/Sema/
attr-availability-app-extensions.c
16
__attribute__((availability(
macosx
,unavailable)))
attr-availability-ios.c
7
void f4(int) __attribute__((availability(
macosx
,introduced=10.1,deprecated=10.3,obsoleted=10.5), availability(ios,introduced=2.0,deprecated=2.1,obsoleted=3.0))); // expected-note{{explicitly marked unavailable}}
Completed in 115 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>