OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAdditiveOp
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
PointerArithChecker.cpp
320
if (!BOp->
isAdditiveOp
() && OpKind != BO_AddAssign && OpKind != BO_SubAssign)
331
reportPointerArithMisuse(Lhs, C, !BOp->
isAdditiveOp
());
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp
226
if (BinaryOperator::
isAdditiveOp
(SymInt->getOpcode()))
258
else if (BinaryOperator::
isAdditiveOp
(Op))
341
} else if (BinaryOperator::
isAdditiveOp
(Op)) {
593
if (BinaryOperator::
isAdditiveOp
(op)) {
595
if (BinaryOperator::
isAdditiveOp
(lop)) {
ExprEngineC.cpp
82
if (B->
isAdditiveOp
()) {
BugReporterVisitors.cpp
74
if (B->
isAdditiveOp
() && B->getType()->isPointerType()) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
3814
static bool
isAdditiveOp
(Opcode Opc) { return Opc == BO_Add || Opc==BO_Sub; }
3815
bool
isAdditiveOp
() const { return
isAdditiveOp
(getOpcode()); }
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
7525
if (BinOp->
isAdditiveOp
()) {
10250
if (!BO || !BO->
isAdditiveOp
())
SemaOpenMP.cpp
7722
if (BO->
isAdditiveOp
()) {
10472
AtomicInnerBinOp->
isAdditiveOp
() || AtomicInnerBinOp->isShiftOp() ||
SemaDecl.cpp
17963
if (!BO->
isAdditiveOp
())
SemaExpr.cpp
8540
return BinaryOperator::
isAdditiveOp
(Opc) ||
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp
12378
if (E->
isAdditiveOp
() && LHSVal.isLValue() && RHSVal.isInt()) {
Completed in 101 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026