/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/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/u-boot/arch/arm/cpu/armv8/zynqmp/ |
D | mp.c | 54 static void set_r5_halt_mode(u8 halt, u8 mode) in set_r5_halt_mode() argument 59 if (halt == HALT) in set_r5_halt_mode() 67 if (halt == HALT) in set_r5_halt_mode()
|
/external/clang/test/Analysis/ |
D | dead-stores.c | 228 void halt() __attribute__((noreturn)); 234 halt(); in f21()
|
/external/u-boot/doc/ |
D | README.drivers.eth | 78 dev->halt = ape_halt; 168 The halt function should turn off / disable the hardware and place it back in 184 dev->halt()
|
/external/autotest/server/site_tests/factory_InstallVM/ |
D | factory_InstallVM.py | 146 self.get_dut_client().halt()
|
/external/autotest/site_utils/deployment/prepare/ |
D | dut.py | 160 host.halt()
|
/external/google-fruit/extras/doc/ |
D | CMakeLists.txt | 60 COMMAND pdflatex -halt-on-error ${CMAKE_CURRENT_SOURCE_DIR}/${N}.tex
|
/external/toybox/tests/files/bc/ |
D | arctan.txt | 301 halt
|
/external/libusb-compat/ |
D | README | 26 to cause all libusb I/O to halt. Instead, port your application to use
|
/external/u-boot/drivers/usb/gadget/ |
D | fotg210.c | 668 static int fotg210_ep_halt(struct usb_ep *_ep, int halt) in fotg210_ep_halt() argument 675 debug("fotg210: ep%d halt=%d\n", ep->id, halt); in fotg210_ep_halt() 679 if (halt) { in fotg210_ep_halt()
|
/external/u-boot/drivers/net/ |
D | bcm-sf2-eth.c | 227 dev->halt = bcm_sf2_eth_close; in bcm_sf2_eth_register()
|
D | smc911x.c | 277 dev->halt = smc911x_halt; in smc911x_initialize()
|
D | cs8900.c | 307 dev->halt = cs8900_halt; in cs8900_initialize()
|
/external/u-boot/arch/mips/mach-au1x00/ |
D | au1x00_eth.c | 285 dev->halt = au1x00_halt; in au1x00_enet_initialize()
|
/external/boringssl/src/crypto/perlasm/ |
D | x86asm.pl | 94 sub ::halt { &hlt; }
|
/external/u-boot/drivers/spi/ |
D | fsl_dspi.c | 132 static void dspi_halt(struct fsl_dspi_priv *priv, u8 halt) in dspi_halt() argument 138 if (halt) in dspi_halt()
|
/external/u-boot/board/Synology/ds109/ |
D | openocd.cfg | 33 halt 0
|
/external/autotest/server/cros/ |
D | factory_install_test.py | 331 dut_client.halt()
|
/external/clang/tools/scan-view/share/ |
D | ScanView.py | 155 def halt(self): member in ScanViewServer 667 self.server.halt()
|
/external/autotest/server/hosts/ |
D | remote.py | 97 def halt(self, timeout=DEFAULT_HALT_TIMEOUT, wait=True): member in RemoteHost
|
/external/u-boot/net/ |
D | eth_legacy.c | 371 eth_current->halt(eth_current); in eth_halt()
|
/external/u-boot/arch/m68k/cpu/mcf530x/ |
D | start.S | 232 halt
|