Searched refs:fNoCfCheck (Results 1 – 2 of 2) sorted by relevance
18 …FuncPointerWithNoCfCheck fNoCfCheck = f; // expected-warning {{incompatible function pointer types… in testNoCfCheckMismatch() local19 (*fNoCfCheck)(); // no-warning in testNoCfCheckMismatch()
18 …FuncPointerWithNoCfCheck fNoCfCheck = f; // expected-error {{cannot initialize a variable of type}} in testNoCfCheckMismatch() local19 (*fNoCfCheck)(); // no-warning in testNoCfCheckMismatch()