Searched refs:null_ptr_rep (Results 1 – 1 of 1) sorted by relevance
486 static int (X::*const null_ptr_rep)() = nullptr; in can_catch() local487 adjustedPtr = const_cast<int (X::**)()>(&null_ptr_rep); in can_catch()489 static int X::*const null_ptr_rep = nullptr; in can_catch() local490 adjustedPtr = const_cast<int X::**>(&null_ptr_rep); in can_catch()