Searched refs:OldFnRetTy (Results 1 – 3 of 3) sorted by relevance
617 Type *OldFnRetTy = TheSwitch->getParent()->getParent()->getReturnType(); in emitCallAndSwitchStatement() local625 if (OldFnRetTy->isVoidTy()) { in emitCallAndSwitchStatement()627 } else if (OldFnRetTy == TheSwitch->getCondition()->getType()) { in emitCallAndSwitchStatement()634 Constant::getNullValue(OldFnRetTy), TheSwitch); in emitCallAndSwitchStatement()
1276 Type *OldFnRetTy = TheSwitch->getParent()->getParent()->getReturnType(); in emitCallAndSwitchStatement() local1284 if (OldFnRetTy->isVoidTy()) { in emitCallAndSwitchStatement()1286 } else if (OldFnRetTy == TheSwitch->getCondition()->getType()) { in emitCallAndSwitchStatement()1293 Constant::getNullValue(OldFnRetTy), TheSwitch); in emitCallAndSwitchStatement()
1091 OldReturnValue(CGF.ReturnValue), OldFnRetTy(CGF.FnRetTy), in InlinedInheritingConstructorScope()1116 CGF.FnRetTy = OldFnRetTy; in ~InlinedInheritingConstructorScope()1132 QualType OldFnRetTy; variable