Home
last modified time | relevance | path

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

123

/external/clang/test/Sema/
Dwarn-unreachable.c3 int halt() __attribute__((noreturn));
30 halt(), in test2()
34 live(), halt(), in test2()
40 halt(); in test2()
46 halt(); in test2()
56 halt(); in test2()
64 halt(); in test2()
73 halt(); in test2()
77 halt() in test2()
81 halt(); in test2()
[all …]
Dreturn.c32 void halt() { in halt() function
/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.cpp5 const unsigned halt = (unsigned)-1; variable
35 return state == halt ? 1 : in run()
45 { { true, L, 1 }, { true, R, halt } }
53 { { true, R, halt }, { true, L, 3 } },
/external/webkit/Source/WebCore/page/
DHaltablePlugin.h37 virtual void halt() = 0;
DPluginHalter.cpp98 plugins[i]->halt(); in timerFired()
/external/oprofile/events/x86-64/family15h/
Devents15 event:0x76 counters:0,1,2 um:zero minimum:50000 name:CPU_CLK_UNHALTED : Cycles outside of halt state
/external/webkit/Source/WebCore/plugins/
DPluginViewNone.cpp123 void PluginView::halt() in halt() function in WebCore::PluginView
DPluginView.h258 virtual void halt();
/external/clang/test/Analysis/
Ddead-stores.c229 void halt() __attribute__((noreturn));
235 halt(); in f21()
/external/kernel-headers/original/asm-x86/
Dirqflags_32.h88 static inline void halt(void) in halt() function
Dparavirt.h144 void (*halt)(void); member
548 static inline void halt(void) in halt() function
/external/oprofile/events/x86-64/family12h/
Devents19 event:0x76 counters:0,1,2,3 um:zero minimum:50000 name:CPU_CLK_UNHALTED : Cycles outside of halt st…
/external/oprofile/events/x86-64/family14h/
Devents19 event:0x76 counters:0,1,2,3 um:zero minimum:50000 name:CPU_CLK_UNHALTED : Cycles outside of halt st…
/external/webkit/Source/WebKit/mac/Plugins/
DWebBaseNetscapePluginView.h125 - (void)halt;
DWebBaseNetscapePluginView.mm80 virtual void halt();
89 void WebHaltablePlugin::halt() function
91 [m_view halt];
505 - (void)halt
/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/openssl/crypto/perlasm/
Dx86asm.pl67 sub ::halt { &hlt; }
/external/oprofile/events/i386/athlon/
Devents3 event:0x76 counters:0,1,2,3 um:zero minimum:3000 name:CPU_CLK_UNHALTED : Cycles outside of halt sta…
/external/openssl/crypto/
Dx86cpuid.pl175 &halt ();
/external/clang/tools/scan-view/
DScanView.py155 def halt(self): member in ScanViewServer
667 self.server.halt()
/external/icu4c/config/
Dmh-aix-va53 ## -bh:8 means halt on errors or worse. We don't display warnings about
/external/webkit/Source/WebCore/plugins/symbian/
DPluginViewSymbian.cpp440 void PluginView::halt() in halt() function in WebCore::PluginView
/external/kernel-headers/original/asm-mips/
Dsgiarcs.h192 LONG halt; /* Halt the machine. */ member

123