Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOperationKinds.h306 BO_Shl, BO_Shr, // [C99 6.5.7] Bitwise shift operators. enumerator
DStmtVisitor.h52 case BO_Shl: DISPATCH(BinShl, BinaryOperator); in Visit()
DExpr.h2847 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } in isShiftOp()
/external/clang/lib/StaticAnalyzer/Checkers/
DIdempotentOperationChecker.cpp280 case BO_Shl: in checkPreStmt()
312 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/
DBasicValueFactory.cpp168 case BO_Shl: { in evalAPSInt()
DSimpleConstraintManager.cpp43 case BO_Shl: in canReasonAbout()
DSimpleSValBuilder.cpp240 case BO_Shl: in MakeSymIntVal()
411 case BO_Shl: in evalBinOpNN()
DSymbolManager.cpp39 case BO_Shl: os << "<<" ; break; in print()
DExprEngineC.cpp104 case BO_ShlAssign: Op = BO_Shl; break; in VisitBinaryOperator()
/external/clang/lib/AST/
DStmtProfile.cpp619 BinaryOp = BO_Shl; in DecodeOperatorCall()
DExpr.cpp1582 case BO_Shl: return "<<"; in getOpcodeStr()
1635 case OO_LessLess: return BO_Shl; in getOverloadedOpcode()
DExprConstant.cpp4705 case BO_Shl: { in VisitBinOp()
6624 case BO_Shl: in CheckICE()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2836 case BO_Shl: in EmitCompoundAssignmentLValue()
/external/clang/lib/Sema/
DSemaExpr.cpp6530 if (Opc != BO_Shl) in DiagnoseBadShiftValues()
8130 case tok::lessless: Opc = BO_Shl; break; in ConvertTokenKindToBinaryOpcode()
8275 case BO_Shl: in CreateBuiltinBinOp()
DSemaChecking.cpp4062 case BO_Shl: in GetExprRange()