Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafety.cpp1217 const threadSafety::til::SExpr *SExp = CapE.sexpr(); in inCurrentScope() local
1218 assert(SExp && "Null expressions should be ignored"); in inCurrentScope()
1220 if (const auto *LP = dyn_cast<til::LiteralPtr>(SExp)) { in inCurrentScope()
1233 if (const auto *P = dyn_cast<til::Project>(SExp)) { in inCurrentScope()