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

  /external/clang/include/clang/AST/
OperationKinds.h 288 BO_Shl, BO_Shr, // [C99 6.5.7] Bitwise shift operators.
StmtVisitor.h 53 case BO_Shl: DISPATCH(BinShl, BinaryOperator);
Expr.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp 78 if (opc != BO_Mul && opc != BO_Add && opc != BO_Sub && opc != BO_Shl)
IdempotentOperationChecker.cpp 278 case BO_Shl:
310 case BO_Shl:
  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 171 case BO_Shl: {
SimpleConstraintManager.cpp 44 case BO_Shl:
SymbolManager.cpp 37 case BO_Shl: os << "<<" ; break;
SimpleSValBuilder.cpp 234 case BO_Shl:
466 case BO_Shl:
    [all...]
ExprEngineC.cpp 83 case BO_ShlAssign: Op = BO_Shl; break;
  /external/clang/lib/AST/
StmtProfile.cpp 597 BinaryOp = BO_Shl;
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]

Completed in 51 milliseconds