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

<<11121314151617181920>>

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTParser.stg 36 * Auto build or rewrite
41 * The situation is not too bad as rewrite (->) usage makes ^ and !
83 /** label+=TOKEN when output=AST but not rewrite alt */
89 /** Match label+=TOKEN^ when output=AST but not rewrite alt */
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
ASTParser.stg 35 * Auto build or rewrite
40 * The situation is not too bad as rewrite (->) usage makes ^ and !
89 /** label+=TOKEN when output=AST but not rewrite alt */
95 /** Match label+=TOKEN^ when output=AST but not rewrite alt */
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTParser.stg 32 * Auto build or rewrite
37 * The situation is not too bad as rewrite (->) usage makes ^ and !
75 /** label+=TOKEN when output=AST but not rewrite alt */
81 /** Match label+=TOKEN^ when output=AST but not rewrite alt */
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ASTParser.stg 32 * Auto build or rewrite
37 * The situation is not too bad as rewrite (->) usage makes ^ and !
78 /** label+=TOKEN when output=AST but not rewrite alt */
85 /** Match label+=TOKEN^ when output=AST but not rewrite alt */
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
ASTTreeParser.stg 33 * Auto build or rewrite
50 /** What to emit when there is no rewrite rule. For auto build
126 <else> <! rewrite mode !>
214 <else> <! rewrite mode !>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTParser.stg 32 * Auto build or rewrite
37 * The situation is not too bad as rewrite (->) usage makes ^ and !
83 /** label+=TOKEN when output=AST but not rewrite alt */
89 /** Match label+=TOKEN^ when output=AST but not rewrite alt */
  /external/chromium_org/v8/test/mjsunit/
stress-array-push.js 28 // Rewrite of mozilla_js_tests/js1_5/GC/regress-278725
  /external/clang/include/clang/Rewrite/Frontend/
Rewriters.h 23 /// RewriteMacrosInInput - Implement -rewrite-macros mode.
  /external/clang/test/Rewriter/
objc-modern-metadata-visibility.mm 2 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %t.mm -o - | FileCheck %s
rewrite-modern-container-literal.mm 1 // RUN: %clang_cc1 -x objective-c++ -fms-extensions -rewrite-objc %s -o %t-rw.cpp
rewrite-modern-default-property-synthesis.mm 2 // RUN: %clang_cc1 -x objective-c++ -fms-extensions -fobjc-default-synthesize-properties -rewrite-objc %t.mm -o %t-rw.cpp
rewrite-modern-extern-c-func-decl.mm 1 // RUN: %clang_cc1 -fms-extensions -U__declspec -rewrite-objc -x objective-c++ -fblocks -o %t-rw.cpp %s
rewrite-modern-ivar-access.mm 1 // RUN: %clang_cc1 -fblocks -rewrite-objc -fms-extensions %s -o %t-rw.cpp
rewrite-modern-ivars-1.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
rewrite-modern-struct-ivar.mm 2 // RUN: %clang_cc1 -fblocks -rewrite-objc -fms-extensions %t.mm -o %t-rw.cpp
rewrite-modern-throw.m 1 // RUN: %clang_cc1 -x objective-c -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
  /external/libvpx/libvpx/nestegg/halloc/
README 41 * initial public release (rewrite of hhmalloc library)
  /external/libvpx/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 35 /// transformation wants to rewrite a set of uses of one value with uses of a
102 /// \brief Rewrite a use of the symbolic value.
111 /// \brief Rewrite a use like \c RewriteUse but handling in-block definitions.
113 /// This version of the method can rewrite uses in the same block as
  /external/v8/test/mjsunit/
stress-array-push.js 28 // Rewrite of mozilla_js_tests/js1_5/GC/regress-278725
  /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
  /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/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r3xx_fragprog.c 113 {"rewrite depth out", 1, 1, rc_rewrite_depth_out, NULL},
122 {"native rewrite", 1, is_r500, rc_local_transform, native_rewrite_r500},
123 {"native rewrite", 1, !is_r500, rc_local_transform, native_rewrite_r300},
  /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/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_fragprog.c 113 {"rewrite depth out", 1, 1, rc_rewrite_depth_out, NULL},
122 {"native rewrite", 1, is_r500, rc_local_transform, native_rewrite_r500},
123 {"native rewrite", 1, !is_r500, rc_local_transform, native_rewrite_r300},

Completed in 493 milliseconds

<<11121314151617181920>>