Searched refs:BO_Shr (Results 1 - 15 of 15) sorted by relevance

/external/clang/include/clang/AST/
H A DOperationKinds.h306 BO_Shl, BO_Shr, // [C99 6.5.7] Bitwise shift operators. enumerator in enum:clang::BinaryOperatorKind
H A DStmtVisitor.h53 case BO_Shr: DISPATCH(BinShr, BinaryOperator);
H A DExpr.h2847 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.cpp241 case BO_Shr:
406 case BO_Shr:
H A DSymbolManager.cpp40 case BO_Shr: os << ">>" ; break;
H A DExprEngineC.cpp105 case BO_ShrAssign: Op = BO_Shr; break;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DIdempotentOperationChecker.cpp281 case BO_Shr:
313 case BO_Shr:
/external/clang/lib/AST/
H A DStmtProfile.cpp623 BinaryOp = BO_Shr;
H A DExpr.cpp1583 case BO_Shr: return ">>";
1636 case OO_GreaterGreater: return BO_Shr;
H A DExprConstant.cpp4732 case BO_Shr: {
6625 case BO_Shr:
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp2837 case BO_Shr:
/external/clang/lib/Sema/
H A DSemaExpr.cpp5173 return Opc >= BO_Mul && Opc <= BO_Shr;
8131 case tok::greatergreater: Opc = BO_Shr; break;
8276 case BO_Shr:
H A DSemaChecking.cpp4078 case BO_Shr:

Completed in 664 milliseconds