HomeSort by relevance Sort by last modified time
    Searched full:rewrite (Results 1 - 25 of 1089) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Frontend/Inputs/
rewrite-includes1.h 3 #include "rewrite-includes2.h"
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
basic.rb 18 def rewrite( input, expected ) method in class:TestRewritingLexerOutputDirectly
27 rewrite( 'abc', '0abc' ) do |stream|
33 rewrite( 'abc', 'abcx' ) do |stream|
39 rewrite( 'abc', 'axbxc' ) do |stream|
46 rewrite( 'abc', 'xbc' ) do |stream|
52 rewrite( 'abc', 'abx' ) do |stream|
58 rewrite( 'abc', 'abx' ) do |stream|
64 rewrite( 'abc', 'axc' ) do |stream|
70 rewrite( 'abc', 'ayc' ) do |stream|
77 rewrite( 'abc', '_ayc' ) do |stream
289 def rewrite( input ) method in class:TestRewritingWithTokenStream2
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t051treeRewriteASTuWalker.g 8 rewrite=true;
t051treeRewriteASTaaWalker.g 8 rewrite=true;
t051treeRewriteASTabWalker.g 8 rewrite=true;
t051treeRewriteASTtWalker.g 8 rewrite=true;
t051treeRewriteASTvWalker.g 8 rewrite=true;
t051treeRewriteASTwWalker.g 8 rewrite=true;
t051treeRewriteASTxWalker.g 8 rewrite=true;
t051treeRewriteASTyWalker.g 8 rewrite=true;
t051treeRewriteASTzWalker.g 8 rewrite=true;
  /external/clang/lib/
CMakeLists.txt 11 add_subdirectory(Rewrite)
  /external/clang/test/Rewriter/
ivar-encoding-2.m 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
rewrite-api-bug.m 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
rewrite-foreach-7.m 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
undeclared-method-1.m 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
undef-field-reference-1.m 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
objc-ivar-receiver-1.m 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
2 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o - | grep 'newInv->_container'
ivar-encoding-1.m 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
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 -
  /external/clang/test/Frontend/
rewrite-includes.c 6 #include "rewrite-includes1.h"
8 #define HEADER "rewrite-includes3.h"
11 #include "rewrite-includes4.h"
13 #/**/include /**/ "rewrite-includes5.h" /**/ \
15 #include "rewrite-includes6.h" // comment
17 #include "rewrite-includes6.h" /* comment
19 #include "rewrite-includes7.h"
20 #include "rewrite-includes7.h"
26 // CHECK-NEXT: {{^}}#include "rewrite-includes1.h"{{$}}
28 // CHECK-NEXT: {{^}}# 1 "{{.*[/\\]Inputs[/\\]}}rewrite-includes1.h" 1{{$}
    [all...]
  /external/clang/test/Driver/
rewrite-legacy-objc.m 1 // RUN: %clang -no-canonical-prefixes -target x86_64-apple-macosx10.7.0 -rewrite-legacy-objc %s -o - -### 2>&1 | \
4 // TEST0: "-rewrite-objc"
7 // TEST0: rewrite-legacy-objc.m"
  /external/clang/
Android.mk 19 lib/Rewrite/Core \
20 lib/Rewrite/Frontend \
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
CHANGES.txt 9 * Text of imaginary nodes in tree rewrite mode weren't using NSStrings causing a runtime exception

Completed in 213 milliseconds

1 2 3 4 5 6 7 8 91011>>