HomeSort by relevance Sort by last modified time
    Searched refs:swallow (Results 1 - 17 of 17) sorted by null

  /external/clang/test/SemaCXX/
array-bounds-ptr-arith.cpp 3 void swallow (const char *x) { (void)x; } function
8 swallow("Hello world!" + 6); // no-warning
9 swallow("Hello world!" - 6); // expected-warning {{refers before the beginning of the array}}
10 swallow("Hello world!" + 14); // expected-warning {{refers past the end of the array}}
11 swallow("Hello world!" + 13); // no-warning
13 swallow(hello + 6); // no-warning
14 swallow(hello - 6); // expected-warning {{refers before the beginning of the array}}
15 swallow(hello + 14); // expected-warning {{refers past the end of the array}}
16 swallow(hello + 13); // no-warning
18 swallow(helloptr + 6); // no-warnin
    [all...]
  /external/libvncserver/webclients/novnc/include/
keyboard.js 422 // swallow stall events, and pass all others to the next stage
  /prebuilts/go/darwin-x86/misc/ios/
go_darwin_arm_exec.go 327 // swallow useful stdio or cause its own ruckus.
  /prebuilts/go/linux-x86/misc/ios/
go_darwin_arm_exec.go 327 // swallow useful stdio or cause its own ruckus.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descr.py 1691 def swallow(*args): function in function:.test_special_method_lookup
    [all...]
  /external/python/cpython2/Lib/test/
test_descr.py 1717 def swallow(*args): function in function:.test_special_method_lookup
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_descr.py 1708 def swallow(*args): function in function:.test_special_method_lookup
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_descr.py 1708 def swallow(*args): function in function:.test_special_method_lookup
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py 1708 def swallow(*args): function in function:.test_special_method_lookup
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py 1708 def swallow(*args): function in function:.test_special_method_lookup
    [all...]
  /external/e2fsprogs/doc/
texinfo.tex     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /external/netperf/doc/
texinfo.tex     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /external/libmicrohttpd/doc/
texinfo.tex     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
texinfo.tex     [all...]
  /toolchain/binutils/binutils-2.25/texinfo/
texinfo.tex     [all...]

Completed in 1073 milliseconds