Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-nocf_check.c18 …FuncPointerWithNoCfCheck fNoCfCheck = f; // expected-warning {{incompatible function pointer types… in testNoCfCheckMismatch() local
19 (*fNoCfCheck)(); // no-warning in testNoCfCheckMismatch()
H A Dattr-nocf_check.cpp18 …FuncPointerWithNoCfCheck fNoCfCheck = f; // expected-error {{cannot initialize a variable of type}} in testNoCfCheckMismatch() local
19 (*fNoCfCheck)(); // no-warning in testNoCfCheckMismatch()