/external/clang/test/Sema/ |
D | warn-unreachable.c | 5 int halt() __attribute__((noreturn)); 32 halt(), in test2() 36 live(), halt(), in test2() 42 halt(); in test2() 48 halt(); in test2() 58 halt(); in test2() 66 halt(); in test2() 75 halt(); in test2() 79 halt() in test2() 83 halt(); in test2() [all …]
|
D | return.c | 32 void halt() { in halt() function
|
/external/bison/ |
D | maint.mk | 263 export halt = 291 test "x$$halt" != x \ 316 && { msg="$$halt" $(_sc_say_and_exit) } || :; \ 320 && { msg="$$halt" $(_sc_say_and_exit) } || :; \ 334 @prohibit='\<free *\( *\(' halt="don't cast free argument" \ 339 halt="don't cast x*alloc return value" \ 344 halt="don't cast alloca return value" \ 349 halt='found SPACE-TAB sequence; remove the SPACE' \ 357 halt='do not use *scan''f, ato''f, ato''i, ato''l, ato''ll or ato''q' \ 365 halt='replace strcmp calls above with STREQ/STRNEQ' \ [all …]
|
D | cfg.mk | 73 halt='use AT_PARSER_CHECK for and only for generated parsers' \
|
/external/clang/test/SemaCXX/ |
D | warn-unreachable.cpp | 3 int &halt() __attribute__((noreturn)); 40 halt() in test3() 44 halt() // expected-warning {{will never be executed}} in test3() 49 (halt()); // expected-warning {{will never be executed}} in test3() 57 halt(), foor()// expected-warning {{will never be executed}} in test4() 77 (halt()); // expected-warning {{will never be executed}} in test6() 106 halt(); in funcToSpecialize()
|
D | constexpr-turing.cpp | 6 const unsigned halt = (unsigned)-1; variable 36 return state == halt ? 0 : in run() 44 { { true, R, 1 }, { true, R, halt } }, 54 { { true, R, halt }, { true, L, 3 } },
|
/external/clang/test/Analysis/ |
D | dead-stores.c | 228 void halt() __attribute__((noreturn)); 234 halt(); in f21()
|
/external/libusb-compat/ |
D | README | 26 to cause all libusb I/O to halt. Instead, port your application to use
|
D | ChangeLog | 90 result in I/O halt. Document this in the README.
|
/external/boringssl/src/crypto/ |
D | cpu-x86-asm.pl | 187 &halt ();
|
/external/boringssl/src/crypto/perlasm/ |
D | x86asm.pl | 67 sub ::halt { &hlt; }
|
/external/clang/tools/scan-view/ |
D | ScanView.py | 155 def halt(self): member in ScanViewServer 667 self.server.halt()
|
/external/lldb/tools/debugserver/source/ |
D | RNBRemote.h | 41 halt, // ^C (async halt) enumerator
|
D | RNBRemote.cpp | 127 …t.push_back (Packet (halt, &RNBRemote::HandlePacket_last_signal, &RNBRe… in CreatePacketTable()
|
D | ChangeLog | 1028 (MachProcess::Detach): Added initial implementation that will halt
|
/external/icu/icu4c/source/config/ |
D | mh-aix-va | 53 ## -bh:8 means halt on errors or worse. We don't display warnings about
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/ |
D | paste-httpserver-threadpool.txt | 24 and the whole site grinds to a halt.
|
/external/toybox/generated/ |
D | newtoys.h | 81 USE_REBOOT(OLDTOY(halt, reboot, TOYFLAG_SBIN|TOYFLAG_NEEDROOT))
|
/external/e2fsprogs/lib/et/ |
D | com_err.texinfo | 395 routines to write error messages to the user's terminal, or halt the
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/ |
D | de-DE_lexpos.utf | 1300 ADV^N^PREF_V "halt" "'halt" 2509 N "lebensunterhalt" "'le:b=ns,?Unt6,halt" 2969 N "unterhalten" "'?Unt6,halt=n" 3187 N^V "anhalten" "'?an,halt=n" 4162 V^V_INF "festzuhalten" "'fEstt_su,halt=n"
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_klex.pkb | 552 …lf-three $@!I>1JA half-two$@!I>LNhalfway"halifax)@!ID+>ICKhalls)haltDhandQ@!IF9hand…
|
/external/blktrace/doc/ |
D | blktrace.tex | 379 of seconds, and then halt.
|
/external/valgrind/docs/internals/ |
D | s390-opcodes.csv | 76 hsch,"halt subchannel",N/A,"privileged instruction"
|
/external/libusb/ |
D | ChangeLog | 1223 Add functionality to clear endpoint halt conditions
|
/external/clang/docs/ |
D | UsersManual.rst | 1073 If the check is fatal, program will halt after the first error
|