OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBitwiseOp
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp
184
if (BinaryOperator::
isBitwiseOp
(Op))
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
3819
static bool
isBitwiseOp
(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; }
3820
bool
isBitwiseOp
() const { return
isBitwiseOp
(getOpcode()); }
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp
805
if (BO->isShiftOp() || BO->
isBitwiseOp
())
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
8637
unsigned DiagID = BinaryOperator::
isBitwiseOp
(CondOpcode)
11288
bool
IsBitwiseOp
= Opc == BO_And || Opc == BO_Or || Opc == BO_Xor;
11290
<< Loc <<
IsBitwiseOp
;
11299
<<
IsBitwiseOp
14245
bool isLeftBitwise = LHSBO && LHSBO->
isBitwiseOp
();
14246
bool isRightBitwise = RHSBO && RHSBO->
isBitwiseOp
();
14344
if (Bop->
isBitwiseOp
() && Bop->getOpcode() < Opc) {
14402
if (BinaryOperator::
isBitwiseOp
(Opc))
SemaOpenMP.cpp
10473
AtomicInnerBinOp->
isBitwiseOp
()) {
Completed in 91 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026