| HD | SemaTemplateDeduction.cpp | 5724 llvm::SmallVector<const Expr *, 3> AC1, AC2; in getMoreSpecializedTemplate() local 5725 FT1->getAssociatedConstraints(AC1); in getMoreSpecializedTemplate() 5728 if (IsAtLeastAsConstrained(FT1, AC1, FT2, AC2, AtLeastAsConstrained1)) in getMoreSpecializedTemplate() 5730 if (IsAtLeastAsConstrained(FT2, AC2, FT1, AC1, AtLeastAsConstrained2)) in getMoreSpecializedTemplate() 5833 llvm::SmallVector<const Expr *, 1> AC1, AC2; in getMoreConstrainedFunction() local 5834 F1->getAssociatedConstraints(AC1); in getMoreConstrainedFunction() 5837 if (IsAtLeastAsConstrained(F1, AC1, F2, AC2, AtLeastAsConstrained1)) in getMoreConstrainedFunction() 5839 if (IsAtLeastAsConstrained(F2, AC2, F1, AC1, AtLeastAsConstrained2)) in getMoreConstrainedFunction() 6068 llvm::SmallVector<const Expr *, 3> AC1, AC2; in getMoreSpecialized() local 6069 P1->getAssociatedConstraints(AC1); in getMoreSpecialized() [all …]
|