Searched refs:assert2 (Results 1 – 4 of 4) sorted by relevance
12 #define assert2(expr) \ macro22 assert2(0 && "foo"); in test1()23 assert2("foo" && 0); in test1()24 assert2(0 || "foo"); // expected-warning {{string literal}} in test1()25 assert2("foo"); // expected-warning {{string literal}} in test1()
14 typedef int assert2[sizeof(memberFunction) == sizeof(ptrdiff_t) * 2 ? 1 : -1]; in f() typedef
2924 char assert2[(sizeof(DNSMessage) == 12+AbsoluteMaxDNSMessageData) ? 1 : -1]; member
141 auto assert2 = ops::Assert(s.WithOpName("assert2"), p, {c}); in TEST_F() local143 {assert1.operation, assert2.operation}), in TEST_F()