Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h112 enum TIL_CastOpcode : unsigned char { enum
137 const TIL_CastOpcode CAST_Min = CAST_none;
138 const TIL_CastOpcode CAST_Max = CAST_toInt;
1266 Cast(TIL_CastOpcode Op, SExpr *E) : SExpr(COP_Cast), Expr0(E) { Flags = Op; } in Cast()
1271 TIL_CastOpcode castOpcode() const { in castOpcode()
1272 return static_cast<TIL_CastOpcode>(Flags); in castOpcode()