Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafetyLogical.cpp38 const auto RightOrOperator = [=](const BinOp *A) { in implies() local
50 return RNeg ? RightOrOperator(cast<And>(RHS)) in implies()
58 : RightOrOperator(cast<Or>(RHS)); in implies()