Home
last modified time | relevance | path

Searched defs:UNREACHABLE (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
Ddebug.h86 #define UNREACHABLE(value) do { \ macro
91 …#define UNREACHABLE(value) ERR("\t! Unreachable reached: %s(%d). %s: %d\n", __FUNCTION__, __LINE__… macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Ddebug.h59 #define UNREACHABLE(value) do { \ macro
/third_party/skia/third_party/externals/swiftshader/src/Common/
DDebugAndroid.hpp83 #define UNREACHABLE(value) do { \ macro
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-utils.h61 #define UNREACHABLE() (abort_noreturn()) macro
63 #define UNREACHABLE() (abort()) macro
/third_party/skia/third_party/externals/dawn/src/common/
DAssert.h72 # define UNREACHABLE DAWN_UNREACHABLE macro
/third_party/flutter/skia/third_party/externals/dawn/src/common/
DAssert.h72 # define UNREACHABLE DAWN_UNREACHABLE macro
/third_party/tzdata/
Dprivate.h703 # define UNREACHABLE() abort() macro
705 # define UNREACHABLE() __builtin_unreachable() macro
708 # define UNREACHABLE() __builtin_unreachable() macro
712 # define UNREACHABLE() ((void) 0) macro
/third_party/skia/third_party/externals/dawn/src/dawn_node/utils/
DDebug.h141 #define UNREACHABLE(...) \ macro
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Ddebug.h310 # define UNREACHABLE() \ macro
324 # define UNREACHABLE() \ macro
/third_party/skia/third_party/externals/swiftshader/src/System/
DDebug.hpp144 #define UNREACHABLE(format, ...) DABORT("UNREACHABLE: " format, ##__VA_ARGS__) macro
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DDebug.hpp153 #define UNREACHABLE(format, ...) DABORT("UNREACHABLE: " format, ##__VA_ARGS__) macro
/third_party/skia/third_party/externals/angle2/src/common/
Ddebug.h355 # define UNREACHABLE() \ macro
369 # define UNREACHABLE() \ macro
/third_party/libuv/src/unix/
Dinternal.h96 #define UNREACHABLE() \ macro
/third_party/node/src/
Dutil.h195 #define UNREACHABLE(...) \ macro