enum TIL_UnaryOpcode

Description

Opcode for unary arithmetic operations.

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

Enumerators

NameValueComment
UOP_Minus0
UOP_BitNot1
UOP_LogicNot2