Home
last modified time | relevance | path

Searched refs:FPTy (Results 1 – 25 of 88) sorted by relevance

1234

/dports/editors/lazarus-qt5/lazarus/components/debuggerintf/
H A Ddbgintfpseudoterminal.pas51 FPTy: Integer;
91 FPTy := InvalHandle;
103 if FPTy <> InvalHandle
104 then __Close(FPTy);
105 FPTy := InvalHandle;
117 if FPTy <> InvalHandle
118 then __Close(FPTy);
119 FPTy := InvalHandle;
125 FPTy := getpt;
126 if FPTy < 0 then Error;
[all …]
/dports/editors/lazarus/lazarus/components/debuggerintf/
H A Ddbgintfpseudoterminal.pas51 FPTy: Integer;
91 FPTy := InvalHandle;
103 if FPTy <> InvalHandle
104 then __Close(FPTy);
105 FPTy := InvalHandle;
117 if FPTy <> InvalHandle
118 then __Close(FPTy);
119 FPTy := InvalHandle;
125 FPTy := getpt;
126 if FPTy < 0 then Error;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/debuggerintf/
H A Ddbgintfpseudoterminal.pas51 FPTy: Integer;
91 FPTy := InvalHandle;
103 if FPTy <> InvalHandle
104 then __Close(FPTy);
105 FPTy := InvalHandle;
117 if FPTy <> InvalHandle
118 then __Close(FPTy);
119 FPTy := InvalHandle;
125 FPTy := getpt;
126 if FPTy < 0 then Error;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/debuggerintf/
H A Ddbgintfpseudoterminal.pas51 FPTy: Integer;
91 FPTy := InvalHandle;
103 if FPTy <> InvalHandle
104 then __Close(FPTy);
105 FPTy := InvalHandle;
117 if FPTy <> InvalHandle
118 then __Close(FPTy);
119 FPTy := InvalHandle;
125 FPTy := getpt;
126 if FPTy < 0 then Error;
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/VMCore/
H A DVerifier.cpp1148 const PointerType *FPTy = cast<PointerType>(CS.getCalledValue()->getType()); in VerifyCallSite() local
1150 Assert1(FPTy->getElementType()->isFunctionTy(), in VerifyCallSite()
1152 const FunctionType *FTy = cast<FunctionType>(FPTy->getElementType()); in VerifyCallSite()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSema.cpp1922 if (const auto *FPTy = dyn_cast<FunctionProtoType>(Ty)) { in checkDeviceDecl() local
1923 for (const auto &ParamTy : FPTy->param_types()) in checkDeviceDecl()
1925 CheckType(FPTy->getReturnType()); in checkDeviceDecl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSema.cpp1801 if (const auto *FPTy = dyn_cast<FunctionProtoType>(Ty)) { in checkDeviceDecl() local
1802 for (const auto &ParamTy : FPTy->param_types()) in checkDeviceDecl()
1804 CheckType(FPTy->getReturnType()); in checkDeviceDecl()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSema.cpp1837 if (const auto *FPTy = dyn_cast<FunctionProtoType>(Ty)) { in checkDeviceDecl() local
1838 for (const auto &ParamTy : FPTy->param_types()) in checkDeviceDecl()
1840 CheckType(FPTy->getReturnType()); in checkDeviceDecl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSema.cpp1934 if (const auto *FPTy = dyn_cast<FunctionProtoType>(Ty)) { in checkDeviceDecl() local
1935 for (const auto &ParamTy : FPTy->param_types()) in checkDeviceDecl()
1937 CheckType(FPTy->getReturnType()); in checkDeviceDecl()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSema.cpp1751 if (const auto *FPTy = dyn_cast<FunctionProtoType>(Ty)) { in checkDeviceDecl() local
1752 for (const auto &ParamTy : FPTy->param_types()) in checkDeviceDecl()
1754 CheckType(FPTy->getReturnType()); in checkDeviceDecl()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSema.cpp1908 if (const auto *FPTy = dyn_cast<FunctionProtoType>(Ty)) { in checkDeviceDecl() local
1909 for (const auto &ParamTy : FPTy->param_types()) in checkDeviceDecl()
1911 CheckType(FPTy->getReturnType()); in checkDeviceDecl()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSema.cpp1908 if (const auto *FPTy = dyn_cast<FunctionProtoType>(Ty)) { in checkDeviceDecl() local
1909 for (const auto &ParamTy : FPTy->param_types()) in checkDeviceDecl()
1911 CheckType(FPTy->getReturnType()); in checkDeviceDecl()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSema.cpp1908 if (const auto *FPTy = dyn_cast<FunctionProtoType>(Ty)) { in checkDeviceDecl() local
1909 for (const auto &ParamTy : FPTy->param_types()) in checkDeviceDecl()
1911 CheckType(FPTy->getReturnType()); in checkDeviceDecl()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSema.cpp1837 if (const auto *FPTy = dyn_cast<FunctionProtoType>(Ty)) { in checkDeviceDecl() local
1838 for (const auto &ParamTy : FPTy->param_types()) in checkDeviceDecl()
1840 CheckType(FPTy->getReturnType()); in checkDeviceDecl()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSema.cpp1908 if (const auto *FPTy = dyn_cast<FunctionProtoType>(Ty)) { in checkDeviceDecl() local
1909 for (const auto &ParamTy : FPTy->param_types()) in checkDeviceDecl()
1911 CheckType(FPTy->getReturnType()); in checkDeviceDecl()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSema.cpp1908 if (const auto *FPTy = dyn_cast<FunctionProtoType>(Ty)) { in checkDeviceDecl() local
1909 for (const auto &ParamTy : FPTy->param_types()) in checkDeviceDecl()
1911 CheckType(FPTy->getReturnType()); in checkDeviceDecl()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/Mips/
H A DMipsISelLowering.cpp2672 EVT FPTy = EVT::getFloatingPointVT(Val.getValueSizeInBits()); in lowerFP_TO_SINT_STORE() local
2673 SDValue Tr = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Val), FPTy, in lowerFP_TO_SINT_STORE()
2709 EVT FPTy = EVT::getFloatingPointVT(Op.getValueSizeInBits()); in lowerFP_TO_SINT() local
2710 SDValue Trunc = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Op), FPTy, in lowerFP_TO_SINT()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/Mips/
H A DMipsISelLowering.cpp2590 EVT FPTy = EVT::getFloatingPointVT(Val.getValueSizeInBits()); in lowerFP_TO_SINT_STORE() local
2591 SDValue Tr = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Val), FPTy, in lowerFP_TO_SINT_STORE()
2627 EVT FPTy = EVT::getFloatingPointVT(Op.getValueSizeInBits()); in lowerFP_TO_SINT() local
2628 SDValue Trunc = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Op), FPTy, in lowerFP_TO_SINT()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/Mips/
H A DMipsISelLowering.cpp2572 EVT FPTy = EVT::getFloatingPointVT(Val.getValueSizeInBits()); in lowerFP_TO_SINT_STORE() local
2573 SDValue Tr = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Val), FPTy, in lowerFP_TO_SINT_STORE()
2606 EVT FPTy = EVT::getFloatingPointVT(Op.getValueSizeInBits()); in lowerFP_TO_SINT() local
2607 SDValue Trunc = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Op), FPTy, in lowerFP_TO_SINT()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1620 Type *FPTy = I.getType(); in isKnownExactCastIntToFP() local
1626 int DestNumSigBits = FPTy->getFPMantissaWidth(); in isKnownExactCastIntToFP()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1585 Type *FPTy = I.getType(); in isKnownExactCastIntToFP() local
1591 int DestNumSigBits = FPTy->getFPMantissaWidth(); in isKnownExactCastIntToFP()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1625 Type *FPTy = I.getType(); in isKnownExactCastIntToFP() local
1631 int DestNumSigBits = FPTy->getFPMantissaWidth(); in isKnownExactCastIntToFP()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1585 Type *FPTy = I.getType(); in isKnownExactCastIntToFP() local
1591 int DestNumSigBits = FPTy->getFPMantissaWidth(); in isKnownExactCastIntToFP()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1625 Type *FPTy = I.getType(); in isKnownExactCastIntToFP() local
1631 int DestNumSigBits = FPTy->getFPMantissaWidth(); in isKnownExactCastIntToFP()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2787 EVT FPTy = EVT::getFloatingPointVT(Val.getValueSizeInBits()); in lowerFP_TO_SINT_STORE() local
2788 SDValue Tr = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Val), FPTy, in lowerFP_TO_SINT_STORE()
2824 EVT FPTy = EVT::getFloatingPointVT(Op.getValueSizeInBits()); in lowerFP_TO_SINT() local
2825 SDValue Trunc = DAG.getNode(MipsISD::TruncIntFP, SDLoc(Op), FPTy, in lowerFP_TO_SINT()

1234