Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h59 inline bool partiallyMatches(const til::SExpr *E1, const til::SExpr *E2) { in partiallyMatches() function
284 bool partiallyMatches(const CapabilityExpr &other) const { in partiallyMatches() function
286 sx::partiallyMatches(CapExpr, other.CapExpr); in partiallyMatches()
/external/clang/lib/Analysis/
DThreadSafety.cpp238 return FM[ID].partiallyMatches(CapE); in findPartialMatch()