OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkNO_RETURN_HINT
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkPostConfig.h
88
#if !defined(
SkNO_RETURN_HINT
)
90
static inline void
SkNO_RETURN_HINT
() __attribute__((analyzer_noreturn));
91
static inline void
SkNO_RETURN_HINT
() {}
93
# define
SkNO_RETURN_HINT
() do {} while (false)
117
# define SK_CRASH() do {
SkNO_RETURN_HINT
(); *(int *)(uintptr_t)0xbbadbeef = 0; } while (false)
119
# define SK_CRASH() do {
SkNO_RETURN_HINT
(); } while (true)
174
# define SK_DEBUGBREAK(p) do { if (!(p)) {
SkNO_RETURN_HINT
(); __debugbreak(); }} while (false)
/external/skia/include/core/
SkPostConfig.h
88
#if !defined(
SkNO_RETURN_HINT
)
90
static inline void
SkNO_RETURN_HINT
() __attribute__((analyzer_noreturn));
91
static inline void
SkNO_RETURN_HINT
() {}
93
# define
SkNO_RETURN_HINT
() do {} while (false)
117
# define SK_CRASH() do {
SkNO_RETURN_HINT
(); *(int *)(uintptr_t)0xbbadbeef = 0; } while (false)
119
# define SK_CRASH() do {
SkNO_RETURN_HINT
(); } while (true)
174
# define SK_DEBUGBREAK(p) do { if (!(p)) {
SkNO_RETURN_HINT
(); __debugbreak(); }} while (false)
/external/chromium_org/third_party/skia/include/gpu/
GrConfig.h
131
#define GR_ALWAYSBREAK
SkNO_RETURN_HINT
(); __debugbreak()
136
#define GR_ALWAYSBREAK
SkNO_RETURN_HINT
(); *((int*)(int64_t)(int32_t)0xbeefcafe) = 0;
/external/skia/include/gpu/
GrConfig.h
131
#define GR_ALWAYSBREAK
SkNO_RETURN_HINT
(); __debugbreak()
136
#define GR_ALWAYSBREAK
SkNO_RETURN_HINT
(); *((int*)(int64_t)(int32_t)0xbeefcafe) = 0;
Completed in 33 milliseconds