Searched defs:list_assert (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/util/ | ||
| H A D | list.h | 47 # define list_assert(cond, msg) assert(cond && msg) macro 49 # define list_assert(cond, msg) (void)(0 && (cond)) macro |
Completed in 5 milliseconds