Searched refs:PR18795 (Results 1 – 2 of 2) sorted by relevance
49 void PR18795(int (*g)(const char *h, ...) __attribute__((nonnull(1))) __attribute__((nonnull))) { in PR18795() function53 PR18795(0); // expected-warning{{null passed to a callee that requires a non-null argument}} in PR18795_helper()
120 void PR18795(int (^g)(const char *h, ...) __attribute__((nonnull(1))) __attribute__((nonnull))) { function124 PR18795(0); // expected-warning{{null passed to a callee that requires a non-null argument}}