Searched refs:bay1 (Results 1 – 2 of 2) sorted by relevance
18 __attribute__((minsize)) int bay1(); // expected-warning{{'minsize' attribute ignored}}19 __attribute__((optnone)) int bay1() { return 1; } // expected-note{{conflicting attribute is here}} in bay1() function