Searched refs:BO_Shl (Results 1 - 15 of 15) sorted by relevance

/external/clang/include/clang/AST/
H A DOperationKinds.h309 BO_Shl, BO_Shr, // [C99 6.5.7] Bitwise shift operators. enumerator in enum:clang::BinaryOperatorKind
H A DStmtVisitor.h53 case BO_Shl: DISPATCH(BinShl, BinaryOperator);
H A DExpr.h2959 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; }
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp78 if (opc != BO_Mul && opc != BO_Add && opc != BO_Sub && opc != BO_Shl)
H A DIdempotentOperationChecker.cpp281 case BO_Shl:
313 case BO_Shl:
/external/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp168 case BO_Shl: {
H A DSimpleConstraintManager.cpp43 case BO_Shl:
H A DSimpleSValBuilder.cpp219 case BO_Shl:
390 case BO_Shl:
H A DExprEngineC.cpp107 case BO_ShlAssign: Op = BO_Shl; break;
/external/clang/lib/AST/
H A DStmtProfile.cpp657 BinaryOp = BO_Shl;
H A DExpr.cpp1692 case BO_Shl: return "<<";
1745 case OO_LessLess: return BO_Shl;
H A DExprConstant.cpp1515 case BO_Shl: {
8273 case BO_Shl:
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp3263 case BO_Shl:
/external/clang/lib/Sema/
H A DSemaExpr.cpp7090 if (Opc != BO_Shl)
8746 case tok::lessless: Opc = BO_Shl; break;
8934 case BO_Shl:
9240 if ((Opc == BO_Shl && LHSExpr->getType()->isIntegralType(Self.getASTContext()))
H A DSemaChecking.cpp4523 case BO_Shl:

Completed in 555 milliseconds