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

  /external/clang/include/clang/AST/
OperationKinds.h 316 BO_LOr, // [C99 6.5.14] Logical OR operator.
StmtVisitor.h 67 case BO_LOr : DISPATCH(BinLOr, BinaryOperator);
Expr.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IdempotentOperationChecker.cpp 218 case BO_LOr:
239 case BO_LOr:
255 case BO_LOr:
283 case BO_LOr:
315 case BO_LOr:
  /external/clang/lib/Analysis/
CFG.cpp 545 if (LHS.isTrue() == (Bop->getOpcode() == BO_LOr))
550 if (Bop->getOpcode() == BO_LOr)
560 if (RHS.isTrue() == (Bop->getOpcode() == BO_LOr))
    [all...]
  /external/clang/lib/AST/
Expr.cpp 174 case BO_LOr: // Logical OR operator.
    [all...]
StmtProfile.cpp 693 BinaryOp = BO_LOr;
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 507 B->getOpcode() == BO_LOr);
    [all...]
SimpleSValBuilder.cpp 417 case BO_LOr:
    [all...]
PathDiagnostic.cpp 710 if (Op == BO_LAnd || Op == BO_LOr)
    [all...]
BugReporter.cpp 739 assert(B->getOpcode() == BO_LOr);
    [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 678 case clang::BO_LOr:
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 877 if (CondBOp->getOpcode() == BO_LOr) {
    [all...]
CGExprScalar.cpp     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 680 case clang::BO_LOr:
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 557 (BO->getOpcode() == BO_LOr && !I->Output))
    [all...]
SemaExpr.cpp     [all...]
SemaChecking.cpp     [all...]

Completed in 233 milliseconds