HomeSort by relevance Sort by last modified time
    Searched refs:clobbered (Results 1 - 25 of 56) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
fixedbugs_test.go 10 x [2]int64 // field that will be clobbered. Also makes type not SSAable.
26 t.Fatalf("g.x[0] clobbered with %x\n", g.x[0])
47 t.Fatalf("a[%d].x[0] clobbered with %x\n", i, v.x[0])
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
fixedbugs_test.go 10 x [2]int64 // field that will be clobbered. Also makes type not SSAable.
26 t.Fatalf("g.x[0] clobbered with %x\n", g.x[0])
47 t.Fatalf("a[%d].x[0] clobbered with %x\n", i, v.x[0])
  /external/iptables/libxtables/
Android.mk 16 LOCAL_CFLAGS += -Wno-sign-compare -Wno-pointer-arith -Wno-type-limits -Wno-missing-field-initializers -Wno-unused-parameter -Wno-clobbered -Wno-tautological-compare -Werror
38 LOCAL_CFLAGS += -Wno-sign-compare -Wno-pointer-arith -Wno-type-limits -Wno-missing-field-initializers -Wno-unused-parameter -Wno-clobbered -Wno-tautological-compare -Werror
  /art/runtime/interpreter/mterp/x86/
op_cmp_long.S 8 GET_VREG_HIGH %eax, %eax # eax <- v[BB+1], BB is clobbered
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue12133.go 7 // Issue 12133. The CX register was getting clobbered
issue14591.go 19 // get clobbered (the runtime writes 0xdeaddeaddeaddead there).
issue10320.go 9 // execute correctly because they clobbered the g register.
bug19403.go 8 // F15 should not be clobbered by float-to-int conversion on ARM.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue12133.go 7 // Issue 12133. The CX register was getting clobbered
issue14591.go 19 // get clobbered (the runtime writes 0xdeaddeaddeaddead there).
issue10320.go 9 // execute correctly because they clobbered the g register.
bug19403.go 8 // F15 should not be clobbered by float-to-int conversion on ARM.
  /art/runtime/arch/mips64/
jni_entrypoints_mips64.S 50 # anymore, and t8 may be clobbered in artFindNativeMethod.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
phi.go 90 // (8 bytes). Otherwise, a random stack slot gets clobbered.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
phi.go 90 // (8 bytes). Otherwise, a random stack slot gets clobbered.
  /build/soong/cc/config/
clang.go 27 "-Wno-clobbered",
35 "-Wno-error=clobbered",
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
flagalloc.go 140 // so we must consider flags clobbered by the tuple-generating instruction.
writebarrier.go 291 // Copy to temp location if the source is volatile (will be clobbered by
359 // will be clobbered by a function call.
nilcheck.go 229 // Remove values we've clobbered with OpUnknown.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
flagalloc.go 140 // so we must consider flags clobbered by the tuple-generating instruction.
writebarrier.go 291 // Copy to temp location if the source is volatile (will be clobbered by
359 // will be clobbered by a function call.
nilcheck.go 229 // Remove values we've clobbered with OpUnknown.
  /external/libvpx/libvpx/
libs.mk 120 $(BUILD_PFX)vp8/encoder/onyx_if.c.o: CFLAGS += -Wno-unknown-warning-option -Wno-clobbered
121 $(BUILD_PFX)vp8/decoder/onyxd_if.c.o: CFLAGS += -Wno-unknown-warning-option -Wno-clobbered
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]

Completed in 379 milliseconds

1 2 3