Searched refs:BO_LAnd (Results 1 - 23 of 23) sorted by relevance

/external/clang/include/clang/AST/
H A DOperationKinds.h318 BO_LAnd, // [C99 6.5.13] Logical AND operator. enumerator in enum:clang::BinaryOperatorKind
H A DStmtVisitor.h66 case BO_LAnd: DISPATCH(BinLAnd, BinaryOperator);
H A DExpr.h3031 static bool isLogicalOp(Opcode Opc) { return Opc == BO_LAnd || Opc==BO_LOr; }
/external/clang/lib/Analysis/
H A DConsumed.cpp702 case BO_LAnd:
1320 if (BinOp->getOpcode() == BO_LAnd) {
H A DCFG.cpp718 if (B->getOpcode() == BO_LAnd) {
1622 assert(B->getOpcode() == BO_LAnd);
3558 assert (E->getOpcode() == BO_LAnd);
4009 case BO_LAnd:
H A DThreadSafetyCommon.cpp329 case BO_LAnd: return translateBinOp(til::BOP_LogicAnd, BO, Ctx);
H A DThreadSafety.cpp1721 if (BOP->getOpcode() == BO_LAnd) {
/external/clang/lib/AST/
H A DExpr.cpp145 case BO_LAnd: // AND operator.
1751 case BO_LAnd: return "&&";
1801 case OO_AmpAmp: return BO_LAnd;
2034 case BO_LAnd:
H A DStmtProfile.cpp797 BinaryOp = BO_LAnd;
H A DExprConstant.cpp8546 case BO_LAnd:
8554 if ((Exp->getOpcode() == BO_LAnd) !=
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp345 if (BO->getOpcode() == BO_LAnd)
H A DCodeGenFunction.cpp971 if (CondBOp->getOpcode() == BO_LAnd) {
H A DCGExprScalar.cpp3389 case BO_LAnd:
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp518 assert(B->getOpcode() == BO_LAnd ||
H A DSimpleSValBuilder.cpp442 case BO_LAnd:
H A DPathDiagnostic.cpp721 if (Op == BO_LAnd || Op == BO_LOr)
H A DBugReporter.cpp755 if (B->getOpcode() == BO_LAnd) {
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc668 case clang::BO_LAnd:
/external/clang/lib/Sema/
H A DSemaExpr.cpp6012 return (Opc >= BO_LT && Opc <= BO_NE) || (Opc >= BO_LAnd && Opc <= BO_LOr);
8377 << (Opc == BO_LAnd ? "&&" : "||");
8380 << (Opc == BO_LAnd ? "&" : "|")
8384 Opc == BO_LAnd ? "&" : "|");
8385 if (Opc == BO_LAnd)
9190 case tok::ampamp: Opc = BO_LAnd; break;
9387 case BO_LAnd:
9540 assert(Bop->getOpcode() == BO_LAnd);
9569 if (Bop->getOpcode() == BO_LAnd) {
9580 if (RBop->getOpcode() == BO_LAnd
[all...]
H A DAnalysisBasedWarnings.cpp755 if ((BO->getOpcode() == BO_LAnd && I->Output) ||
H A DSemaOpenMP.cpp2988 BOK = BO_LAnd;
H A DSemaChecking.cpp5081 case BO_LAnd:
6190 bool IsLogicalAndOperator = BO && BO->getOpcode() == BO_LAnd;
H A DSemaDeclAttr.cpp439 if (E->getOpcode() == BO_LAnd || E->getOpcode() == BO_LOr)

Completed in 722 milliseconds