Home
last modified time | relevance | path

Searched defs:swallow (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/SemaCXX/
Darray-bounds-ptr-arith.cpp3 void swallow (const char *x) { (void)x; } in swallow() function
/external/llvm-project/clang/test/SemaCXX/
Darray-bounds-ptr-arith.cpp3 void swallow (const char *x) { (void)x; } in swallow() function
/external/libwebsockets/include/libwebsockets/
Dlws-http.h145 char swallow[16]; /**< matched character buffer */ member
/external/python/cpython2/Lib/test/
Dtest_descr.py1834 def swallow(*args): function
/external/python/cpython3/Lib/test/
Dtest_descr.py2018 def swallow(*args): pass function