Home
last modified time | relevance | path

Searched refs:swallow (Results 1 – 25 of 26) sorted by relevance

12

/external/clang/test/SemaCXX/
Darray-bounds-ptr-arith.cpp3 void swallow (const char *x) { (void)x; } in swallow() function
8 swallow("Hello world!" + 6); // no-warning in test_pointer_arithmetic()
9 swallow("Hello world!" - 6); // expected-warning {{refers before the beginning of the array}} in test_pointer_arithmetic()
10 swallow("Hello world!" + 14); // expected-warning {{refers past the end of the array}} in test_pointer_arithmetic()
11 swallow("Hello world!" + 13); // no-warning in test_pointer_arithmetic()
13 swallow(hello + 6); // no-warning in test_pointer_arithmetic()
14 swallow(hello - 6); // expected-warning {{refers before the beginning of the array}} in test_pointer_arithmetic()
15 swallow(hello + 14); // expected-warning {{refers past the end of the array}} in test_pointer_arithmetic()
16 swallow(hello + 13); // no-warning in test_pointer_arithmetic()
18 swallow(helloptr + 6); // no-warning in test_pointer_arithmetic()
[all …]
/external/python/cpython2/Misc/
Dindent.pro22 --swallow-optional-blank-lines
DNEWS5648 would swallow the exception and raise a new one, making it impossible
6317 - Issue #7865: The close() method of :mod:`io` objects should not swallow
/external/python/cpython2/Doc/tutorial/
Dstdlib2.rst95 >>> d = dict(item='unladen swallow')
101 'Return the unladen swallow to $owner.'
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt666 呑>'[swallow]';
820 嚥>'[swallow]';
3101 燕>'[swallow (bird)]';
/external/python/cpython2/Lib/test/
Dtest_descr.py1717 def swallow(*args): function
1743 ("__enter__", run_context, iden, set(), {"__exit__" : swallow}),
1744 ("__exit__", run_context, swallow, set(), {"__enter__" : iden}),
/external/bison/tests/
Dregression.at174 [[/* Bison used to swallow the character after '}'. */
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt4164 吞聲 < to\-swallow\-one''s\-cries;
5744 噋 < to\-swallow\-hastily;
11129 䲻 < the\-swallow;
12386 䑍 < to\-swallow;
12509 併吞 < swallow\-up;
13227 鷾 < a\-swallow;
15777 燕 < swallow;
26812 吞聲 > to\-swallow\-one''s\-cries;
29893 併吞 > swallow\-up;
30080 吞噬 > to\-swallow;
[all …]
/external/python/cpython2/Doc/howto/
Dlogging.rst953 The logging package is designed to swallow exceptions which occur while logging
Dlogging-cookbook.rst1469 # implicit return of None => don't swallow exceptions
/external/netperf/doc/
Dtexinfo.tex1022 \fixbackslash % Turn off hack to swallow `\input texinfo'.
2670 % We have to swallow the remaining "\ST@P".
4899 % Define a command to swallow text until we reach `@end copying'.
/external/bison/build-aux/
Dtexinfo.tex1044 \fixbackslash % Turn off hack to swallow `\input texinfo'.
4122 % We have to swallow the remaining "\_STOP_".
6427 % We want to swallow spaces (but not other tokens) after the fake
8373 % swallow the left brace
/external/libmicrohttpd/doc/
Dtexinfo.tex1045 \fixbackslash % Turn off hack to swallow `\input texinfo'.
4123 % We have to swallow the remaining "\_STOP_".
6428 % We want to swallow spaces (but not other tokens) after the fake
8374 % swallow the left brace
/external/python/cpython2/Modules/_ctypes/libffi/
Dtexinfo.tex1045 \fixbackslash % Turn off hack to swallow `\input texinfo'.
4123 % We have to swallow the remaining "\_STOP_".
6428 % We want to swallow spaces (but not other tokens) after the fake
8374 % swallow the left brace
/external/elfutils/libdw/
DChangeLog1778 swallow DWARF_E_NO_DEBUG_RANGES but not other errors.
/external/e2fsprogs/lib/et/
Dtexinfo.tex1126 \fixbackslash % Turn off hack to swallow `\input texinfo'.
3007 % We have to swallow the remaining "\_STOP_".
6442 % swallow the left brace
/external/e2fsprogs/doc/
Dtexinfo.tex1126 \fixbackslash % Turn off hack to swallow `\input texinfo'.
3007 % We have to swallow the remaining "\_STOP_".
6442 % swallow the left brace
/external/python/cpython2/Doc/whatsnew/
D2.7.rst1490 catch and swallow the :exc:`KeyboardInterrupt` exception. (Fixed by
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf3949 N^V "swallow" :G2P
/external/libjpeg-turbo/
Dlibjpeg.txt1672 may swallow the EOI and again demand data ... just keep feeding it fake EOIs.
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_lexpos.utf4320 N^V "swallow" :G2P
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt1208 managed to swallow a morsel of the lefthand bit.
/external/brotli/tests/testdata/
Dalice29.txt1211 managed to swallow a morsel of the lefthand bit.
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/pcre/dist2/doc/
Dpcre2.txt7051 must swallow everything it can. So, while both \d+ and \d+? are pre-

12