HomeSort by relevance Sort by last modified time
    Searched full:xtop (Results 1 - 18 of 18) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
main.go 345 // Don't use range--typecheck can add closures to xtop.
347 for i := 0; i < len(xtop); i++ {
348 if xtop[i].Op != ODCL && xtop[i].Op != OAS && xtop[i].Op != OAS2 {
349 xtop[i] = typecheck(xtop[i], Etop)
356 // Don't use range--typecheck can add closures to xtop.
358 for i := 0; i < len(xtop); i++ {
359 if xtop[i].Op == ODCL || xtop[i].Op == OAS || xtop[i].Op == OAS2
    [all...]
closure.go 135 // underlying closure function we create is added to xtop.
146 xtop = append(xtop, makeclosure(func_))
663 xtop = append(xtop, xfunc)
go.go 212 var xtop []*Node var
noder.go 52 xtop = append(xtop, p.decls(file.DeclList)...)
dcl.go 1354 visitBottomUp(xtop, func(list []*Node, recursive bool) {
walk.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
main.go 345 // Don't use range--typecheck can add closures to xtop.
347 for i := 0; i < len(xtop); i++ {
348 if xtop[i].Op != ODCL && xtop[i].Op != OAS && xtop[i].Op != OAS2 {
349 xtop[i] = typecheck(xtop[i], Etop)
356 // Don't use range--typecheck can add closures to xtop.
358 for i := 0; i < len(xtop); i++ {
359 if xtop[i].Op == ODCL || xtop[i].Op == OAS || xtop[i].Op == OAS2
    [all...]
closure.go 135 // underlying closure function we create is added to xtop.
146 xtop = append(xtop, makeclosure(func_))
663 xtop = append(xtop, xfunc)
go.go 212 var xtop []*Node var
noder.go 52 xtop = append(xtop, p.decls(file.DeclList)...)
dcl.go 1354 visitBottomUp(xtop, func(list []*Node, recursive bool) {
walk.go     [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 499 APInt Xtop = C1B2_C2B1->getAPInt();
503 DEBUG(dbgs() << "\t\tXtop = " << Xtop << "\n");
507 APInt Xq = Xtop; // these need to be initialized, even
508 APInt Xr = Xtop; // though they're just going to be overwritten
509 APInt::sdivrem(Xtop, Xbot, Xq, Xr);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsound.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libitm.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libitm.a     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/compile/internal/
gc.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/cmd/compile/internal/
gc.a     [all...]

Completed in 552 milliseconds