Searched refs:NoMatchTy (Results 1 – 1 of 1) sorted by relevance
335 using NoMatchTy = void (*)(); typedef342 …auto A = reinterpret_cast<NoMatchTy>(foo); // expected-error{{reinterpret_cast cannot resolve over… in testIt()343 …auto ARef = reinterpret_cast<NoMatchTy>(&foo); // expected-error{{reinterpret_cast cannot resolve … in testIt()345 …auto C = (NoMatchTy)foo; // expected-error{{address of overloaded function 'foo' does not match re… in testIt()346 …auto CRef = (NoMatchTy)&foo; // expected-error{{address of overloaded function 'foo' does not matc… in testIt()