Searched defs:SK_CRASH (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/core/
H A DSkPostConfig.h112 #ifndef SK_CRASH
114 # define SK_CRASH() __debugbreak() macro
117 # define SK_CRASH() do { SkNO_RETURN_HINT(); *(int *)(uintptr_t)0xbbadbeef = 0; } while (false) macro
119 # define SK_CRASH() do { SkNO_RETURN_HINT(); } while (true) macro
179 SK_CRASH(); \
182 # define SK_ALWAYSBREAK(cond) do { if (cond) break; SK_CRASH(); } while (false)

Completed in 282 milliseconds