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

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

Completed in 56 milliseconds