enum TIL_CastOpcode

Description

Opcode for cast operations.

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

Enumerators

NameValueComment
CAST_none0
CAST_extendNum1
CAST_truncNum2
CAST_toFloat3
CAST_toInt4
CAST_objToPtr5