Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp888 auto Conjunction = in buildAssociatedConstraints() local
1236 auto Conjunction = in DeclareImplicitDeductionGuidesForTypeAlias() local
H A DSemaConcept.cpp257 bool Conjunction = FE->getOperator() == BinaryOperatorKind::BO_LAnd; in calculateConstraintSatisfaction() local
1554 auto Conjunction = fromConstraintExpr(S, D, E[0]); in fromConstraintExprs() local
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc109 TEST(TypeTraits, Conjunction) { in TEST() argument