Home
last modified time | relevance | path

Searched defs:fail_if (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/callable_traits/detail/
Dsfinae_errors.hpp25 struct fail_if : T { struct
29 static constexpr bool value = B;
/third_party/curl/tests/unit/
Dcurlcheck.h25 #define fail_if(expr, msg) \ macro
/third_party/mesa3d/src/intel/tools/
Derror2aub.c41 #define fail_if(cond, ...) _fail_if(cond, NULL, __VA_ARGS__) macro
Dintel_dump_gpu.c95 #define fail_if(cond, ...) _fail_if(cond, "intel_dump_gpu", __VA_ARGS__) macro
Daub_write.c59 #define fail_if(cond, ...) _fail_if(cond, NULL, __VA_ARGS__) macro
/third_party/gstreamer/gstreamer/libs/gst/check/
Dinternal-check.h411 #define fail_if(expr, ...)\ macro
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck.h.in411 #define fail_if(expr, ...)\ macro
Dcheck.h411 #define fail_if(expr, ...)\ macro
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c156 #define fail_if(cond) \ macro