/external/clang/test/Sema/ |
D | warn-unreachable.c | 3 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 …]
|
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 | 5 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/ |
D | HaltablePlugin.h | 37 virtual void halt() = 0;
|
D | PluginHalter.cpp | 98 plugins[i]->halt(); in timerFired()
|
/external/oprofile/events/x86-64/family15h/ |
D | events | 15 event:0x76 counters:0,1,2 um:zero minimum:50000 name:CPU_CLK_UNHALTED : Cycles outside of halt state
|
/external/webkit/Source/WebCore/plugins/ |
D | PluginViewNone.cpp | 123 void PluginView::halt() in halt() function in WebCore::PluginView
|
D | PluginView.h | 258 virtual void halt();
|
/external/clang/test/Analysis/ |
D | dead-stores.c | 229 void halt() __attribute__((noreturn)); 235 halt(); in f21()
|
/external/kernel-headers/original/asm-x86/ |
D | irqflags_32.h | 88 static inline void halt(void) in halt() function
|
D | paravirt.h | 144 void (*halt)(void); member 548 static inline void halt(void) in halt() function
|
/external/oprofile/events/x86-64/family12h/ |
D | events | 19 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/ |
D | events | 19 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/ |
D | WebBaseNetscapePluginView.h | 125 - (void)halt;
|
D | WebBaseNetscapePluginView.mm | 80 virtual void halt(); 89 void WebHaltablePlugin::halt() function 91 [m_view halt]; 505 - (void)halt
|
/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/openssl/crypto/perlasm/ |
D | x86asm.pl | 67 sub ::halt { &hlt; }
|
/external/oprofile/events/i386/athlon/ |
D | events | 3 event:0x76 counters:0,1,2,3 um:zero minimum:3000 name:CPU_CLK_UNHALTED : Cycles outside of halt sta…
|
/external/openssl/crypto/ |
D | x86cpuid.pl | 175 &halt ();
|
/external/clang/tools/scan-view/ |
D | ScanView.py | 155 def halt(self): member in ScanViewServer 667 self.server.halt()
|
/external/icu4c/config/ |
D | mh-aix-va | 53 ## -bh:8 means halt on errors or worse. We don't display warnings about
|
/external/webkit/Source/WebCore/plugins/symbian/ |
D | PluginViewSymbian.cpp | 440 void PluginView::halt() in halt() function in WebCore::PluginView
|
/external/kernel-headers/original/asm-mips/ |
D | sgiarcs.h | 192 LONG halt; /* Halt the machine. */ member
|