HomeSort by relevance Sort by last modified time
    Searched defs:AbnormalTermination (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Sema/
__try.c 19 #define AbnormalTermination __abnormal_termination
148 (void)AbnormalTermination; // expected-error{{only allowed in __finally block}}
152 (void)AbnormalTermination; // expected-error{{only allowed in __finally block}}
159 AbnormalTermination();
171 (void)AbnormalTermination(); // expected-error{{only allowed in __finally block}}
  /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 164 milliseconds