Searched refs:BO_LOr (Results 1 - 25 of 25) sorted by relevance

/external/clang/include/clang/AST/
H A DOperationKinds.h319 BO_LOr, // [C99 6.5.14] Logical OR operator. enumerator in enum:clang::BinaryOperatorKind
H A DStmtVisitor.h67 case BO_LOr : DISPATCH(BinLOr, BinaryOperator);
H A DExpr.h3035 static bool isLogicalOp(Opcode Opc) { return Opc == BO_LAnd || Opc==BO_LOr; }
/external/clang/lib/Analysis/
H A DConsumed.cpp703 case BO_LOr : {
727 static_cast<EffectiveOp>(BinOp->getOpcode() == BO_LOr), LTest, RTest)));
1325 } else if (BinOp->getOpcode() == BO_LOr) {
H A DCFG.cpp870 if (LHS.isTrue() == (Bop->getOpcode() == BO_LOr))
875 if (Bop->getOpcode() == BO_LOr)
885 if (RHS.isTrue() == (Bop->getOpcode() == BO_LOr))
1660 if (B->getOpcode() == BO_LOr)
1686 if (B->getOpcode() == BO_LOr) {
3645 if (RHSExecuted.isKnown() && E->getOpcode() == BO_LOr)
4086 case BO_LOr:
H A DThreadSafetyCommon.cpp528 case BO_LOr: return translateBinOp(til::BOP_LogicOr, BO, Ctx);
H A DThreadSafety.cpp1381 if (BOP->getOpcode() == BO_LOr) {
/external/clang/lib/AST/
H A DExpr.cpp146 case BO_LOr: // Logical OR operator.
1802 case BO_LOr: return "||";
1852 case OO_PipePipe: return BO_LOr;
2085 case BO_LOr:
H A DStmtProfile.cpp939 BinaryOp = BO_LOr;
H A DExprConstant.cpp6661 if (LHSAsBool == (E->getOpcode() == BO_LOr)) {
6708 if (E->getOpcode() == BO_LOr)
6717 if (rhsResult == (E->getOpcode() == BO_LOr))
8916 case BO_LOr: {
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp226 if (BO->getOpcode() == BO_LOr)
H A DCGStmtOpenMP.cpp1527 case BO_LOr:
H A DCodeGenFunction.cpp1078 if (CondBOp->getOpcode() == BO_LOr) {
H A DCGExprScalar.cpp3556 case BO_LOr:
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1021 case BO_LOr:
H A DAnalysisBasedWarnings.cpp751 (BO->getOpcode() == BO_LOr && !I->Output))
H A DSemaOpenMP.cpp5256 BOK = BO_LOr;
5482 case BO_LOr:
5603 if (BOK != BO_LOr && BOK != BO_LAnd) {
H A DSemaExpr.cpp6397 return (Opc >= BO_LT && Opc <= BO_NE) || (Opc >= BO_LAnd && Opc <= BO_LOr);
9849 case tok::pipepipe: Opc = BO_LOr; break;
10077 case BO_LOr:
10265 } else if (Bop->getOpcode() == BO_LOr) {
10358 if (Opc == BO_LOr && !OpLoc.isMacroID()/* Don't warn in macros. */) {
H A DSemaChecking.cpp5784 case BO_LOr:
H A DSemaDeclAttr.cpp483 if (E->getOpcode() == BO_LAnd || E->getOpcode() == BO_LOr)
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp519 B->getOpcode() == BO_LOr);
H A DSimpleSValBuilder.cpp443 case BO_LOr:
H A DPathDiagnostic.cpp724 if (Op == BO_LAnd || Op == BO_LOr)
H A DBugReporter.cpp771 assert(B->getOpcode() == BO_LOr);
/external/v8/tools/gcmole/
H A Dgcmole.cc669 case clang::BO_LOr:

Completed in 440 milliseconds