Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1231 const threadSafety::til::SExpr *SExp = CapE.sexpr(); in inCurrentScope() local
1232 assert(SExp && "Null expressions should be ignored"); in inCurrentScope()
1234 if (const auto *LP = dyn_cast<til::LiteralPtr>(SExp)) { in inCurrentScope()
1247 if (const auto *P = dyn_cast<til::Project>(SExp)) { in inCurrentScope()