Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOperationKinds.h312 BO_And, // [C99 6.5.10] Bitwise AND operator. enumerator
DStmtVisitor.h62 case BO_And: DISPATCH(BinAnd, BinaryOperator); in Visit()
DExpr.h2951 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp()
2980 return Opcode(unsigned(Opc) - BO_AndAssign + BO_And); in getOpForCompoundAssignment()
/external/clang/lib/StaticAnalyzer/Checkers/
DIdempotentOperationChecker.cpp215 case BO_And: in checkPreStmt()
278 case BO_And: in checkPreStmt()
310 case BO_And: in checkPreStmt()
DUnixAPIChecker.cpp113 SVal maskedFlagsUC = C.getSValBuilder().evalBinOpNN(state, BO_And, in CheckOpen()
/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp253 case BO_And: in MakeSymIntVal()
331 case BO_And: in evalBinOpNN()
407 case BO_And: in evalBinOpNN()
DSimpleConstraintManager.cpp34 case BO_And: in canReasonAbout()
DBasicValueFactory.cpp224 case BO_And: in evalAPSInt()
DExprEngineC.cpp107 case BO_AndAssign: Op = BO_And; break; in VisitBinaryOperator()
/external/clang/lib/AST/
DStmtProfile.cpp559 BinaryOp = BO_And; in DecodeOperatorCall()
DExpr.cpp161 case BO_And: // Bitwise AND operator. in isKnownToHaveBooleanValue()
1684 case BO_And: return "&"; in getOpcodeStr()
1716 case OO_Amp: return BO_And; in getOverloadedOpcode()
DExprConstant.cpp4709 case BO_And: return Success(LHS & RHS, E, Result); in VisitBinOp()
6688 case BO_And: in CheckICE()
/external/clang/lib/Sema/
DSemaExpr.cpp8322 case tok::amp: Opc = BO_And; break; in ConvertTokenKindToBinaryOpcode()
8473 case BO_And: in CreateBuiltinBinOp()
8599 assert(Bop->getOpcode() == BO_And); in EmitDiagnosticForBitwiseAndInBitwiseOr()
8678 if (Bop->getOpcode() == BO_And) in DiagnoseBitwiseAndInBitwiseOr()
DSemaChecking.cpp4185 case BO_And: in GetExprRange()
/external/clang/lib/Analysis/
DCFG.cpp514 case BO_And: { in tryEvaluateBool()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp3267 case BO_And: in EmitCompoundAssignmentLValue()