Searched refs:BO_LAnd (Results 1 - 25 of 25) 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.h67 case BO_LAnd: DISPATCH(BinLAnd, BinaryOperator);
H A DExpr.h3085 static bool isLogicalOp(Opcode Opc) { return Opc == BO_LAnd || Opc==BO_LOr; }
/external/clang/lib/Analysis/
H A DConsumed.cpp702 case BO_LAnd:
1308 if (BinOp->getOpcode() == BO_LAnd) {
H A DThreadSafetyCommon.cpp514 case BO_LAnd: return translateBinOp(til::BOP_LogicAnd, BO, Ctx);
H A DCFG.cpp836 if (B->getOpcode() == BO_LAnd) {
1747 assert(B->getOpcode() == BO_LAnd);
4166 case BO_LAnd:
H A DThreadSafety.cpp1374 if (BOP->getOpcode() == BO_LAnd) {
/external/clang/lib/AST/
H A DExpr.cpp145 case BO_LAnd: // AND operator.
1838 case BO_LAnd: return "&&";
1888 case OO_AmpAmp: return BO_LAnd;
2124 case BO_LAnd:
H A DStmtProfile.cpp1037 BinaryOp = BO_LAnd;
H A DExprConstant.cpp9290 case BO_LAnd:
9298 if ((Exp->getOpcode() == BO_LAnd) !=
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp186 if (BO->getOpcode() == BO_LAnd)
H A DCodeGenFunction.cpp1123 if (CondBOp->getOpcode() == BO_LAnd) {
H A DCGStmtOpenMP.cpp2256 case BO_LAnd:
H A DCGExprScalar.cpp3547 case BO_LAnd:
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1024 case BO_LAnd:
H A DSemaExpr.cpp9141 << (Opc == BO_LAnd ? "&&" : "||");
9144 << (Opc == BO_LAnd ? "&" : "|")
9147 Opc == BO_LAnd ? "&" : "|");
9148 if (Opc == BO_LAnd)
10126 case tok::ampamp: Opc = BO_LAnd; break;
10368 case BO_LAnd:
10506 assert(Bop->getOpcode() == BO_LAnd);
10535 if (Bop->getOpcode() == BO_LAnd) {
10546 if (RBop->getOpcode() == BO_LAnd && EvaluatesAsTrue(S, RBop->getRHS()))
10557 if (Bop->getOpcode() == BO_LAnd) {
[all...]
H A DAnalysisBasedWarnings.cpp762 if ((BO->getOpcode() == BO_LAnd && I->Output) ||
H A DSemaOpenMP.cpp3746 PreCond = SemaRef.BuildBinOp(CurScope, SourceLocation(), BO_LAnd,
6997 BOK = BO_LAnd;
7305 case BO_LAnd:
H A DSemaChecking.cpp6275 case BO_LAnd:
7533 bool IsLogicalAndOperator = BO && BO->getOpcode() == BO_LAnd;
H A DSemaDeclAttr.cpp484 if (E->getOpcode() == BO_LAnd || E->getOpcode() == BO_LOr)
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp442 case BO_LAnd:
H A DExprEngineC.cpp543 assert(B->getOpcode() == BO_LAnd ||
H A DPathDiagnostic.cpp722 if (Op == BO_LAnd || Op == BO_LOr)
H A DBugReporter.cpp751 if (B->getOpcode() == BO_LAnd) {
/external/v8/tools/gcmole/
H A Dgcmole.cc668 case clang::BO_LAnd:

Completed in 882 milliseconds