Lines Matching defs:cond
72 #define REQUIRE(cond) \ argument
76 #define REQUIRE_ERR(cond) \ argument
81 #define REQUIRE(cond) ((void) (cond)) argument
82 #define REQUIRE_ERR(cond) ((void) (cond)) argument
86 #define ENSURE(cond) \ argument
90 #define ENSURE_ERR(cond) \ argument
95 #define ENSURE(cond) ((void) (cond)) argument
96 #define ENSURE_ERR(cond) ((void) (cond)) argument
100 #define INSIST(cond) \ argument
104 #define INSIST_ERR(cond) \ argument
110 #define INSIST(cond) ((void) (cond)) argument
111 #define INSIST_ERR(cond) ((void) (cond)) argument
113 #define INSIST(cond) argument
114 #define INSIST_ERR(cond) argument
119 #define INVARIANT(cond) \ argument
123 #define INVARIANT_ERR(cond) \ argument
128 #define INVARIANT(cond) ((void) (cond)) argument
129 #define INVARIANT_ERR(cond) ((void) (cond)) argument