OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isShiftOp
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp
480
} else if (!BinaryOperator::
isShiftOp
(op)) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
3816
static bool
isShiftOp
(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; }
3817
bool
isShiftOp
() const { return
isShiftOp
(getOpcode()); }
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp
805
if (BO->
isShiftOp
() || BO->isBitwiseOp())
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp
1544
if (BinaryOperator::
isShiftOp
(Opcode)) {
3710
bool IsShift = BinaryOperator::
isShiftOp
(op.Opcode) ||
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
8542
BinaryOperator::
isShiftOp
(Opc) || Opc == BO_And || Opc == BO_Or;
SemaOpenMP.cpp
10472
AtomicInnerBinOp->isAdditiveOp() || AtomicInnerBinOp->
isShiftOp
() ||
Completed in 92 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026