Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp4416 return GetUndefRValue(RetTy); in EmitCall()
4474 return GetUndefRValue(RetTy); in EmitCall()
H A DCGExpr.cpp1137 RValue CodeGenFunction::GetUndefRValue(QualType Ty) { in GetUndefRValue() function in CodeGenFunction
1166 return GetUndefRValue(E->getType()); in EmitUnsupportedRValue()
H A DCodeGenFunction.h3317 RValue GetUndefRValue(QualType Ty);
H A DCGBuiltin.cpp4032 return GetUndefRValue(E->getType()); in EmitBuiltinExpr()