Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5736 return GetUndefRValue(RetTy); in EmitCall()
5754 return GetUndefRValue(RetTy); in EmitCall()
5809 return GetUndefRValue(RetTy); in EmitCall()
H A DCGExpr.cpp1411 RValue CodeGenFunction::GetUndefRValue(QualType Ty) { in GetUndefRValue() function in CodeGenFunction
1440 return GetUndefRValue(E->getType()); in EmitUnsupportedRValue()
H A DCodeGenFunction.h3849 RValue GetUndefRValue(QualType Ty);
H A DCGBuiltin.cpp5993 return GetUndefRValue(E->getType()); in EmitBuiltinExpr()