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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
ReduceBasicBlocks.cpp 48 auto *FnRetTy = BB.getParent()->getReturnType();
50 FnRetTy->isVoidTy() ? nullptr : UndefValue::get(FnRetTy),
72 auto *FnRetTy = SwInst.getParent()->getParent()->getReturnType();
74 FnRetTy->isVoidTy() ? nullptr : UndefValue::get(FnRetTy),
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 1238 } else if (FnRetTy->isReferenceType()) {
2394 LValue ReturnSlot = MakeAddrLValue(ReturnValue, FnRetTy);
CodeGenFunction.cpp 717 FnRetTy = RetTy;
919 auto Nullability = FnRetTy->getNullability(getContext());
CodeGenFunction.h 325 QualType FnRetTy;
1633 OldReturnValue(CGF.ReturnValue), OldFnRetTy(CGF.FnRetTy),
1645 CGF.FnRetTy = QualType();
1658 CGF.FnRetTy = OldFnRetTy;
CGClass.cpp 2265 FnRetTy = RetType;

Completed in 38 milliseconds