Home
last modified time | relevance | path

Searched refs:halt (Results 1 – 25 of 29) sorted by relevance

12

/external/clang/test/Sema/
Dwarn-unreachable.c5 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 …]
Dreturn.c32 void halt() { in halt() function
/external/bison/
Dmaint.mk263 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 …]
Dcfg.mk73 halt='use AT_PARSER_CHECK for and only for generated parsers' \
/external/clang/test/SemaCXX/
Dwarn-unreachable.cpp3 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()
Dconstexpr-turing.cpp6 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/
Ddead-stores.c228 void halt() __attribute__((noreturn));
234 halt(); in f21()
/external/libusb-compat/
DREADME26 to cause all libusb I/O to halt. Instead, port your application to use
DChangeLog90 result in I/O halt. Document this in the README.
/external/boringssl/src/crypto/
Dcpu-x86-asm.pl187 &halt ();
/external/boringssl/src/crypto/perlasm/
Dx86asm.pl67 sub ::halt { &hlt; }
/external/clang/tools/scan-view/
DScanView.py155 def halt(self): member in ScanViewServer
667 self.server.halt()
/external/lldb/tools/debugserver/source/
DRNBRemote.h41 halt, // ^C (async halt) enumerator
DRNBRemote.cpp127 …t.push_back (Packet (halt, &RNBRemote::HandlePacket_last_signal, &RNBRe… in CreatePacketTable()
DChangeLog1028 (MachProcess::Detach): Added initial implementation that will halt
/external/icu/icu4c/source/config/
Dmh-aix-va53 ## -bh:8 means halt on errors or worse. We don't display warnings about
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
Dpaste-httpserver-threadpool.txt24 and the whole site grinds to a halt.
/external/toybox/generated/
Dnewtoys.h81 USE_REBOOT(OLDTOY(halt, reboot, TOYFLAG_SBIN|TOYFLAG_NEEDROOT))
/external/e2fsprogs/lib/et/
Dcom_err.texinfo395 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/
Dde-DE_lexpos.utf1300 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/
Den-US_klex.pkb552 …lf-three $@!I>1JA half-two$@!I>LNhalfway"halifax )@!ID+>ICKhalls)haltDhandQ@!IF9hand…
/external/blktrace/doc/
Dblktrace.tex379 of seconds, and then halt.
/external/valgrind/docs/internals/
Ds390-opcodes.csv76 hsch,"halt subchannel",N/A,"privileged instruction"
/external/libusb/
DChangeLog1223 Add functionality to clear endpoint halt conditions
/external/clang/docs/
DUsersManual.rst1073 If the check is fatal, program will halt after the first error

12