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.cpp257 bool Conjunction = FE->getOperator() == BinaryOperatorKind::BO_LAnd; in calculateConstraintSatisfaction() local
271 if (Conjunction != Satisfaction.IsSatisfied) in calculateConstraintSatisfaction()
285 if (!Conjunction && IsRHSSatisfied) { in calculateConstraintSatisfaction()
298 if (Conjunction != IsRHSSatisfied) in calculateConstraintSatisfaction()
318 Satisfaction.IsSatisfied = Conjunction; in calculateConstraintSatisfaction()
1554 auto Conjunction = fromConstraintExpr(S, D, E[0]); in fromConstraintExprs() local
1555 if (!Conjunction) in fromConstraintExprs()
1561 *Conjunction = NormalizedConstraint(S.Context, std::move(*Conjunction), in fromConstraintExprs()
1564 return Conjunction; in fromConstraintExprs()
H A DSemaTemplateDeductionGuide.cpp888 auto Conjunction = in buildAssociatedConstraints() local
891 if (Conjunction.isInvalid()) in buildAssociatedConstraints()
893 return Conjunction.getAs<Expr>(); in buildAssociatedConstraints()
1236 auto Conjunction = in DeclareImplicitDeductionGuidesForTypeAlias() local
1239 if (!Conjunction.isInvalid()) in DeclareImplicitDeductionGuidesForTypeAlias()
1240 Constraint = Conjunction.getAs<Expr>(); in DeclareImplicitDeductionGuidesForTypeAlias()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc109 TEST(TypeTraits, Conjunction) { in TEST() argument