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

/external/clang/lib/CodeGen/
H A DCGCall.cpp2976 return GetUndefRValue(RetTy);
3000 return GetUndefRValue(RetTy);
H A DCGExpr.cpp712 RValue CodeGenFunction::GetUndefRValue(QualType Ty) { function in class:CodeGenFunction
741 return GetUndefRValue(E->getType());
H A DCodeGenFunction.h1913 /// GetUndefRValue - Get an appropriate 'undef' rvalue for the given type.
1914 RValue GetUndefRValue(QualType Ty);
H A DCGBuiltin.cpp1675 return GetUndefRValue(E->getType());

Completed in 84 milliseconds