The crucial applications they use are written by others (like the Linux kernel).
Also, having seen the output of several Googlers, I think their code quality is overrated.
No, they don't: https://youtu.be/NOCElcMcFik?t=2304
auto ptr = new (std::nothrow) ...... if (ptr != nullptr) { //........ }