OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rewrites
(Results
76 - 100
of
204
) sorted by null
1
2
3
4
5
6
7
8
9
/external/clang/lib/Rewrite/Frontend/
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
/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/src/main/resources/org/antlr/codegen/templates/C/
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/chromium_org/tools/gen_keyboard_overlay_data/
gen_keyboard_overlay_data.py
11
--cc:
Rewrites
a part of C++ code in
14
--grd:
Rewrites
a part of grd messages in
17
--js:
Rewrites
the entire JavaScript code in
/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/chromium_org/build/mac/
change_mach_o_flags.py
177
and
rewrites
the header's |flags| field if appropriate. The header's
/external/chromium_org/chrome/browser/search/
search.h
192
//
Rewrites
|url| if
/external/chromium_org/third_party/jinja2/
debug.py
144
"""
Rewrites
a syntax error to please traceback systems."""
/external/chromium_org/third_party/mesa/src/src/glsl/
opt_array_splitting.cpp
241
* This class
rewrites
the dereferences of arrays that have been split
/external/chromium_org/v8/tools/
jsmin.py
90
"""
Rewrites
bits of the program selected by a regexp.
/external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp
10
// The LowerSwitch transformation
rewrites
switch instructions with a sequence
/external/mesa3d/src/glsl/
opt_array_splitting.cpp
241
* This class
rewrites
the dereferences of arrays that have been split
/external/v8/tools/
jsmin.py
90
"""
Rewrites
bits of the program selected by a regexp.
/external/valgrind/main/docs/internals/
segments-seginfos.txt
68
rewrites
some instructions. On x86, a shared lib with relocations to
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
StubMethodAdapter.java
27
* This method adapter
rewrites
a method by discarding the original code and generating
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ast.py
265
Here is an example transformer that
rewrites
all occurrences of name lookups
Completed in 1946 milliseconds
1
2
3
4
5
6
7
8
9