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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/
bad.l 8 [^:]*:19: Warning: a NOP might be needed here because of successive changes in interrupt state
9 [^:]*:20: Warning: a NOP might be needed here because of successive changes in interrupt state
10 [^:]*:25: Warning: a NOP might be needed here because of successive changes in interrupt state
11 [^:]*:26: Warning: a NOP might be needed here because of successive changes in interrupt state
12 [^:]*:27: Warning: a NOP might be needed here because of successive changes in interrupt state
13 [^:]*:28: Warning: a NOP might be needed here because of successive changes in interrupt state
14 [^:]*: Warning: assembly finished with the last instruction changing interrupt state - a NOP might be needed
bad.s 16 ;; might cause an interrupt to be missed. The assembler
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
shift.go 62 _ = i << 32 // ERROR "i might be too small for shift of 32"
63 _ = i >> 32 // ERROR "i might be too small for shift of 32"
64 i <<= 32 // ERROR "i might be too small for shift of 32"
65 i >>= 32 // ERROR "i might be too small for shift of 32"
68 _ = u << 32 // ERROR "u might be too small for shift of 32"
69 _ = u >> 32 // ERROR "u might be too small for shift of 32"
70 u <<= 32 // ERROR "u might be too small for shift of 32"
71 u >>= 32 // ERROR "u might be too small for shift of 32"
74 _ = p << 32 // ERROR "p might be too small for shift of 32"
75 _ = p >> 32 // ERROR "p might be too small for shift of 32
    [all...]
bool.go 13 if f() == 0 || f() == 0 { // OK f might have side effects
71 _ = f() != 0 && f() != 0 // OK f might have side effects
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
shift.go 62 _ = i << 32 // ERROR "i might be too small for shift of 32"
63 _ = i >> 32 // ERROR "i might be too small for shift of 32"
64 i <<= 32 // ERROR "i might be too small for shift of 32"
65 i >>= 32 // ERROR "i might be too small for shift of 32"
68 _ = u << 32 // ERROR "u might be too small for shift of 32"
69 _ = u >> 32 // ERROR "u might be too small for shift of 32"
70 u <<= 32 // ERROR "u might be too small for shift of 32"
71 u >>= 32 // ERROR "u might be too small for shift of 32"
74 _ = p << 32 // ERROR "p might be too small for shift of 32"
75 _ = p >> 32 // ERROR "p might be too small for shift of 32
    [all...]
bool.go 13 if f() == 0 || f() == 0 { // OK f might have side effects
71 _ = f() != 0 && f() != 0 // OK f might have side effects
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-bend1.d 10 # not-correct-YZ-field and might need tweaking if the implementation
  /external/libmojo/third_party/markupsafe/
_native.py 17 sequences. Use this if you need to display text that might contain
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue3261.go 8 // libgcc on ARM might be compiled as thumb code, but our 5l
24 // we shouldn't name the function abs, as gcc might use
  /prebuilts/go/darwin-x86/src/os/
executable.go 10 // the process, depending on the operating system, the result might
12 // needed, path/filepath.EvalSymlinks might help.
pipe_linux.go 16 // might not be implemented.
  /prebuilts/go/linux-x86/misc/cgo/test/
issue3261.go 8 // libgcc on ARM might be compiled as thumb code, but our 5l
24 // we shouldn't name the function abs, as gcc might use
  /prebuilts/go/linux-x86/src/os/
executable.go 10 // the process, depending on the operating system, the result might
12 // needed, path/filepath.EvalSymlinks might help.
pipe_linux.go 16 // might not be implemented.
  /build/make/core/combo/arch/x86/
x86.mk 9 # Otherwise, sdk_x86-eng system images might fail to run on some
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug117.go 20 // (a compiler might see that p is a pointer
  /prebuilts/go/linux-x86/test/fixedbugs/
bug117.go 20 // (a compiler might see that p is a pointer
  /prebuilts/go/darwin-x86/src/math/
pow10.go 7 // This table might overflow 127-bit exponent representations.
  /prebuilts/go/linux-x86/src/math/
pow10.go 7 // This table might overflow 127-bit exponent representations.
  /prebuilts/go/darwin-x86/test/
nilptr.go 15 // at a 256 MB offset from a nil pointer might not
24 // otherwise there might not be anything mapped
25 // at the address that might be accidentally
  /prebuilts/go/linux-x86/test/
nilptr.go 15 // at a 256 MB offset from a nil pointer might not
24 // otherwise there might not be anything mapped
25 // at the address that might be accidentally
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 23 // network, you might allow anyone to perform updates. To do that, you just
  /external/wpa_supplicant_8/src/wps/
upnp_xml.c 183 * s: might be some other namespace name followed by colon
184 * u: might be some other namespace name followed by colon
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/
route.go 56 // When RIBType is related to routes, arg might be a set of route
57 // flags. When RIBType is related to network interfaces, arg might be
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
route.go 56 // When RIBType is related to routes, arg might be a set of route
57 // flags. When RIBType is related to network interfaces, arg might be

Completed in 904 milliseconds

1 2 3 4 5 6 7 8 91011>>