Home
last modified time | relevance | path

Searched refs:BO_LAnd (Results 1 – 25 of 25) sorted by relevance

/external/clang/include/clang/AST/
DOperationKinds.h318 BO_LAnd, // [C99 6.5.13] Logical AND operator. enumerator
DStmtVisitor.h67 case BO_LAnd: DISPATCH(BinLAnd, BinaryOperator); in Visit()
DExpr.h3085 static bool isLogicalOp(Opcode Opc) { return Opc == BO_LAnd || Opc==BO_LOr; } in isLogicalOp()
/external/clang/lib/Analysis/
DConsumed.cpp702 case BO_LAnd: in VisitBinaryOperator()
1308 if (BinOp->getOpcode() == BO_LAnd) { in splitState()
DThreadSafetyCommon.cpp514 case BO_LAnd: return translateBinOp(til::BOP_LogicAnd, BO, Ctx); in translateBinaryOperator()
DCFG.cpp836 if (B->getOpcode() == BO_LAnd) { in checkIncorrectLogicOperator()
1747 assert(B->getOpcode() == BO_LAnd); in VisitLogicalOperator()
4166 case BO_LAnd: in VisitBinaryOperator()
DThreadSafety.cpp1374 if (BOP->getOpcode() == BO_LAnd) { in getTrylockCallExpr()
/external/clang/lib/AST/
DExpr.cpp145 case BO_LAnd: // AND operator. in isKnownToHaveBooleanValue()
1838 case BO_LAnd: return "&&"; in getOpcodeStr()
1888 case OO_AmpAmp: return BO_LAnd; in getOverloadedOpcode()
2124 case BO_LAnd: in isUnusedResultAWarning()
DStmtProfile.cpp1037 BinaryOp = BO_LAnd; in DecodeOperatorCall()
DExprConstant.cpp9290 case BO_LAnd: in CheckICE()
9298 if ((Exp->getOpcode() == BO_LAnd) != in CheckICE()
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp1024 case BO_LAnd: in BuildEmptyCXXFoldExpr()
DSemaExpr.cpp9141 << (Opc == BO_LAnd ? "&&" : "||"); in CheckLogicalOperands()
9144 << (Opc == BO_LAnd ? "&" : "|") in CheckLogicalOperands()
9147 Opc == BO_LAnd ? "&" : "|"); in CheckLogicalOperands()
9148 if (Opc == BO_LAnd) in CheckLogicalOperands()
10126 case tok::ampamp: Opc = BO_LAnd; break; in ConvertTokenKindToBinaryOpcode()
10368 case BO_LAnd: in CreateBuiltinBinOp()
10506 assert(Bop->getOpcode() == BO_LAnd); in EmitDiagnosticForLogicalAndInLogicalOr()
10535 if (Bop->getOpcode() == BO_LAnd) { in DiagnoseLogicalAndInLogicalOrLHS()
10546 if (RBop->getOpcode() == BO_LAnd && EvaluatesAsTrue(S, RBop->getRHS())) in DiagnoseLogicalAndInLogicalOrLHS()
10557 if (Bop->getOpcode() == BO_LAnd) { in DiagnoseLogicalAndInLogicalOrRHS()
DAnalysisBasedWarnings.cpp762 if ((BO->getOpcode() == BO_LAnd && I->Output) || in DiagUninitUse()
DSemaOpenMP.cpp3746 PreCond = SemaRef.BuildBinOp(CurScope, SourceLocation(), BO_LAnd, in CheckOpenMPLoop()
6997 BOK = BO_LAnd; in ActOnOpenMPReductionClause()
7305 case BO_LAnd: in ActOnOpenMPReductionClause()
DSemaChecking.cpp6275 case BO_LAnd: in GetExprRange()
7533 bool IsLogicalAndOperator = BO && BO->getOpcode() == BO_LAnd; in AnalyzeImplicitConversions()
DSemaDeclAttr.cpp484 if (E->getOpcode() == BO_LAnd || E->getOpcode() == BO_LOr) in isCapabilityExpr()
/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp442 case BO_LAnd: in evalBinOpNN()
DExprEngineC.cpp543 assert(B->getOpcode() == BO_LAnd || in VisitLogicalExpr()
DPathDiagnostic.cpp722 if (Op == BO_LAnd || Op == BO_LOr) in getNextStmt()
DBugReporter.cpp751 if (B->getOpcode() == BO_LAnd) { in GenerateMinimalPathDiagnostic()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp186 if (BO->getOpcode() == BO_LAnd) in getHashType()
DCodeGenFunction.cpp1123 if (CondBOp->getOpcode() == BO_LAnd) { in EmitBranchOnBoolExpr()
DCGStmtOpenMP.cpp2256 case BO_LAnd: in emitOMPAtomicRMW()
DCGExprScalar.cpp3547 case BO_LAnd: in EmitCompoundAssignmentLValue()
/external/v8/tools/gcmole/
Dgcmole.cc668 case clang::BO_LAnd: in DECL_VISIT_EXPR()