OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:apple
(Results
251 - 275
of
6892
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/CodeGenCXX/
forward-enum.cpp
1
// RUN: %clang_cc1 -std=c++11 -triple x86_64-
apple
-darwin11.0.0 -emit-llvm -o - %s | FileCheck %s
mangle-system-header.cpp
1
// RUN: %clang_cc1 -emit-llvm %s -o - -triple=x86_64-
apple
-darwin9 | FileCheck %s
template-static-var-defer.cpp
1
// RUN: %clang_cc1 %s -triple=x86_64-
apple
-darwin10 -emit-llvm -o - | not grep define
uncode-string.cpp
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin10 -emit-llvm -o - %s | FileCheck %s
/external/clang/test/CodeGenObjC/
2008-11-12-Metadata.m
1
// RUN: %clang_cc1 -emit-llvm -triple x86_64-
apple
-darwin -fobjc-runtime=macosx-fragile-10.5 %s -o /dev/null
2008-11-24-ConstCFStrings.m
1
// RUN: %clang_cc1 -emit-llvm -triple x86_64-
apple
-darwin -fobjc-runtime=macosx-fragile-10.5 %s -o - | FileCheck %s
implicit-objc_msgSend.m
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o %t %s
nonlazy-msgSend.m
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm %s -o - | FileCheck %s
objc2-nonfragile-abi-impl.m
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin10 -emit-llvm -o %t %s
objc2-property-encode.m
1
// RUN: %clang_cc1 -triple=i686-
apple
-darwin9 -emit-llvm -o %t %s
objc2-weak-ivar-debug.m
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin9 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -debug-info-kind=limited -emit-llvm -o - %s
2
// RUN: %clang_cc1 -triple i386-
apple
-darwin9 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -debug-info-kind=limited -emit-llvm -o - %s
3
// RUN: %clang_cc1 -x objective-c++ -triple x86_64-
apple
-darwin9 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -debug-info-kind=limited -emit-llvm -o - %s
4
// RUN: %clang_cc1 -x objective-c++ -triple i386-
apple
-darwin9 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -debug-info-kind=limited -emit-llvm -o - %s
object-incr-decr-1.m
1
// RUN: %clang_cc1 -triple i386-
apple
-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm %s -o %t
property-setter-attr.m
1
// RUN: %clang_cc1 -emit-llvm -triple=i686-
apple
-darwin8 -o %t %s
rdr-6732143-dangling-block-reference.m
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -fobjc-exceptions %s -o -
selector-ref-invariance.m
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin11 -emit-llvm -fblocks -o - %s | FileCheck %s
/external/clang/test/CodeGenObjCXX/
foreach-statement.mm
1
// RUN: %clang_cc1 %s -triple=x86_64-
apple
-darwin10 -emit-llvm -o - | FileCheck %s
method-local-extern-mangle.mm
1
// RUN: %clang_cc1 %s -triple=x86_64-
apple
-darwin10 -emit-llvm -o - | FileCheck %s
/external/clang/test/Driver/
autolink_integrated_as.c
1
// RUN: %clang -target x86_64-
apple
-darwin -fsyntax-only %s -no-integrated-as -### 2>&1 | FileCheck %s
darwin-max-type-align.c
4
// RUN: %clang -no-canonical-prefixes -target x86_64-
apple
-macosx10.7.0 %s -o - -### 2>&1 | \
7
// RUN: %clang -no-canonical-prefixes -fmax-type-align=32 -target x86_64-
apple
-macosx10.7.0 %s -o - -### 2>&1 | \
10
// RUN: %clang -no-canonical-prefixes -fmax-type-align=32 -fno-max-type-align -target x86_64-
apple
-macosx10.7.0 %s -o - -### 2>&1 | \
13
// RUN: %clang -no-canonical-prefixes -fno-max-type-align -target x86_64-
apple
-macosx10.7.0 %s -o - -### 2>&1 | \
exceptions.m
1
// RUN: %clang -target x86_64-
apple
-darwin9 \
/external/clang/test/FixIt/
fixit-autoreleasepool.m
1
// RUN: not %clang_cc1 -triple x86_64-
apple
-darwin10 -fdiagnostics-parseable-fixits -x objective-c %s 2>&1 | FileCheck %s
fixit-interface-as-param.m
1
// RUN: not %clang_cc1 -triple x86_64-
apple
-darwin10 -fdiagnostics-parseable-fixits -x objective-c %s 2>&1 | FileCheck %s
/external/clang/test/Frontend/
ir-support-errors.ll
3
target triple = "x86_64-
apple
-darwin10"
/external/clang/test/Misc/
ast-dump-arm-attr.c
1
// RUN: %clang_cc1 -triple arm-
apple
-darwin -ast-dump -ast-dump-filter Test %s | FileCheck --strict-whitespace %s
cc1as-asm.s
3
// RUN: %clang -cc1as -triple x86_64-
apple
-macosx10.10.0 -filetype asm %s -o /dev/null
Completed in 269 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>