Searched defs:fail_if (Results 1 - 6 of 6) sorted by relevance
/third_party/curl/tests/unit/ |
H A D | curlcheck.h | 27 #define fail_if(expr, msg) \ macro
|
/third_party/mesa3d/src/intel/tools/ |
H A D | error2aub.c | 41 #define fail_if(cond, ...) _fail_if(cond, NULL, __VA_ARGS__) macro
|
H A D | intel_dump_gpu.c | 95 #define fail_if(cond, ...) _fail_if(cond, "intel_dump_gpu", __VA_ARGS__) macro [all...] |
H A D | aub_write.c | 59 #define fail_if(cond, ...) _fail_if(cond, NULL, __VA_ARGS__) macro
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_blitter.c | 156 #define fail_if(cond) \ macro [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.h | 717 BranchBuilder fail_if; member
|
Completed in 7 milliseconds