Searched refs:partiallyMatches (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyCommon.h | 59 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/ |
D | ThreadSafetyCommon.h | 81 inline bool partiallyMatches(const til::SExpr *E1, const til::SExpr *E2) { in partiallyMatches() function 310 bool partiallyMatches(const CapabilityExpr &other) const { in partiallyMatches() function 312 sx::partiallyMatches(sexpr(), other.sexpr()); in partiallyMatches()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/ |
D | ThreadSafetyCommon.h | 81 inline bool partiallyMatches(const til::SExpr *E1, const til::SExpr *E2) { in partiallyMatches() function 310 bool partiallyMatches(const CapabilityExpr &other) const { in partiallyMatches() function 312 sx::partiallyMatches(sexpr(), other.sexpr()); in partiallyMatches()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/Analyses/ |
D | ThreadSafetyCommon.h | 81 inline bool partiallyMatches(const til::SExpr *E1, const til::SExpr *E2) { in partiallyMatches() function 310 bool partiallyMatches(const CapabilityExpr &other) const { in partiallyMatches() function 312 sx::partiallyMatches(sexpr(), other.sexpr()); in partiallyMatches()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/Analyses/ |
D | ThreadSafetyCommon.h | 81 inline bool partiallyMatches(const til::SExpr *E1, const til::SExpr *E2) { in partiallyMatches() function 310 bool partiallyMatches(const CapabilityExpr &other) const { in partiallyMatches() function 312 sx::partiallyMatches(sexpr(), other.sexpr()); in partiallyMatches()
|
/aosp_15_r20/external/clang/lib/Analysis/ |
H A D | ThreadSafety.cpp | 238 return FM[ID].partiallyMatches(CapE); in findPartialMatch()
|