Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp11288 bool IsBitwiseOp = Opc == BO_And || Opc == BO_Or || Opc == BO_Xor; in diagnoseLogicalNotOnLHSofCheck() local
11290 << Loc << IsBitwiseOp; in diagnoseLogicalNotOnLHSofCheck()
11299 << IsBitwiseOp in diagnoseLogicalNotOnLHSofCheck()