HomeSort by: relevance | last modified time | path
    Searched defs:Concept (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 169 /// Construct a TTI object using a type implementing the \c Concept
177 /// the \c Concept API below.
1430 class Concept;
1436 std::unique_ptr<Concept> TTIImpl;
1439 class TargetTransformInfo::Concept {
1441 virtual ~Concept() = 0;
1730 class TargetTransformInfo::Model final : public TargetTransformInfo::Concept {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 1399 TargetTransformInfo::Concept::~Concept() {}
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp 4685 ConceptDecl *Concept = Type.getTypeConstraintConcept();
4696 if (S.CheckTemplateArgumentList(Concept, SourceLocation(), TemplateArgs,
4699 if (S.CheckConstraintSatisfaction(Concept, {Concept->getConstraintExpr()},
4706 OS << "'" << Concept->getName();
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 2393 /// The name was classified as a concept name.
2459 static NameClassification Concept(TemplateName Name) {
2564 Concept,
6740 /// associated constraints of the template or concept, nullptr will be cached
6766 /// of atomic constraints involved had been declared in a concept and not
6775 /// check (either a concept or a constrained entity).
8622 // the constraint expression of a concept. This includes the checks that
8908 /// constrained entity (a concept declaration or a template with associated
8918 /// concept.

Completed in 29 milliseconds