Searched refs:BO_Shr (Results 1 - 14 of 14) 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.h54 case BO_Shr: DISPATCH(BinShr, BinaryOperator);
H A DExpr.h2959 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; }
/external/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp186 case BO_Shr: {
H A DSimpleConstraintManager.cpp44 case BO_Shr:
H A DSimpleSValBuilder.cpp220 case BO_Shr:
385 case BO_Shr:
H A DExprEngineC.cpp108 case BO_ShrAssign: Op = BO_Shr; break;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DIdempotentOperationChecker.cpp282 case BO_Shr:
314 case BO_Shr:
/external/clang/lib/AST/
H A DStmtProfile.cpp661 BinaryOp = BO_Shr;
H A DExpr.cpp1693 case BO_Shr: return ">>";
1746 case OO_GreaterGreater: return BO_Shr;
H A DExprConstant.cpp1546 case BO_Shr: {
8274 case BO_Shr:
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp3264 case BO_Shr:
/external/clang/lib/Sema/
H A DSemaExpr.cpp5705 return Opc >= BO_Mul && Opc <= BO_Shr;
8747 case tok::greatergreater: Opc = BO_Shr; break;
8935 case BO_Shr:
9241 || Opc == BO_Shr) {
H A DSemaChecking.cpp4539 case BO_Shr:

Completed in 211 milliseconds