Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DThreadSafety.cpp1270 const threadSafety::til::SExpr *SExp = CapE.sexpr(); in inCurrentScope() local
1271 assert(SExp && "Null expressions should be ignored"); in inCurrentScope()
1273 if (const auto *LP = dyn_cast<til::LiteralPtr>(SExp)) { in inCurrentScope()
1286 if (const auto *P = dyn_cast<til::Project>(SExp)) { in inCurrentScope()