Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyLogical.cpp37 const auto RightOrOperator = [=](const BinOp *A) { in implies() local
49 return RNeg ? RightOrOperator(cast<And>(RHS)) in implies()
57 : RightOrOperator(cast<Or>(RHS)); in implies()