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

  /src/external/bsd/openldap/dist/doc/guide/admin/
Makefile 1 ## Makefile for OpenLDAP Administrator's Guide
15 all: guide.html index.html
18 www: guide.html booktitle.html index.html OpenLDAP-Admin-Guide.pdf
37 guide.sdf \
82 guide.html: guide.sdf sdf-src sdf-img
83 sdf -2html guide.sdf
94 guide.pdf: admin.html booktitle.html guide.boo
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexDecl.cpp 278 } else if (const auto *Guide = dyn_cast<CXXDeductionGuideDecl>(D)) {
279 IndexCtx.handleReference(Guide->getDeducedTemplate()->getTemplatedDecl(),
280 Guide->getLocation(), Guide,
281 Guide->getDeclContext());
  /src/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/
popham.asm 50 C MMX instructions" in the Athlon Optimization Guide, AMD document 22007,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp 319 // syntactic form of a deduction guide is enough to identify it even
335 // guide names.
2084 /// constructor to a deduction guide.
2131 /// corresponding deduction guide, per C++1z [over.match.class.deduct]p1.
2151 /// Transform a constructor declaration into a deduction guide.
2225 /// Build a deduction guide with the specified parameter types.
2255 /// Transform a constructor template parameter into a deduction guide template
2341 // the user can write in a deduction-guide (because they cannot enter the
2436 // Build the implicit deduction guide template.
2437 auto *Guide
    [all...]
SemaTemplateDeduction.cpp 1183 /// when forming an implicit deduction guide.
1185 auto *Guide = dyn_cast<CXXDeductionGuideDecl>(FTD->getTemplatedDecl());
1186 if (!Guide || !Guide->isImplicit())
1188 return Guide->getDeducedTemplate()->getTemplateParameters()->size();
SemaTemplateInstantiateDecl.cpp 1873 /// 3) substituting deduction guide declarations for nested class templates
5931 // An implicit deduction guide acts as if it's within the class template
5933 auto *Guide = dyn_cast<CXXDeductionGuideDecl>(FD);
5934 if (Guide && Guide->isImplicit()) {
5935 TemplateDecl *TD = Guide->getDeducedTemplate();
SemaDecl.cpp 5338 // C++ [temp.deduct.guide]p3:
10961 } else if (auto *Guide = dyn_cast<CXXDeductionGuideDecl>(NewFD)) {
10962 if (auto *TD = Guide->getDescribedFunctionTemplate())
10965 // A deduction guide is not on the list of entities that can be
10967 if (Guide->getTemplateSpecializationKind() == TSK_ExplicitSpecialization)
10968 Diag(Guide->getBeginLoc(), diag::err_deduction_guide_specialized)
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 3457 } else if (auto *Guide = dyn_cast<CXXDeductionGuideDecl>(D)) {
3459 importExplicitSpecifier(Err, Guide->getExplicitSpecifier());
3461 importChecked(Err, Guide->getCorrespondingConstructor());
3469 ->setIsCopyDeductionCandidate(Guide->isCopyDeductionCandidate());

Completed in 64 milliseconds