Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5350 return GetUndefRValue(RetTy); in EmitCall()
5368 return GetUndefRValue(RetTy); in EmitCall()
5425 return GetUndefRValue(RetTy); in EmitCall()
H A DCGExpr.cpp1186 RValue CodeGenFunction::GetUndefRValue(QualType Ty) { in GetUndefRValue() function in CodeGenFunction
1215 return GetUndefRValue(E->getType()); in EmitUnsupportedRValue()
H A DCodeGenFunction.h3677 RValue GetUndefRValue(QualType Ty);
H A DCGBuiltin.cpp5292 return GetUndefRValue(E->getType()); in EmitBuiltinExpr()