OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rewrites
(Results
51 - 75
of
150
) sorted by null
1
2
3
4
5
6
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseTreeAdaptor.h
141
* If your node type doesn't handle this, it's ok but the tree
rewrites
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ASTParser.stg
111
// note there is no matchSetTrack because ->
rewrites
force sets to be
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
ASTParser.stg
114
// note there is no matchSetTrack because ->
rewrites
force sets to be
AST.stg
116
* These should be turned off if doing
rewrites
. This must be a "mode"
421
/** For empty
rewrites
: "r : ... -> ;" */
485
* before I set it during
rewrites
. The assign will be to retval.tree.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTParser.stg
113
// note there is no matchSetTrack because ->
rewrites
force sets to be
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTParser.stg
118
// note there is no matchSetTrack because ->
rewrites
force sets to be
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
ASTParser.stg
124
// note there is no matchSetTrack because ->
rewrites
force sets to be
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTParser.stg
110
// note there is no matchSetTrack because ->
rewrites
force sets to be
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ASTParser.stg
118
// note there is no matchSetTrack because ->
rewrites
force sets to be
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTParser.stg
118
// note there is no matchSetTrack because ->
rewrites
force sets to be
/external/chromium/net/tools/dump_cache/
url_to_filename_encoder.h
176
// ",-/", and then
rewrites
segment to contain just the truncated piece so
/external/clang/lib/Rewrite/
FixItRewriter.cpp
10
// This is a diagnostic client adaptor that performs
rewrites
as
RewriteMacros.cpp
10
// This code
rewrites
macro invocations into their expansions. This gives you
/external/webkit/Tools/iExploder/iexploder-1.7.2/
README.txt
66
testcase in HTML form, it
rewrites
all references to these external objects
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesp.h
191
// Those two are
rewrites
of the corresponding virtual members of
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesp.h
191
// Those two are
rewrites
of the corresponding virtual members of
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesp.h
191
// Those two are
rewrites
of the corresponding virtual members of
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Rule.java
120
* Also tracks exception handlers, predicates, and rewrite
rewrites
.
362
if ( rew!=null && rew.getType()==ANTLRParser.
REWRITES
) return true;
363
if ( alt.findFirstType(ANTLRParser.
REWRITES
)!=null ) return true;
GrammarSanity.java
255
/** Rules in tree grammar that use ->
rewrites
and are spitting out
/external/antlr/antlr-3.4/tool/
CHANGES.txt
26
*
rewrites
weren't pulled from syntactic predicates.
273
* Fixed bug in TreeVisitor when
rewrites
altered number of children. Thanks to Chris DiGiano.
772
* Fixed ANTLR-228. Couldn't use wildcard in alts with AST
rewrites
.
928
suitable
rewrites
to ensure basic error node insertion works.
[
all
...]
/external/antlr/antlr-3.4/runtime/C/
ChangeLog
328
rewrites
.
337
Add a NULL check before freeing rewrite streams used in AST
rewrites
338
rather than auto-
rewrites
.
README
509
* added rewrite option that makes -> template
rewrites
do replace ops for
519
$text will have
rewrites
. Here's a sample test program for grammar Rew.
[
all
...]
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g
108
REWRITES
;
310
* labels, tree operators,
rewrites
are removed.
906
-> ^(
REWRITES
rewrite_with_sempred* ^(REWRITE rewrite_alternative))
AssignTokenTypesWalker.g
354
: ^(
REWRITES
( ^(REWRITE .*) )* )
/external/v8/tools/
jsmin.py
90
"""
Rewrites
bits of the program selected by a regexp.
Completed in 442 milliseconds
1
2
3
4
5
6