HomeSort by relevance Sort by last modified time
    Searched full:rewrite (Results 251 - 275 of 1034) sorted by null

<<11121314151617181920>>

  /external/libvpx/vpx_mem/memory_manager/
hmm_dflt_abort.c 19 ** library functions. Rewrite the function if necessary to avoid using
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 32 /// transformation wants to rewrite a set of uses of one value with uses of a
96 /// RewriteUse - Rewrite a use of the symbolic value. This handles PHI nodes,
103 /// RewriteUseAfterInsertions - Rewrite a use, just like RewriteUse. However,
104 /// this version of the method can rewrite uses in the same block as a
  /external/v8/test/mjsunit/
stress-array-push.js 28 // Rewrite of mozilla_js_tests/js1_5/GC/regress-278725
  /external/webp/
README.android 6 - Rewrite Android.mk to remove duplicate definitions and set module name
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3Tree.g 115 : ^( BLOCK optionsSpec? (alternative rewrite)+ EOB )
119 : ^( BLOCK (alternative rewrite)+ EOB )
187 rewrite
ANTLRTreePrinter.g 129 | rewrite
316 alternative rewrite ( {out("|");} alternative rewrite )*
338 rewrite
345 : ^( REWRITE {out(" ->");}
ANTLR.g 99 LABEL; // $x used in rewrite rules
325 /** Rewrite alt to have a synpred as first element;
639 ( a1=alternative r1=rewrite
643 ( ( OR a2=alternative r2=rewrite
673 a=alternative r=rewrite
679 ( OR a=alternative r=rewrite
903 rewrite
905 REWRITE rewrite_alternative
906 -> ^(REWRITES rewrite_with_sempred* ^(REWRITE rewrite_alternative))
911 : REWRITE^ SEMPRED rewrite_alternativ
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
serialize.g 170 ( alternative rewrite )+
192 rewrite
193 : ( #( REWRITE (SEMPRED)? (ALT|TEMPLATE|ACTION|ETC) ) )*
  /external/clang/lib/Rewrite/Frontend/
HTMLPrint.cpp 14 #include "clang/Rewrite/Frontend/ASTConsumers.h"
22 #include "clang/Rewrite/Core/HTMLRewrite.h"
23 #include "clang/Rewrite/Core/Rewriter.h"
  /external/openssh/openbsd-compat/
setenv.c 78 * "value". If rewrite is set, replace any current value.
81 setenv(const char *name, const char *value, int rewrite)
91 if (!rewrite)
  /external/regex-re2/re2/
re2.h 338 // Replace the first match of "pattern" in "str" with "rewrite".
339 // Within "rewrite", backslash-escaped digits (\1 to \9) can be
341 // from the pattern. \0 in "rewrite" refers to the entire matching
353 const StringPiece& rewrite);
356 // of the pattern in the string with the rewrite. E.g.
370 const StringPiece& rewrite);
372 // Like Replace, except that if the pattern matches, "rewrite"
380 const StringPiece &rewrite,
460 // Check that the given rewrite string is suitable for use with this
463 // to satisfy all of the \N tokens in rewrite
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/
template-output.rb 250 example "rewrite" do
271 grammar Rewrite;
275 rewrite=true;
306 example "tree rewrite" do
371 rewrite=true;
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
TokenRewriteStream.js 49 * If you don't use named rewrite streams, a "default" stream is used as
56 /** You may have multiple, named streams of rewrite operations.
58 * Maps String (name) -> rewrite (List)
84 // Define the rewrite operation hierarchy
92 /** Execute the rewrite operation by possibly adding to the buffer.
173 /** Add an instruction to the rewrite instruction list ordered by
394 /// Index of first rewrite we have not done
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTreeGrammarRewriteAST.java 623 // REWRITE MODE
636 "options {output=AST; ASTLabelType=CommonTree; tokenVocab=T; rewrite=true;}\n" +
661 "options {output=AST; ASTLabelType=CommonTree; tokenVocab=T; rewrite=true;}\n" +
682 "options {output=AST; ASTLabelType=CommonTree; tokenVocab=T; rewrite=true;}\n" +
704 "options {output=AST; ASTLabelType=CommonTree; tokenVocab=T; rewrite=true;}\n" +
726 "options {output=AST; ASTLabelType=CommonTree; tokenVocab=T; rewrite=true;}\n" +
749 "options {output=AST; ASTLabelType=CommonTree; tokenVocab=T; rewrite=true;}\n" +
772 "options {output=AST; ASTLabelType=CommonTree; tokenVocab=T; rewrite=true;}\n" +
795 "options {output=AST; ASTLabelType=CommonTree; tokenVocab=T; rewrite=true;}\n" +
818 "options {output=AST; ASTLabelType=CommonTree; tokenVocab=T; rewrite=true;}\n"
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 162 "reference to undefined token in rewrite rule: <arg>"
164 "reference to rewrite element <arg> without reference on left of ->"
166 "reference to undefined label in rewrite rule: $<arg>"
197 "<if(arg)>rule <arg> uses <endif>rewrite syntax or operator with no output option; setting output=AST"
204 "with rewrite=true, alt <arg> not simple node or obvious tree element; text attribute for rule not guaranteed to be correct"
226 "rule <arg> alt <arg2> uses rewrite syntax and also an AST operator"
  /external/llvm/lib/CodeGen/
VirtRegMap.cpp 155 void rewrite();
199 DEBUG(dbgs() << "********** REWRITE VIRTUAL REGISTERS **********\n"
210 // Rewrite virtual registers.
211 rewrite();
252 void VirtRegRewriter::rewrite() { function in class:VirtRegRewriter
311 // Rewrite. Note we could have used MachineOperand::substPhysReg(), but
  /development/tools/findunused/
findunusedtranslations 6 print STDERR "Will read values/strings.xml and rewrite\n";
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteRuleTokenStream.as 49 * This way we can do hetero tree nodes in rewrite.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
RewriteCardinalityException.cs 40 * Base class for all exceptions thrown during AST rewrite construction.
RewriteEarlyExitException.cs 38 /** <summary>No elements within a (...)+ in a rewrite rule</summary> */
RewriteRuleTokenStream.cs 84 /// This way we can do hetero tree nodes in rewrite.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
RewriteCardinalityException.cs 41 * Base class for all exceptions thrown during AST rewrite construction.
RewriteEarlyExitException.cs 39 /** <summary>No elements within a (...)+ in a rewrite rule</summary> */
RewriteRuleTokenStream.cs 73 * This way we can do hetero tree nodes in rewrite.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
RewriteRuleTokenStream.java 67 * This way we can do hetero tree nodes in rewrite.

Completed in 2718 milliseconds

<<11121314151617181920>>