Home
last modified time | relevance | path

Searched refs:testNoCfCheck (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/test/Sema/
Dattr-nocf_check.c8 void __attribute__((nocf_check)) testNoCfCheck(); // expected-note {{previous declaration is here…
9 void testNoCfCheck(){}; // expected-error {{conflicting types for 'testNoCfCheck'}} in testNoCfCheck() function
Dattr-nocf_check.cpp8 [[gnu::nocf_check]] void testNoCfCheck(); // expected-note {{previous declaration is here}}
9 void testNoCfCheck(){}; // expected-error {{conflicting types for 'testNoCfCheck'}} in testNoCfCheck() function