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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaConcept.cpp 932 NamedDecl *D2, ArrayRef<const Expr *> AC2,
935 Result = AC2.empty();
938 if (AC2.empty()) {
951 if (subsumes(*this, D1, AC1, D2, AC2, Result,
961 ArrayRef<const Expr *> AC1, NamedDecl *D2, ArrayRef<const Expr *> AC2) {
966 if (AC1.empty() || AC2.empty())
1005 auto *Normalized2 = getNormalizedAssociatedConstraints(D2, AC2);
SemaTemplateDeduction.cpp 5282 llvm::SmallVector<const Expr *, 3> AC1, AC2;
5284 FT2->getAssociatedConstraints(AC2);
5286 if (IsAtLeastAsConstrained(FT1, AC1, FT2, AC2, AtLeastAsConstrained1))
5288 if (IsAtLeastAsConstrained(FT2, AC2, FT1, AC1, AtLeastAsConstrained2))
5516 llvm::SmallVector<const Expr *, 3> AC1, AC2;
5518 PS2->getAssociatedConstraints(AC2);
5520 if (IsAtLeastAsConstrained(PS1, AC1, PS2, AC2, AtLeastAsConstrained1))
5522 if (IsAtLeastAsConstrained(PS2, AC2, PS1, AC1, AtLeastAsConstrained2))
5580 llvm::SmallVector<const Expr *, 3> AC1, AC2;
5582 PS2->getAssociatedConstraints(AC2);
    [all...]
SemaOverload.cpp 12316 SmallVector<const Expr *, 1> AC1, AC2;
12318 FD2->getAssociatedConstraints(AC2);
12320 if (IsAtLeastAsConstrained(FD1, AC1, FD2, AC2, AtLeastAsConstrained1))
12322 if (IsAtLeastAsConstrained(FD2, AC2, FD1, AC1, AtLeastAsConstrained2))
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 5532 case Mips::AC2:
5546 case Mips::AC2:
5560 case Mips::AC2:
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 6762 NamedDecl *D2, ArrayRef<const Expr *> AC2,
6770 ArrayRef<const Expr *> AC1, NamedDecl *D2, ArrayRef<const Expr *> AC2);

Completed in 41 milliseconds