enum TIL_Opcode

Description

Enum for the different distinct classes of SExpr

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

Enumerators

NameValueComment
COP_Future0
COP_Undefined1
COP_Wildcard2
COP_Literal3
COP_LiteralPtr4
COP_Variable5
COP_Function6
COP_SFunction7
COP_Code8
COP_Field9
COP_Apply10
COP_SApply11
COP_Project12
COP_Call13
COP_Alloc14
COP_Load15
COP_Store16
COP_ArrayIndex17
COP_ArrayAdd18
COP_UnaryOp19
COP_BinaryOp20
COP_Cast21
COP_SCFG22
COP_BasicBlock23
COP_Phi24
COP_Goto25
COP_Branch26
COP_Return27
COP_Identifier28
COP_IfThenElse29
COP_Let30