Searched defs:INSIST (Results 1 – 5 of 5) sorted by relevance
83 #define INSIST(x) ALWAYS_INSIST(x) macro
25 #define INSIST(cond) assert(cond) macro
217 #define INSIST(e) ISC_INSIST(e) macro
33 #define INSIST(cond) assert(cond) macro
55 #define INSIST(x) CHECK(!(x)) macro