OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:apple
(Results
376 - 400
of
6892
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/cmake/caches/
README.txt
7
The first two cache files in the directory are used by
Apple
to build the clang
12
-C <path to llvm>/tools/clang/cmake/caches/
Apple
-stage1.cmake
/external/clang/test/ARCMT/
GC-check-warn-nsalloc.m
1
// RUN: %clang_cc1 -arcmt-check -no-ns-alloc-error -triple x86_64-
apple
-darwin10 -fobjc-gc-only %s 2>&1 | grep 'warning: \[rewriter\] call returns pointer to GC managed memory'
2
// RUN: %clang_cc1 -arcmt-check -no-ns-alloc-error -triple x86_64-
apple
-darwin10 -fobjc-gc-only -x objective-c++ %s 2>&1 | grep 'warning: \[rewriter\] call returns pointer to GC managed memory'
GC-check.m
1
// RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-
apple
-darwin10 -fobjc-gc-only %s
2
// RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-
apple
-darwin10 -fobjc-gc-only -x objective-c++ %s
atautorelease-2.m
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
2
// RUN: arcmt-test --args -triple x86_64-
apple
-darwin10 -fsyntax-only -x objective-c %s > %t
atautorelease-3.m
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
2
// RUN: arcmt-test --args -triple x86_64-
apple
-darwin10 -fsyntax-only -x objective-c %s > %t
atautorelease-3.m.result
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
2
// RUN: arcmt-test --args -triple x86_64-
apple
-darwin10 -fsyntax-only -x objective-c %s > %t
cxx-rewrite.mm
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin10 -fsyntax-only -fobjc-arc -x objective-c++ %s.result
2
// RUN: arcmt-test --args -triple x86_64-
apple
-darwin10 -fsyntax-only -x objective-c++ %s > %t
cxx-rewrite.mm.result
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin10 -fsyntax-only -fobjc-arc -x objective-c++ %s.result
2
// RUN: arcmt-test --args -triple x86_64-
apple
-darwin10 -fsyntax-only -x objective-c++ %s > %t
init.m
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
2
// RUN: arcmt-test --args -triple x86_64-
apple
-darwin10 -fsyntax-only -x objective-c %s > %t
init.m.result
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
2
// RUN: arcmt-test --args -triple x86_64-
apple
-darwin10 -fsyntax-only -x objective-c %s > %t
migrate-on-pch-and-module.m
2
// RUN: %clang_cc1 -objcmt-migrate-subscripting -emit-pch -o %t.pch %s -isysroot %S/Inputs/System -triple x86_64-
apple
-darwin10 -F %S/Inputs -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-mcp -w
3
// RUN: %clang_cc1 -objcmt-migrate-subscripting -include-pch %t.pch %s -migrate -o %t.remap -isysroot %S/Inputs/System -triple x86_64-
apple
-darwin10 -F %S/Inputs -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-mcp
protected-scope.m
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
2
// RUN: arcmt-test --args -triple x86_64-
apple
-darwin10 -fsyntax-only -x objective-c %s > %t
protected-scope.m.result
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
2
// RUN: arcmt-test --args -triple x86_64-
apple
-darwin10 -fsyntax-only -x objective-c %s > %t
remove-dealloc-method.m
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
2
// RUN: arcmt-test --args -triple x86_64-
apple
-darwin10 -fsyntax-only -x objective-c %s > %t
remove-statements.m
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
2
// RUN: arcmt-test --args -triple x86_64-
apple
-darwin10 -fsyntax-only -x objective-c %s > %t
remove-statements.m.result
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
2
// RUN: arcmt-test --args -triple x86_64-
apple
-darwin10 -fsyntax-only -x objective-c %s > %t
/external/clang/test/ARCMT/designated-init-in-header/
designated-init-in-header.m
1
// RUN: %clang_cc1 -objcmt-migrate-designated-init -objcmt-migrate-readwrite-property -objcmt-migrate-instancetype -x objective-c %S/file1.m.in -triple x86_64-
apple
-darwin11 -fobjc-arc -migrate -o %t1.remap
2
// RUN: %clang_cc1 -objcmt-migrate-designated-init -objcmt-migrate-readwrite-property -objcmt-migrate-instancetype -x objective-c %S/file2.m.in -triple x86_64-
apple
-darwin11 -fobjc-arc -migrate -o %t2.remap
/external/clang/test/CodeGen/
attr-disable-tail-calls.c
1
// RUN: %clang_cc1 -triple x86_64-
apple
-macosx10.7.0 %s -emit-llvm -mdisable-tail-calls -o - | FileCheck %s -check-prefix=DISABLE
2
// RUN: %clang_cc1 -triple x86_64-
apple
-macosx10.7.0 %s -emit-llvm -o - | FileCheck %s -check-prefix=ENABLE
/external/clang/test/CodeGenCXX/
array-value-initialize.cpp
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin -emit-llvm -o - %s
2
// RUN: %clang_cc1 -triple i386-
apple
-darwin -emit-llvm -o - %s
call-arg-zero-temp.cpp
2
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin -S %s -o %t-64.s
4
// RUN: %clang_cc1 -triple i386-
apple
-darwin -S %s -o %t-32.s
cast-conversion.cpp
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin -std=c++11 -emit-llvm %s -o - | \
3
// RUN: %clang_cc1 -triple i386-
apple
-darwin -std=c++11 -emit-llvm %s -o - | \
constructor-default-arg.cpp
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin -std=c++11 -emit-llvm %s -o - | \
3
// RUN: %clang_cc1 -triple i386-
apple
-darwin -std=c++11 -emit-llvm %s -o - | \
/external/clang/test/CodeGenObjC/
class-type.m
2
// RUN: %clang_cc1 -triple i386-
apple
-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s
3
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s
extended-block-signature-encode.m
1
// RUN: %clang_cc1 -fblocks -triple x86_64-
apple
-darwin -fencode-extended-block-signature -emit-llvm %s -o - | FileCheck %s
2
// RUN: %clang_cc1 -fblocks -triple x86_64-
apple
-darwin -emit-llvm %s -o - | FileCheck %s -check-prefix=CHECK-BRIEF
ivars.m
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s
2
// RUN: %clang_cc1 -triple i386-
apple
-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s
Completed in 157 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>