Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp5524 return GetUndefRValue(RetTy); in EmitCall()
5542 return GetUndefRValue(RetTy); in EmitCall()
5599 return GetUndefRValue(RetTy); in EmitCall()
H A DCGExpr.cpp1173 RValue CodeGenFunction::GetUndefRValue(QualType Ty) { in GetUndefRValue() function in CodeGenFunction
1202 return GetUndefRValue(E->getType()); in EmitUnsupportedRValue()
H A DCodeGenFunction.h3745 RValue GetUndefRValue(QualType Ty);
H A DCGBuiltin.cpp5438 return GetUndefRValue(E->getType()); in EmitBuiltinExpr()