Home
last modified time | relevance | path

Searched refs:BO_Shl (Results 1 – 16 of 16) sorted by relevance

/external/clang/include/clang/AST/
DOperationKinds.h302 BO_Shl, BO_Shr, // [C99 6.5.7] Bitwise shift operators. enumerator
DStmtVisitor.h52 case BO_Shl: DISPATCH(BinShl, BinaryOperator); in Visit()
DExpr.h2835 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } in isShiftOp()
/external/clang/lib/StaticAnalyzer/Checkers/
DIdempotentOperationChecker.cpp279 case BO_Shl: in checkPreStmt()
311 case BO_Shl: in checkPreStmt()
DMallocOverflowSecurityChecker.cpp78 if (opc != BO_Mul && opc != BO_Add && opc != BO_Sub && opc != BO_Shl) in CheckMallocArgument()
/external/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.cpp42 case BO_Shl: in canReasonAbout()
DBasicValueFactory.cpp171 case BO_Shl: { in evalAPSInt()
DSimpleSValBuilder.cpp243 case BO_Shl: in MakeSymIntVal()
388 case BO_Shl: in evalBinOpNN()
DSymbolManager.cpp39 case BO_Shl: os << "<<" ; break; in print()
DExprEngineC.cpp84 case BO_ShlAssign: Op = BO_Shl; break; in VisitBinaryOperator()
/external/clang/lib/AST/
DStmtProfile.cpp614 BinaryOp = BO_Shl; in DecodeOperatorCall()
DExpr.cpp1446 case BO_Shl: return "<<"; in getOpcodeStr()
1499 case OO_LessLess: return BO_Shl; in getOverloadedOpcode()
DExprConstant.cpp4743 case BO_Shl: { in VisitBinOp()
6662 case BO_Shl: in CheckICE()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2838 case BO_Shl: in EmitCompoundAssignmentLValue()
/external/clang/lib/Sema/
DSemaExpr.cpp6371 if (Opc != BO_Shl) in DiagnoseBadShiftValues()
7787 case tok::lessless: Opc = BO_Shl; break; in ConvertTokenKindToBinaryOpcode()
7933 case BO_Shl: in CreateBuiltinBinOp()
DSemaChecking.cpp3637 case BO_Shl: in GetExprRange()