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

  /external/clang/include/clang/AST/
OperationKinds.h 315 BO_And, // [C99 6.5.10] Bitwise AND operator.
StmtVisitor.h 63 case BO_And: DISPATCH(BinAnd, BinaryOperator);
Expr.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 224 case BO_And:
SimpleConstraintManager.cpp 34 case BO_And:
SimpleSValBuilder.cpp 252 case BO_And:
330 case BO_And:
406 case BO_And:
    [all...]
ExprEngineC.cpp 116 case BO_AndAssign: Op = BO_And; break;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp 140 SVal maskedFlagsUC = C.getSValBuilder().evalBinOpNN(state, BO_And,
MallocChecker.cpp 718 SVal MaskedFlagsUC = C.getSValBuilder().evalBinOpNN(State, BO_And,
    [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaExpr.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 843 BinaryOp = BO_And;
    [all...]
Expr.cpp 149 case BO_And: // Bitwise AND operator.
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 524 case BO_And: return translateBinOp(til::BOP_BitAnd, BO, Ctx);
    [all...]
CFG.cpp 627 if (BitOp && (BitOp->getOpcode() == BO_And ||
642 if ((BitOp->getOpcode() == BO_And && (L2 & L1) != L1) ||
839 case BO_And: {
    [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp     [all...]
CGExprScalar.cpp     [all...]

Completed in 413 milliseconds