Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp5343 return GetUndefRValue(RetTy); in EmitCall()
5361 return GetUndefRValue(RetTy); in EmitCall()
5418 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.h3676 RValue GetUndefRValue(QualType Ty);
H A DCGBuiltin.cpp5211 return GetUndefRValue(E->getType()); in EmitBuiltinExpr()