Searched defs:INSIST (Results 1 – 9 of 9) sorted by relevance
100 #define INSIST(cond) \ macro110 #define INSIST(cond) ((void) (cond)) macro113 #define INSIST(cond) macro
98 #define INSIST(cond) \ macro107 #define INSIST(cond) ((void) (cond)) macro
85 #define INSIST(x) ALWAYS_INSIST(x) macro
35 #define INSIST(cond) REQUIRE(cond) macro
272 #define INSIST(expression) \ macro302 #define INSIST(e) ISC_INSIST(e) macro319 #define INSIST(e) \ macro
275 #define INSIST( global() macro 303 #define INSIST(e) ISC_INSIST( global() macro
55 #define INSIST(cond) \ macro
39 #define INSIST(cond) \ macro [all...]
53 #define INSIST(x) CHECK(!(x)) macro