Searched defs:ReplaceOp (Results  1 – 7 of 7) sorted by relevance
| /external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ | 
| D | TokenRewriteStream.as | 481 class ReplaceOp extends RewriteOperation {  class 484 	public function ReplaceOp(fromIndex:int, toIndex:int, text:Object) {  method in ReplaceOp
  | 
| /external/antlr/runtime/JavaScript/src/org/antlr/runtime/ | 
| D | TokenRewriteStream.js | 121 trs.ReplaceOp = function(from, to, text) {  class in trs
  | 
| /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ | 
| D | TokenRewriteStream.cs | 150         class ReplaceOp : RewriteOperation {  class in Antlr.Runtime.TokenRewriteStream 152             public ReplaceOp(TokenRewriteStream stream, int from, int to, object text)  in ReplaceOp()  method in Antlr.Runtime.TokenRewriteStream.ReplaceOp
  | 
| /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/ | 
| D | TokenRewriteStream.java | 138 	class ReplaceOp extends RewriteOperation {  class in TokenRewriteStream 140 		public ReplaceOp(int from, int to, Object text) {  in ReplaceOp()  method in TokenRewriteStream.ReplaceOp
  | 
| /external/antlr/runtime/Python3/antlr3/ | 
| D | streams.py | 938 class ReplaceOp(RewriteOperation):  class
  | 
| /external/antlr/runtime/Python/antlr3/ | 
| D | streams.py | 992 class ReplaceOp(RewriteOperation):  class
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineSelect.cpp | 1119 static Value *simplifyWithOpReplaced(Value *V, Value *Op, Value *ReplaceOp,  in simplifyWithOpReplaced()
  |