Searched defs:halt (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp6 const unsigned halt = (unsigned)-1; variable
34 // steps taken until halt.
36 return state == halt ? 0 :
44 { { true, R, 1 }, { true, R, halt } },
54 { { true, R, halt }, { true, L, 3 } },
/external/kernel-headers/original/asm-x86/
H A Dirqflags_32.h88 static inline void halt(void) function
H A Dparavirt.h144 void (*halt)(void); member in struct:pv_irq_ops
548 static inline void halt(void) function
/external/clang/test/Sema/
H A Dreturn.c32 void halt() { function
/external/clang/tools/scan-view/
H A DScanView.py155 def halt(self): member in class:ScanViewServer
667 self.server.halt()
/external/bison/
H A Dmaint.mk241 # halt
263 export halt = macro
291 test "x$$halt" != x \
292 || { msg='halt not defined' $(_sc_say_and_exit) }; \
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
[all...]
/external/kernel-headers/original/asm-mips/
H A Dsgiarcs.h192 LONG halt; /* Halt the machine. */ member in struct:linux_romvec

Completed in 234 milliseconds