Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.cpp294 while (isCurrentlyFalse(*NewWatchedLitIter)) in updateWatchedLiterals()
342 [this](Literal L) { return isCurrentlyFalse(L); }); in isUnit()
347 bool isCurrentlyFalse(Literal Lit) const { in isCurrentlyFalse() function in clang::dataflow::__anondce44e890111::WatchedLiteralsSolverImpl