Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/Analysis/Analyses/
H A 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h81 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/
DThreadSafetyCommon.h81 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/
DThreadSafetyCommon.h81 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/
DThreadSafetyCommon.h81 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 DThreadSafety.cpp238 return FM[ID].partiallyMatches(CapE); in findPartialMatch()