Home
last modified time | relevance | path

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

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