Home
last modified time | relevance | path

Searched refs:isShiftAssignOp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h3883 static bool isShiftAssignOp(Opcode Opc) { in isShiftAssignOp() function
3886 bool isShiftAssignOp() const { in isShiftAssignOp() function
3887 return isShiftAssignOp(getOpcode()); in isShiftAssignOp()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp3711 BinaryOperator::isShiftAssignOp(op.Opcode); in EmitFixedPointBinOp()