Home
last modified time | relevance | path

Searched refs:FTD (Results 1 – 25 of 584) sorted by last modified time

12345678910>>...24

/dports/math/gap/gap-4.11.0/grp/
H A Dclasmax.grp8217 "]d*yP=/UM,.44yoK[+e`W3SRsiGy5Y2T61*LJ09FaXger.llvb<FTD>RnU:mPTYh?-=[@r>SCv`pp[y<d<m0LB=.JD[oopUO"],
/dports/math/gap/gap-4.11.0/pkg/SmallGrp-1.4.1/small7/
H A Dsml512.ao145 ]g-P>c5XHk }uEIMK8[0SCf,O=b4B+)L]1TDgX }fEQK[0SCfG }A0KSC,O=b4GR+N<3FTD-c5H \
H A Dsml512.b1042 2EK80SCf,=4G/RBe+<3FTD->5H ecfH)S2D%I6Y.QAd2UEh!ecofeS/D.1!ecof)S2D/g ecofeT\
1043 /D%I6Y.QAd*:2EK80SCf,=4G/RBe+<3FTD->5H ecoH)T2D%I6Y.QAd2UEh feeed//D%I6Y.QAd\
1078 4G/RBe+<3FTD->5H h5PHfD%I6Y.QAd2UEh!h6[HeD.1!h6YHfD/g h6[HnD%I6Y.QAd*:2EK80S\
1079 Cf,=4G/RBe+<3FTD->5H h6PHoD%I6Y.QAd2UEh qJ:9)D%I6Y.QAd*:2E(8[0SCf,=4G&J/RBe+\
/dports/math/gap/gap-4.11.0/pkg/loops-3.4.1/data/
H A Dmoufang.tbl4782 {|FTD{M##20Z-fyCq<ELyBgi`y'>&uX?VK,L]Qm50KXQZGm;0$[Irn@dB7%#1`ax+(HgqPNS8T:=7U\
/dports/japanese/font-kanji26/ja-font-kanji26-1.0_3/
H A Dkanji26.am759 M(BECBM08^FTD%N^>QG+OGI<(M:6'".&ZWKI/-<8)H#F'>LL-1@R<F48,5@]9
H A Dkanji26.al378 MK<$Q4H"*'1.@N:H(G)C/*!1J<FTD)-%',(^(0WO"]P(K8<D\)"F+$9+8AN(R
H A Dkanji26.af577 M=FTD&^*&"USOJV:IZY4^K? =\&<:%O)G"R,R'&FG,Y_F9S6?.ZPZ'-B#I#Y'
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/b2xxmini/coregen/
H A Dchipscope_ila.ngc3 …AG:5611\IO2<:1<5?RCE4:427ZKMWDW?4;d<_LH\IX2>:1<:?RCE_L_7=3l4WSKWAZ@NZZ^h7Z\FTD]NKACXIj1\^DZJ_LMGAZ…
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/b200/coregen/
H A Db200_chipscope_ila.ngc3 …:3=PMK68245XECUFQ969j2]NNZKZ<083:<=PMK]NY1?1b:UQMQCXN@XXXn5XRHVF[HICMVKh7Z\FTD]NKACXJ8n0TDBFNY/[@G…
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/coregen/
H A Dfifo_xlnx_512x36_2clk_36to18.ngc3 …v`aX9h1^_H\PAMKBWf=R[LXTZD]FBMG0?SED12\BIZQ[YQG0?RCF;2]NNn5XRHVF[HICMVKh7Z\FTD]NKACXJm1\^DZJ_VKGPM…
H A Dfifo_xlnx_512x36_2clk.ngc3 …[wc`W8k0Y^K]_@NJEVe<]ZOYS[G\ICNF7>PDK01]EHYPTXRF7>QBI:1\IOl4WSKWAZ@NZZ^h7Z\FTD]NKACXIj1\^DZJ_LMGAZ…
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog2158060 …FILE MERGED 2006/07/25 17:38:30 er 1.18.14.1: #i51434# detect: SYLK ID RTD's FTD alternatives P,N,E
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DItaniumMangle.cpp5226 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(ResolvedTemplate)) { in needExactType() local
5227 auto *RD = dyn_cast<CXXRecordDecl>(FTD->getDeclContext()); in needExactType()
H A DStmtPrinter.cpp1431 if (auto *FTD = FD->getPrimaryTemplate()) in VisitMemberExpr() local
1432 TPL = FTD->getTemplateParameters(); in VisitMemberExpr()
H A DDeclPrinter.cpp815 else if (FunctionTemplateDecl *FTD = in VisitFriendDecl() local
818 VisitFunctionTemplateDecl(FTD); in VisitFriendDecl()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaTemplate.cpp2152 NamedDecl *transformConstructor(FunctionTemplateDecl *FTD, in transformConstructor()
2166 if (FTD) { in transformConstructor()
2167 TemplateParameterList *InnerParams = FTD->getTemplateParameters(); in transformConstructor()
2199 if (FTD) { in transformConstructor()
2510 auto *FTD = dyn_cast<FunctionTemplateDecl>(D); in DeclareImplicitDeductionGuides() local
2512 dyn_cast_or_null<CXXConstructorDecl>(FTD ? FTD->getTemplatedDecl() : D); in DeclareImplicitDeductionGuides()
2515 if (!CD || (!FTD && CD->isFunctionTemplateSpecialization())) in DeclareImplicitDeductionGuides()
2524 Transform.transformConstructor(FTD, CD); in DeclareImplicitDeductionGuides()
H A DSemaTemplateDeduction.cpp1184 static unsigned getFirstInnerIndex(FunctionTemplateDecl *FTD) { in getFirstInnerIndex() argument
1185 auto *Guide = dyn_cast<CXXDeductionGuideDecl>(FTD->getTemplatedDecl()); in getFirstInnerIndex()
H A DSemaExpr.cpp2296 if (FunctionTemplateDecl *FTD = in DiagnoseEmptyLookup() local
2299 FTD, DeclAccessPair::make(FTD, AS_none), ExplicitTemplateArgs, in DiagnoseEmptyLookup()
H A DSemaLookup.cpp5221 if (FunctionTemplateDecl *FTD = dyn_cast<FunctionTemplateDecl>(D)) in ValidateCandidate() local
5222 D = FTD->getTemplatedDecl(); in ValidateCandidate()
5259 if (FunctionTemplateDecl *FTD = dyn_cast<FunctionTemplateDecl>(ND)) in ValidateCandidate() local
5260 FD = FTD->getTemplatedDecl(); in ValidateCandidate()
H A DSemaTemplateVariadic.cpp47 auto *FTD = FD ? FD->getDescribedFunctionTemplate() : nullptr; in addUnexpanded() local
48 if (FTD && FTD->getTemplateParameters()->getDepth() >= DepthLimit) in addUnexpanded()
H A DSemaDeclCXX.cpp1189 if (FunctionTemplateDecl *FTD = in checkTupleLikeDecomposition() local
1191 TemplateParameterList *TPL = FTD->getTemplateParameters(); in checkTupleLikeDecomposition()
1593 if (auto *FTD = FD->getDescribedFunctionTemplate()) in CheckCXXDefaultArguments() local
1594 if (FTD->isMemberSpecialization()) in CheckCXXDefaultArguments()
10105 if (FunctionTemplateDecl *FTD = FD->getDescribedFunctionTemplate()) in ActOnReenterTemplateScope() local
10106 ParameterLists.push_back(FTD->getTemplateParameters()); in ActOnReenterTemplateScope()
16972 if (FunctionTemplateDecl *FTD = dyn_cast<FunctionTemplateDecl>(ND)) in ActOnFriendFunctionDecl() local
16973 FD = FTD->getTemplatedDecl(); in ActOnFriendFunctionDecl()
17065 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(Dcl)) { in SetDeclDefaulted() local
17066 if (getDefaultedFunctionKind(FTD->getTemplatedDecl()).isComparison()) { in SetDeclDefaulted()
H A DSemaTemplateInstantiateDecl.cpp294 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(New)) in instantiateOMPDeclareSimdDeclAttr() local
295 New = FTD->getTemplatedDecl(); in instantiateOMPDeclareSimdDeclAttr()
377 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(New)) in instantiateOMPDeclareVariantAttr() local
378 New = FTD->getTemplatedDecl(); in instantiateOMPDeclareVariantAttr()
4745 Sema::InstantiateFunctionDeclaration(FunctionTemplateDecl *FTD, in InstantiateFunctionDeclaration() argument
4748 FunctionDecl *FD = FTD->getTemplatedDecl(); in InstantiateFunctionDeclaration()
4752 *this, Loc, FTD, Args->asArray(), in InstantiateFunctionDeclaration()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Serialization/
H A DASTReaderDecl.cpp4242 else if (auto *FTD = dyn_cast<FunctionTemplateDecl>(D)) in loadDeclUpdateRecords() local
4243 ASTDeclReader::AddLazySpecializations(FTD, PendingLazySpecializationIDs); in loadDeclUpdateRecords()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DDeclFriend.h152 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(ND)) in getSourceRange() local
153 return FTD->getSourceRange(); in getSourceRange()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DHover.cpp567 if (const auto *FTD = FD->getDescribedTemplate()) { in getHoverContents() local
569 fetchTemplateParameters(FTD->getTemplateParameters(), PP); in getHoverContents()
570 D = FTD; in getHoverContents()

12345678910>>...24