Searched refs:assert1 (Results 1 – 8 of 8) sorted by relevance
6 #define assert1(expr) \ macro17 assert1(0 && "foo"); in test1()18 assert1("foo" && 0); in test1()19 assert1(0 || "foo"); // expected-warning {{string literal}} in test1()20 assert1("foo"); // expected-warning {{string literal}} in test1()
186 #define assert1(expr) (expr) ? 0 : 1 in test_macro_args() macro187 #define assert2 assert1 in test_macro_args()196 #undef assert1 in test_macro_args()
13 typedef int assert1[sizeof(dataMember) == sizeof(ptrdiff_t) ? 1 : -1]; in f() typedef
105 auto assert1 = ops::Assert(s.WithOpName("assert1"), p, {c}); in TEST_F() local108 {assert1.operation, assert2.operation}), in TEST_F()
216 char assert1[(sizeof(ipc_msg_hdr) == 28) ? 1 : -1]; member
2923 char assert1[(sizeof(DNSMessageHeader) == 12 ) ? 1 : -1]; member