OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AbnormalTermination
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
__try.c
22
#define
AbnormalTermination
__abnormal_termination
152
(void)
AbnormalTermination
(); // expected-error{{only allowed in __finally block}}
155
(void)
AbnormalTermination
; // expected-error{{only allowed in __finally block}}
159
(void)
AbnormalTermination
; // expected-error{{only allowed in __finally block}}
166
AbnormalTermination
();
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
excpt.h
51
#define
AbnormalTermination
_abnormal_termination
Completed in 61 milliseconds