HomeSort by: relevance | last modified time | path
    Searched refs:isShiftAssignOp (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 3883 static bool isShiftAssignOp(Opcode Opc) {
3886 bool isShiftAssignOp() const {
3887 return isShiftAssignOp(getOpcode());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp 3711 BinaryOperator::isShiftAssignOp(op.Opcode);

Completed in 33 milliseconds