Home | History | Annotate | Download | only in Analysis

Lines Matching refs:sexpr

846   SmallVector<const til::SExpr *, 4> UnderlyingMutexes;
853 UnderlyingMutexes.push_back(M.sexpr());
855 UnderlyingMutexes.push_back(M.sexpr());
862 for (const til::SExpr *UnderlyingMutex : UnderlyingMutexes) {
877 for (const til::SExpr *UnderlyingMutex : UnderlyingMutexes) {
1172 if (auto *P = dyn_cast_or_null<til::Project>(CapE.sexpr())) {