Home
last modified time | relevance | path

Searched refs:Conjunction (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp398 bool Conjunction = FE->getOperator() == BinaryOperatorKind::BO_LAnd; in calculateConstraintSatisfaction() local
412 if (Conjunction != Satisfaction.IsSatisfied) in calculateConstraintSatisfaction()
426 if (!Conjunction && IsRHSSatisfied) { in calculateConstraintSatisfaction()
439 if (Conjunction != IsRHSSatisfied) in calculateConstraintSatisfaction()
459 Satisfaction.IsSatisfied = Conjunction; in calculateConstraintSatisfaction()
1567 auto Conjunction = fromConstraintExpr(S, D, ACs[0].ConstraintExpr); in fromAssociatedConstraints() local
1568 if (!Conjunction) in fromAssociatedConstraints()
1574 *Conjunction = NormalizedConstraint(S.Context, std::move(*Conjunction), in fromAssociatedConstraints()
1577 return Conjunction; in fromAssociatedConstraints()
H A DSemaTemplateDeductionGuide.cpp905 auto Conjunction = in buildAssociatedConstraints() local
908 if (Conjunction.isInvalid()) in buildAssociatedConstraints()
910 return Conjunction.getAs<Expr>(); in buildAssociatedConstraints()
1294 auto Conjunction = SemaRef.BuildBinOp( in DeclareImplicitDeductionGuidesForTypeAlias() local
1298 if (!Conjunction.isInvalid()) { in DeclareImplicitDeductionGuidesForTypeAlias()
1299 Constraint.ConstraintExpr = Conjunction.getAs<Expr>(); in DeclareImplicitDeductionGuidesForTypeAlias()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc109 TEST(TypeTraits, Conjunction) { in TEST() argument