Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DCNFFormula.h61 inline constexpr Literal notLit(Literal L) { return L ^ 1; } in notLit() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.cpp307 if (!isWatched(NewWatchedLit) && !isWatched(notLit(NewWatchedLit)) && in updateWatchedLiterals()