Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp12237 bool IsBitwiseOp = Opc == BO_And || Opc == BO_Or || Opc == BO_Xor; in diagnoseLogicalNotOnLHSofCheck() local
12239 << Loc << IsBitwiseOp; in diagnoseLogicalNotOnLHSofCheck()
12248 << IsBitwiseOp in diagnoseLogicalNotOnLHSofCheck()