Searched defs:Crash (Results 1 – 7 of 7) sorted by relevance
6 struct Crash : decltype(Foo(T())) { // expected-error {{no matching function for call to 'Foo'}} struct7 Crash(){}; in Crash() function
83 class Crash { // expected-note {{defined here}} class
36 @interface Crash @end interface37 @implementation Crash implementation
57 [[noreturn]] RT_DEVICE_NOINLINE RT_API_ATTRS const char *Crash( in Crash() function
554 Crash = 1, global() enumerator
379 namespace Crash { namespace
1917 Instruction *Crash = generateCrashCode( instrumentAddress() local