Searched defs:bad1 (Results 1 – 6 of 6) sorted by relevance
4 void bad1(struct NSObject *, SEL, id, id) {} function
12 template<int ...N> void bad1() { (N + ... + N); } // expected-error {{unexpanded parameter packs in… in bad1() function
475 bad = 4, bad1 = 5, bad2 = 6, num_of_variants = 7; in testGenerateBase64Certificates() local
181 bad1(void) in bad1() function
26 long bad1; member
4404 …typedef int PT_GUARDED_BY(sls_mu) bad1; // expected-warning {{'pt_guarded_by' attribute only appl… in test() typedef