Searched defs:fail_if (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/boost/callable_traits/detail/ |
D | sfinae_errors.hpp | 25 struct fail_if : T { struct 29 static constexpr bool value = B;
|
/third_party/curl/tests/unit/ |
D | curlcheck.h | 25 #define fail_if(expr, msg) \ macro
|
/third_party/mesa3d/src/intel/tools/ |
D | error2aub.c | 41 #define fail_if(cond, ...) _fail_if(cond, NULL, __VA_ARGS__) macro
|
D | intel_dump_gpu.c | 95 #define fail_if(cond, ...) _fail_if(cond, "intel_dump_gpu", __VA_ARGS__) macro
|
D | aub_write.c | 59 #define fail_if(cond, ...) _fail_if(cond, NULL, __VA_ARGS__) macro
|
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | internal-check.h | 411 #define fail_if(expr, ...)\ macro
|
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/ |
D | check.h.in | 411 #define fail_if(expr, ...)\ macro
|
D | check.h | 411 #define fail_if(expr, ...)\ macro
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_blitter.c | 156 #define fail_if(cond) \ macro
|