HomeSort by relevance Sort by last modified time
    Searched refs:rewrite (Results 151 - 175 of 340) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 667 static const SCEV *rewrite(const SCEV *Scev, ScalarEvolution &SE, function in class:llvm::SCEVParameterRewriter
700 static const SCEV *rewrite(const SCEV *Scev, LoopToScevMapT &Map, function in class:llvm::SCEVLoopAddRecRewriter
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 667 static const SCEV *rewrite(const SCEV *Scev, ScalarEvolution &SE, function in class:llvm::SCEVParameterRewriter
700 static const SCEV *rewrite(const SCEV *Scev, LoopToScevMapT &Map, function in class:llvm::SCEVLoopAddRecRewriter
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 667 static const SCEV *rewrite(const SCEV *Scev, ScalarEvolution &SE, function in class:llvm::SCEVParameterRewriter
700 static const SCEV *rewrite(const SCEV *Scev, LoopToScevMapT &Map, function in class:llvm::SCEVLoopAddRecRewriter
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 667 static const SCEV *rewrite(const SCEV *Scev, ScalarEvolution &SE, function in class:llvm::SCEVParameterRewriter
700 static const SCEV *rewrite(const SCEV *Scev, LoopToScevMapT &Map, function in class:llvm::SCEVLoopAddRecRewriter
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
lex.go 124 // If the symbol starts with center dot, as in ·x, rewrite it as ""·x
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
rulegen.go 7 // This program generates Go code that applies rewrite rules to a Value.
158 // Main rewrite routine is a switch on v.Op.
210 // Generate block rewrite function. There are only a few block types
323 err = ioutil.WriteFile("../rewrite"+arch.name+".go", src, 0666)
496 // Rewrite original into a copy
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
magic.go 224 // adaptors for use by rewrite rules
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
gofmt_test.go 109 t.Errorf("WARNING: -update did not rewrite input file %s", in)
simplify.go 58 // and so far (April 2016, after years of supporting this rewrite feature)
  /prebuilts/go/darwin-x86/src/runtime/
signal_darwin_amd64.go 79 // infinite loop. It appears the best we can do is rewrite what the kernel
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
lex.go 124 // If the symbol starts with center dot, as in ·x, rewrite it as ""·x
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
rulegen.go 7 // This program generates Go code that applies rewrite rules to a Value.
158 // Main rewrite routine is a switch on v.Op.
210 // Generate block rewrite function. There are only a few block types
323 err = ioutil.WriteFile("../rewrite"+arch.name+".go", src, 0666)
496 // Rewrite original into a copy
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
magic.go 224 // adaptors for use by rewrite rules
  /prebuilts/go/linux-x86/src/cmd/gofmt/
gofmt_test.go 109 t.Errorf("WARNING: -update did not rewrite input file %s", in)
simplify.go 58 // and so far (April 2016, after years of supporting this rewrite feature)
  /prebuilts/go/linux-x86/src/runtime/
signal_darwin_amd64.go 79 // infinite loop. It appears the best we can do is rewrite what the kernel
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java 49 import org.eclipse.jdt.core.dom.rewrite.ASTRewrite;
50 import org.eclipse.jdt.core.dom.rewrite.ImportRewrite;
  /bionic/libc/dns/net/
getnameinfo.c 317 TODO: Before uncommenting rewrite to avoid modifying hp.
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
VirtRegMap.h 511 /// rewrite - Rewrite all instructions in MF to use only physical registers
516 void rewrite(SlotIndexes *Indexes);
  /prebuilts/go/darwin-x86/src/net/http/httputil/
reverseproxy.go 87 // NewSingleHostReverseProxy does not rewrite the Host header.
88 // To rewrite Host headers, use ReverseProxy directly with a custom
  /prebuilts/go/linux-x86/src/net/http/httputil/
reverseproxy.go 87 // NewSingleHostReverseProxy does not rewrite the Host header.
88 // To rewrite Host headers, use ReverseProxy directly with a custom
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 517 on the left side of a rewrite rule and the number of the same symbol
518 seen on the right side of a rewrite rule
539 A tree-rewrite rule requires one or more occurence of a symbol, but none
  /external/pcre/pcrecpp/
pcrecpp_unittest.cc 213 const char *rewrite; member in struct:ReplaceTest
340 CHECK(re.Replace(t->rewrite, &one));
343 const int replace_count = re.GlobalReplace(t->rewrite, &all);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 215 add("output"); add("rewrite"); add("ASTLabelType");
228 add("output"); add("rewrite"); add("ASTLabelType");
242 add("k"); add("backtrack"); add("memoize"); add("rewrite");
683 // filter&&output=AST => rewrite=true
688 Object rewrite = getOption("rewrite"); local
698 if ( rewrite!=null && !rewrite.toString().equals("true") ) {
700 "rewrite", rewrite);
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 483 milliseconds

1 2 3 4 5 67 8 91011>>