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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp705 CGF.EmitDynamicCast(LV.getAddress(CGF), cast<CXXDynamicCastExpr>(E));
H A DCGExprCXX.cpp2218 llvm::Value *CodeGenFunction::EmitDynamicCast(Address ThisAddr, function in class:CodeGenFunction
H A DCodeGenFunction.h2801 llvm::Value *EmitDynamicCast(Address V, const CXXDynamicCastExpr *DCE);
H A DCGExpr.cpp4579 return MakeNaturalAlignAddrLValue(EmitDynamicCast(V, DCE), E->getType());
H A DCGExprScalar.cpp2142 return CGF.EmitDynamicCast(V, DCE);

Completed in 146 milliseconds