Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp11976 bool IsBitwiseOp = Opc == BO_And || Opc == BO_Or || Opc == BO_Xor; in diagnoseLogicalNotOnLHSofCheck() local
11978 << Loc << IsBitwiseOp; in diagnoseLogicalNotOnLHSofCheck()
11987 << IsBitwiseOp in diagnoseLogicalNotOnLHSofCheck()