HomeSort by: relevance | last modified time | path
    Searched refs:OldFnRetTy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 1334 Type *OldFnRetTy = TheSwitch->getParent()->getParent()->getReturnType();
1342 if (OldFnRetTy->isVoidTy()) {
1344 } else if (OldFnRetTy == TheSwitch->getCondition()->getType()) {
1351 Constant::getNullValue(OldFnRetTy), TheSwitch);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h 1633 OldReturnValue(CGF.ReturnValue), OldFnRetTy(CGF.FnRetTy),
1658 CGF.FnRetTy = OldFnRetTy;
1674 QualType OldFnRetTy;

Completed in 45 milliseconds