HomeSort by relevance Sort by last modified time
    Searched refs:BO_LOr (Results 1 - 23 of 23) sorted by null

  /external/clang/include/clang/AST/
OperationKinds.h 319 BO_LOr, // [C99 6.5.14] Logical OR operator.
StmtVisitor.h 67 case BO_LOr : DISPATCH(BinLOr, BinaryOperator);
Expr.h     [all...]
  /external/clang/lib/Analysis/
Consumed.cpp 703 case BO_LOr : {
727 static_cast<EffectiveOp>(BinOp->getOpcode() == BO_LOr), LTest, RTest)));
    [all...]
CFG.cpp 800 if (LHS.isTrue() == (Bop->getOpcode() == BO_LOr))
805 if (Bop->getOpcode() == BO_LOr)
815 if (RHS.isTrue() == (Bop->getOpcode() == BO_LOr))
    [all...]
ThreadSafetyCommon.cpp 330 case BO_LOr: return translateBinOp(til::BOP_LogicOr, BO, Ctx);
ThreadSafety.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp 146 case BO_LOr: // Logical OR operator.
    [all...]
StmtProfile.cpp 801 BinaryOp = BO_LOr;
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 347 if (BO->getOpcode() == BO_LOr)
    [all...]
CodeGenFunction.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 519 B->getOpcode() == BO_LOr);
    [all...]
SimpleSValBuilder.cpp 443 case BO_LOr:
    [all...]
PathDiagnostic.cpp 721 if (Op == BO_LAnd || Op == BO_LOr)
    [all...]
BugReporter.cpp 775 assert(B->getOpcode() == BO_LOr);
    [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 669 case clang::BO_LOr:
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 756 (BO->getOpcode() == BO_LOr && !I->Output))
    [all...]
SemaExpr.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaChecking.cpp     [all...]
SemaDeclAttr.cpp 439 if (E->getOpcode() == BO_LAnd || E->getOpcode() == BO_LOr)
    [all...]

Completed in 700 milliseconds