Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyLogical.cpp33 const auto LeftOrOperator = [=](const BinOp *A) { in implies() local
75 : LeftOrOperator(cast<And>(LHS)); in implies()
81 return LNeg ? LeftOrOperator(cast<Or>(LHS)) in implies()