clang 20.0.0git
|
Functions | |
bool | equals (const til::SExpr *E1, const til::SExpr *E2) |
bool | matches (const til::SExpr *E1, const til::SExpr *E2) |
bool | partiallyMatches (const til::SExpr *E1, const til::SExpr *E2) |
std::string | toString (const til::SExpr *E) |
|
inline |
Definition at line 65 of file ThreadSafetyCommon.h.
References clang::threadSafety::til::EqualsComparator::compareExprs().
Referenced by clang::threadSafety::CapabilityExpr::equals().
|
inline |
Definition at line 69 of file ThreadSafetyCommon.h.
References clang::threadSafety::til::MatchComparator::compareExprs().
Referenced by clang::threadSafety::CapabilityExpr::matches().
|
inline |
Definition at line 81 of file ThreadSafetyCommon.h.
Referenced by clang::threadSafety::CapabilityExpr::partiallyMatches().
|
inline |
Definition at line 91 of file ThreadSafetyCommon.h.
References E, and clang::threadSafety::til::PrettyPrinter< StdPrinter, std::ostream >::print().
Referenced by clang::threadSafety::CapabilityExpr::toString().