/external/clang/include/clang/AST/ |
OperationKinds.h | 310 BO_Mul, BO_Div, BO_Rem, // [C99 6.5.5] Multiplicative operators.
|
StmtVisitor.h | 49 case BO_Mul: DISPATCH(BinMul, BinaryOperator);
|
Expr.h | [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocOverflowSecurityChecker.cpp | 62 return (op == BO_Mul) && (Val == 0); 85 if (mulop == nullptr && opc == BO_Mul) 87 if (opc != BO_Mul && opc != BO_Add && opc != BO_Sub && opc != BO_Shl) 97 } else if ((opc == BO_Add || opc == BO_Mul) &&
|
VLASizeChecker.cpp | 165 state, BO_Mul, ArrayLength, EleSizeVal.castAs<NonLoc>(), SizeTy);
|
ArrayBoundCheckerV2.cpp | 235 return sb.evalBinOpNN(state, BO_Mul, baseVal,
|
/external/clang/lib/StaticAnalyzer/Core/ |
BasicValueFactory.cpp | 153 case BO_Mul:
|
SimpleConstraintManager.cpp | 40 case BO_Mul:
|
SimpleSValBuilder.cpp | 220 case BO_Mul: 405 case BO_Mul: [all...] |
ExprEngineC.cpp | 109 case BO_MulAssign: Op = BO_Mul; break; [all...] |
/external/clang/lib/Sema/ |
SemaTemplateVariadic.cpp | [all...] |
SemaOpenMP.cpp | [all...] |
SemaChecking.cpp | [all...] |
SemaExpr.cpp | [all...] |
/external/clang/lib/Analysis/ |
ThreadSafetyCommon.cpp | 498 case BO_Mul: return translateBinOp(til::BOP_Mul, BO, Ctx); [all...] |
CFG.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGExprScalar.cpp | [all...] |
CGStmtOpenMP.cpp | [all...] |
/external/clang/lib/AST/ |
StmtProfile.cpp | 924 BinaryOp = BO_Mul; [all...] |
Expr.cpp | [all...] |
ExprConstant.cpp | [all...] |