Home
last modified time | relevance | path

Searched refs:GetUndefRValue (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp5448 return GetUndefRValue(RetTy); in EmitCall()
5466 return GetUndefRValue(RetTy); in EmitCall()
5523 return GetUndefRValue(RetTy); in EmitCall()
H A DCGExpr.cpp1215 RValue CodeGenFunction::GetUndefRValue(QualType Ty) { in GetUndefRValue() function in CodeGenFunction
1244 return GetUndefRValue(E->getType()); in EmitUnsupportedRValue()
H A DCodeGenFunction.h3742 RValue GetUndefRValue(QualType Ty);
H A DCGBuiltin.cpp5392 return GetUndefRValue(E->getType()); in EmitBuiltinExpr()