Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp11175 bool IsBitwiseOp = Opc == BO_And || Opc == BO_Or || Opc == BO_Xor; in diagnoseLogicalNotOnLHSofCheck() local
11177 << Loc << IsBitwiseOp; in diagnoseLogicalNotOnLHSofCheck()
11186 << IsBitwiseOp in diagnoseLogicalNotOnLHSofCheck()