OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rewrite
(Results
26 - 50
of
1318
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Rewriter/
metadata-test-1.m
1
// RUN: %clang_cc1 -
rewrite
-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
metadata-test-2.m
1
// RUN: %clang_cc1 -
rewrite
-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
objc-encoding-bug-1.m
1
// RUN: %clang_cc1 -
rewrite
-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
objc-string-concat-1.m
1
// RUN: %clang_cc1 -
rewrite
-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
objc-super-test.m
1
// RUN: %clang_cc1 -
rewrite
-objc -fobjc-runtime=macosx-fragile-10.5 %s -o - | grep objc_msgSendSuper | grep MainMethod
objc-synchronized-1.m
1
// RUN: %clang_cc1 -
rewrite
-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
protocol-rewrite-2.m
1
// RUN: %clang_cc1 -
rewrite
-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t.cpp
rewrite-block-ivar-call.mm
1
// RUN: %clang_cc1 -x objective-c++ -fblocks -
rewrite
-objc -fobjc-runtime=macosx-fragile-10.5 -o - %s
rewrite-eh.m
1
// RUN: %clang_cc1 -
rewrite
-objc -fobjc-runtime=macosx-fragile-10.5 -fobjc-exceptions -o - %s
rewrite-extern-c.mm
1
// RUN: %clang_cc1 -x objective-c++ -fblocks -
rewrite
-objc -fobjc-runtime=macosx-fragile-10.5 -o - %s
va-method.m
1
// RUN: %clang_cc1 -
rewrite
-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
rewrite-line-directive.m
2
// RUN: %clang -fms-extensions -
rewrite
-objc %t.mm -o %t-rw.cpp
4
// RUN: %clang -g -fms-extensions -
rewrite
-objc %t.mm -o %t-rw.cpp
id-test-3.m
1
// RUN: %clang_cc1 -
rewrite
-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
objc-bool-literal-modern.mm
1
// RUN: %clang_cc1 -x objective-c++ -fms-extensions -
rewrite
-objc %s -o %t-rw.cpp
rewrite-modern-protocol-1.mm
2
// RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -
rewrite
-objc %t.mm -o - | FileCheck %s
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/SemaCXX/
templated-friend-decl.cpp
10
// requires a
rewrite
of the templated friend code to be properly fixed.
/external/clang/unittests/Tooling/
RewriterTest.cpp
18
Context.
Rewrite
.ReplaceText(Context.getLocation(ID, 2, 1), 5, "replaced");
19
EXPECT_FALSE(Context.
Rewrite
.overwriteChangedFiles());
27
Context.
Rewrite
.ReplaceText(Context.getLocation(FailingID, 1, 2), 1, "other");
30
Context.
Rewrite
.ReplaceText(Context.getLocation(WorkingID, 2, 1), 5,
32
EXPECT_TRUE(Context.
Rewrite
.overwriteChangedFiles());
/external/clang/test/Driver/
rewrite-objc.m
1
// RUN: %clang -no-canonical-prefixes -target x86_64-apple-macosx10.7.0 -
rewrite
-objc %s -o - -### 2>&1 | \
4
// TEST0: "-
rewrite
-objc"
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
Simplify.g3
9
//
rewrite
=true;
Completed in 275 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>