Home
last modified time | relevance | path

Searched refs:BO_ShrAssign (Results 1 – 13 of 13) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DOperationKinds.h320 BO_ShlAssign, BO_ShrAssign, enumerator
DStmtVisitor.h75 case BO_ShrAssign: DISPATCH(BinShrAssign, CompoundAssignOperator); in Visit()
DExpr.h3030 return Opc == BO_ShlAssign || Opc == BO_ShrAssign; in isShiftAssignOp()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Analysis/
DPseudoConstantAnalysis.cpp123 case BO_ShrAssign: { in RunAnalysis()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DIdempotentOperationChecker.cpp173 case BO_ShrAssign: in checkPreStmt()
305 case BO_ShrAssign: in checkPreStmt()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp452 case BO_ShrAssign: in evalBinOpNN()
DExprEngineC.cpp108 case BO_ShrAssign: Op = BO_Shr; break; in VisitBinaryOperator()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DStmtProfile.cpp685 BinaryOp = BO_ShrAssign; in DecodeOperatorCall()
DExpr.cpp1764 case BO_ShrAssign: return ">>="; in getOpcodeStr()
1800 case OO_GreaterGreaterEqual: return BO_ShrAssign; in getOverloadedOpcode()
DExprConstant.cpp8417 case BO_ShrAssign: in CheckICE()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExprScalar.cpp2017 case BO_ShrAssign: in EmitCompoundAssignLValue()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExpr.cpp8954 case tok::greatergreaterequal: Opc = BO_ShrAssign; break; in ConvertTokenKindToBinaryOpcode()
9171 case BO_ShrAssign: in CreateBuiltinBinOp()
DSemaChecking.cpp4648 case BO_ShrAssign: { in GetExprRange()