Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDOperationKinds.h312 BO_Shl, BO_Shr, // [C99 6.5.7] Bitwise shift operators. enumerator
HDStmtVisitor.h53 case BO_Shl: DISPATCH(BinShl, BinaryOperator); in Visit()
HDExpr.h2995 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } in isShiftOp()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDMallocOverflowSecurityChecker.cpp78 if (opc != BO_Mul && opc != BO_Add && opc != BO_Sub && opc != BO_Shl) in CheckMallocArgument()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDSimpleConstraintManager.cpp43 case BO_Shl: in canReasonAbout()
HDBasicValueFactory.cpp172 case BO_Shl: { in evalAPSInt()
HDSimpleSValBuilder.cpp245 case BO_Shl: in MakeSymIntVal()
416 case BO_Shl: in evalBinOpNN()
HDExprEngineC.cpp114 case BO_ShlAssign: Op = BO_Shl; break; in VisitBinaryOperator()
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDThreadSafetyCommon.cpp516 case BO_Shl: return translateBinOp(til::BOP_Shl, BO, Ctx); in translateBinaryOperator()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmtProfile.cpp935 BinaryOp = BO_Shl; in DecodeOperatorCall()
HDExpr.cpp1790 case BO_Shl: return "<<"; in getOpcodeStr()
1843 case OO_LessLess: return BO_Shl; in getOverloadedOpcode()
HDExprConstant.cpp1677 case BO_Shl: { in handleIntIntBinOp()
8886 case BO_Shl: in CheckICE()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp1817 case BO_Shl: in emitOMPAtomicRMW()
HDCGExprScalar.cpp3562 case BO_Shl: in EmitCompoundAssignmentLValue()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp7947 if (Opc != BO_Shl) in DiagnoseBadShiftValues()
9938 case tok::lessless: Opc = BO_Shl; break; in ConvertTokenKindToBinaryOpcode()
10157 case BO_Shl: in CreateBuiltinBinOp()
10464 if ((Opc == BO_Shl && LHSExpr->getType()->isIntegralType(Self.getASTContext())) in DiagnoseBinOpPrecedence()
HDSemaOpenMP.cpp6151 case BO_Shl: in ActOnOpenMPReductionClause()
HDSemaChecking.cpp6132 case BO_Shl: in GetExprRange()