Searched refs:testNoCfCheck (Results 1 – 2 of 2) sorted by relevance
8 void __attribute__((nocf_check)) testNoCfCheck(void); // expected-note {{previous declaration is …9 void testNoCfCheck(void){}; // expected-error {{conflicting types for 'testNoCfCheck'}} in testNoCfCheck() function
8 [[gnu::nocf_check]] void testNoCfCheck(); // expected-note {{previous declaration is here}}9 void testNoCfCheck(){}; // expected-error {{conflicting types for 'testNoCfCheck'}} in testNoCfCheck() function