Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5827 return GetUndefRValue(RetTy); in EmitCall()
5845 return GetUndefRValue(RetTy); in EmitCall()
5908 return GetUndefRValue(RetTy); in EmitCall()
H A DCGExpr.cpp1404 RValue CodeGenFunction::GetUndefRValue(QualType Ty) { in GetUndefRValue() function in CodeGenFunction
1433 return GetUndefRValue(E->getType()); in EmitUnsupportedRValue()
H A DCodeGenFunction.h4095 RValue GetUndefRValue(QualType Ty);
H A DCGBuiltin.cpp6258 return GetUndefRValue(E->getType()); in EmitBuiltinExpr()