Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1278 auto Conjunction = fromConstraintExpr(S, D, E[0]); in fromConstraintExprs() local
1279 if (!Conjunction) in fromConstraintExprs()
1285 *Conjunction = NormalizedConstraint(S.Context, std::move(*Conjunction), in fromConstraintExprs()
1288 return Conjunction; in fromConstraintExprs()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc109 TEST(TypeTraits, Conjunction) { in TEST() argument