Home
last modified time | relevance | path

Searched refs:OldFnRetTy (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp617 Type *OldFnRetTy = TheSwitch->getParent()->getParent()->getReturnType(); in emitCallAndSwitchStatement() local
625 if (OldFnRetTy->isVoidTy()) { in emitCallAndSwitchStatement()
627 } else if (OldFnRetTy == TheSwitch->getCondition()->getType()) { in emitCallAndSwitchStatement()
634 Constant::getNullValue(OldFnRetTy), TheSwitch); in emitCallAndSwitchStatement()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCodeExtractor.cpp582 Type *OldFnRetTy = TheSwitch->getParent()->getParent()->getReturnType(); in emitCallAndSwitchStatement() local
590 if (OldFnRetTy->isVoidTy()) { in emitCallAndSwitchStatement()
592 } else if (OldFnRetTy == TheSwitch->getCondition()->getType()) { in emitCallAndSwitchStatement()
599 Constant::getNullValue(OldFnRetTy), TheSwitch); in emitCallAndSwitchStatement()
/external/clang/lib/CodeGen/
DCodeGenFunction.h1091 OldReturnValue(CGF.ReturnValue), OldFnRetTy(CGF.FnRetTy), in InlinedInheritingConstructorScope()
1116 CGF.FnRetTy = OldFnRetTy; in ~InlinedInheritingConstructorScope()
1132 QualType OldFnRetTy; variable