Searched refs:null_ptr_rep (Results 1 – 1 of 1) sorted by relevance
488 static int (X::*const null_ptr_rep)() = nullptr; in can_catch() local489 adjustedPtr = const_cast<int (X::**)()>(&null_ptr_rep); in can_catch()491 static int X::*const null_ptr_rep = nullptr; in can_catch() local492 adjustedPtr = const_cast<int X::**>(&null_ptr_rep); in can_catch()