Searched refs:subsumes (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaConcept.cpp | 1310 static bool subsumes(NormalForm PDNF, NormalForm QCNF, in subsumes() function 1342 static bool subsumes(Sema &S, NamedDecl *DP, ArrayRef<const Expr *> P, in subsumes() function 1359 Subsumes = subsumes(PDNF, QCNF, E); in subsumes() 1415 if (subsumes(*this, D1, AC1, D2, AC2, Result, in IsAtLeastAsConstrained() 1417 return A.subsumes(Context, B); in IsAtLeastAsConstrained() 1435 return A.subsumes(Context, B); in MaybeEmitAmbiguousAtomicConstraintsDiagnostic() 1475 bool Is1AtLeastAs2Normally = subsumes(DNF1, CNF2, NormalExprEvaluator); in MaybeEmitAmbiguousAtomicConstraintsDiagnostic() 1476 bool Is2AtLeastAs1Normally = subsumes(DNF2, CNF1, NormalExprEvaluator); in MaybeEmitAmbiguousAtomicConstraintsDiagnostic() 1477 bool Is1AtLeastAs2 = subsumes(DNF1, CNF2, IdenticalExprEvaluator); in MaybeEmitAmbiguousAtomicConstraintsDiagnostic() 1478 bool Is2AtLeastAs1 = subsumes(DNF2, CNF1, IdenticalExprEvaluator); in MaybeEmitAmbiguousAtomicConstraintsDiagnostic()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | SemaConcept.h | 57 bool subsumes(ASTContext &C, const AtomicConstraint &Other) const { in subsumes() function
|
/openbsd/share/snmp/ |
H A D | TRANSPORT-ADDRESS-MIB.txt | 369 The Posix Local IPC transport domain subsumes UNIX domain
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | DriverInternals.rst | 86 Darwin, this implies that the Clang driver also subsumes the gcc
|
/openbsd/gnu/llvm/libcxx/docs/Status/ |
H A D | Cxx20Papers.csv | 190 "`P2101R0 <https://wg21.link/P2101R0>`__","LWG","'Models' subsumes 'satisfies' (Wording for US298 a…
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | FSFChangeLog.10 | 3510 open_include_file now subsumes redundant_include_p and lookup_import.
|