enum TIL_BinaryOpcode

Description

Opcode for binary arithmetic operations.

Declared at: clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h:92

Enumerators

NameValueComment
BOP_Add0
BOP_Sub1
BOP_Mul2
BOP_Div3
BOP_Rem4
BOP_Shl5
BOP_Shr6
BOP_BitAnd7
BOP_BitXor8
BOP_BitOr9
BOP_Eq10
BOP_Neq11
BOP_Lt12
BOP_Leq13
BOP_Cmp14
BOP_LogicAnd15
BOP_LogicOr16