Searched refs:BO_And (Results 1 - 20 of 20) sorted by relevance

/external/clang/include/clang/AST/
H A DOperationKinds.h315 BO_And, // [C99 6.5.10] Bitwise AND operator. enumerator in enum:clang::BinaryOperatorKind
H A DStmtVisitor.h63 case BO_And: DISPATCH(BinAnd, BinaryOperator);
H A DExpr.h2996 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; }
3052 return Opcode(unsigned(Opc) - BO_AndAssign + BO_And);
/external/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp224 case BO_And:
H A DSimpleConstraintManager.cpp34 case BO_And:
H A DSimpleSValBuilder.cpp252 case BO_And:
330 case BO_And:
406 case BO_And:
H A DExprEngineC.cpp116 case BO_AndAssign: Op = BO_And; break;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp140 SVal maskedFlagsUC = C.getSValBuilder().evalBinOpNN(state, BO_And,
H A DMallocChecker.cpp718 SVal MaskedFlagsUC = C.getSValBuilder().evalBinOpNN(State, BO_And,
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1018 case BO_And:
H A DSemaOpenMP.cpp5244 BOK = BO_And;
5495 case BO_And: {
H A DSemaExpr.cpp9845 case tok::amp: Opc = BO_And; break;
10070 case BO_And:
10214 assert(Bop->getOpcode() == BO_And);
10295 if (Bop->getOpcode() == BO_And)
H A DSemaChecking.cpp5817 case BO_And:
/external/clang/lib/AST/
H A DStmtProfile.cpp843 BinaryOp = BO_And;
H A DExpr.cpp149 case BO_And: // Bitwise AND operator.
1798 case BO_And: return "&";
1830 case OO_Amp: return BO_And;
H A DExprConstant.cpp1662 case BO_And: Result = LHS & RHS; return true;
8881 case BO_And:
/external/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp524 case BO_And: return translateBinOp(til::BOP_BitAnd, BO, Ctx);
H A DCFG.cpp627 if (BitOp && (BitOp->getOpcode() == BO_And ||
642 if ((BitOp->getOpcode() == BO_And && (L2 & L1) != L1) ||
839 case BO_And: {
/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1498 case BO_And:
H A DCGExprScalar.cpp3552 case BO_And:

Completed in 324 milliseconds