Searched refs:NullConstantForBase (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp542 llvm::Constant *NullConstantForBase = CGF.CGM.EmitNullConstantForBase(Base); local
543 if (!NullConstantForBase->isNullValue()) {
545 CGF.CGM.getModule(), NullConstantForBase->getType(),
547 NullConstantForBase, Twine());

Completed in 40 milliseconds