Home
last modified time | relevance | path

Searched refs:Concept (Results 1 – 25 of 81) sorted by relevance

1234

/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Drlman.texi62 * Concept Index:: Index of concepts described in this manual.
76 @node Concept Index
77 @unnumbered Concept Index
H A Dhistory.texi61 * Concept Index:: Index of concepts described in this manual.
77 @node Concept Index
78 @appendix Concept Index
H A Dhistory.info37 * Concept Index:: Index of concepts described in this manual.
812 File: history.info, Node: GNU Free Documentation License, Next: Concept Index, Prev: Programming…
1294 File: history.info, Node: Concept Index, Next: Function and Variable Index, Prev: GNU Free Docum…
1296 Appendix B Concept Index
1311 File: history.info, Node: Function and Variable Index, Prev: Concept Index, Up: Top
1418 Node: Concept Index56349
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgccint.texi139 * Concept Index:: Index of concepts and symbol names.
197 @node Concept Index
198 @unnumbered Concept Index
H A Dcppinternals.info42 * Concept Index::
76 * Concept Index:: Index.
927 File: cppinternals.info, Node: Files, Next: Concept Index, Prev: Guard Macros, Up: Top
995 File: cppinternals.info, Node: Concept Index, Prev: Files, Up: Top
997 Concept Index
1039 Node: Concept Index48339
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgccint.texi139 * Concept Index:: Index of concepts and symbol names.
197 @node Concept Index
198 @unnumbered Concept Index
H A Dcppinternals.info42 * Concept Index::
76 * Concept Index:: Index.
927 File: cppinternals.info, Node: Files, Next: Concept Index, Prev: Guard Macros, Up: Top
995 File: cppinternals.info, Node: Concept Index, Prev: Files, Up: Top
997 Concept Index
1039 Node: Concept Index48342
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h875 class Concept;
883 std::vector<std::unique_ptr<Concept>> AAs;
955 class AAResults::Concept {
957 virtual ~Concept() = 0;
1019 template <typename AAResultT> class AAResults::Model final : public Concept {
H A DTargetTransformInfo.h1430 class Concept; variable
1436 std::unique_ptr<Concept> TTIImpl;
1439 class TargetTransformInfo::Concept {
1441 virtual ~Concept() = 0;
1730 class TargetTransformInfo::Model final : public TargetTransformInfo::Concept {
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaConcept.cpp681 ConceptDecl *Concept, ArrayRef<TemplateArgument> TemplateArgs, in substituteParameterMappings() argument
684 if (substituteParameterMappings(S, N.getLHS(), Concept, TemplateArgs, in substituteParameterMappings()
687 return substituteParameterMappings(S, N.getRHS(), Concept, TemplateArgs, in substituteParameterMappings()
690 TemplateParameterList *TemplateParams = Concept->getTemplateParameters(); in substituteParameterMappings()
722 Sema::InstantiatingTemplate::ParameterMappingSubstitution{}, Concept, in substituteParameterMappings()
H A DSemaTemplateDeduction.cpp4685 ConceptDecl *Concept = Type.getTypeConstraintConcept(); in CheckDeducedPlaceholderConstraints() local
4696 if (S.CheckTemplateArgumentList(Concept, SourceLocation(), TemplateArgs, in CheckDeducedPlaceholderConstraints()
4699 if (S.CheckConstraintSatisfaction(Concept, {Concept->getConstraintExpr()}, in CheckDeducedPlaceholderConstraints()
4706 OS << "'" << Concept->getName(); in CheckDeducedPlaceholderConstraints()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/unittests/Tooling/
H A DBUILD.gn50 "RecursiveASTVisitorTests/Concept.cpp",
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDeclNodes.td73 def Concept : DeclNode<Template>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAliasAnalysis.cpp806 AAResults::Concept::~Concept() = default;
H A DTargetTransformInfo.cpp1399 TargetTransformInfo::Concept::~Concept() {} in ~Concept()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTCommon.cpp427 case Decl::Concept: in isRedeclarableDeclKind()
/netbsd-src/external/lgpl3/gmp/dist/doc/
H A Dgmp.info171 Node: Concept Index415316
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp1144 else if (const auto *Concept = dyn_cast<ConceptDecl>(D)) { in VisitTemplateDecl() local
1145 Out << "concept " << Concept->getName() << " = " ; in VisitTemplateDecl()
1146 Concept->getConstraintExpr()->printPretty(Out, nullptr, Policy, Indentation, in VisitTemplateDecl()
/netbsd-src/external/gpl2/groff/dist/doc/
H A Dgroff294 Node: Concept Index504320
/netbsd-src/external/bsd/flex/dist/doc/
H A Dflex.info274 Node: Concept Index291612
H A Dflex.info-244 File: flex.info, Node: Index of Functions and Macros, Next: Index of Variables, Prev: Concept In…
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/doc/
H A Dgprofng.info73 * The Concept of a CPU in gprofng:: The definition of a CPU.
1458 'gprofng' (*Note The Concept of a CPU in gprofng::).
2451 * The Concept of a CPU in gprofng:: The definition of a CPU.
2606 File: gprofng.info, Node: Load Objects and Functions, Next: The Concept of a CPU in gprofng, Pre…
2649 File: gprofng.info, Node: The Concept of a CPU in gprofng, Next: Hardware Event Counters Explaine…
2651 4.7 The Concept of a CPU in gprofng
2668 File: gprofng.info, Node: Hardware Event Counters Explained, Next: apath, Prev: The Concept of a…
2902 * CPU: The Concept of a CPU in gprofng.
3049 Node: The Concept of a CPU in gprofng106919
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclTemplate.h3237 : TemplateDecl(Concept, DC, L, Name, Params),
3264 static bool classofKind(Kind K) { return K == Concept; }
/netbsd-src/external/lgpl3/mpc/dist/doc/
H A Dmpc.info38 * Concept Index::
1400 File: mpc.info, Node: References, Next: Concept Index, Prev: Ball Arithmetic, Up: Top
1422 File: mpc.info, Node: Concept Index, Next: Function Index, Prev: References, Up: Top
1424 Concept Index
1464 File: mpc.info, Node: Function Index, Next: Type Index, Prev: Concept Index, Up: Top
2238 Node: Concept Index66931
/netbsd-src/external/gpl2/grep/dist/doc/
H A Dgrep.texi108 * Concept Index:: A menu with all the topics in this manual.
1703 @node GNU Free Documentation License, Concept Index, GNU General Public License, Copying
2072 @node Concept Index, Index, GNU Free Documentation License, Top
2073 @unnumbered Concept Index
2081 @node Index,, Concept Index, Top

1234