Searched refs:TIL_Opcode (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h78 enum TIL_Opcode { enum in namespace:clang::threadSafety::til
132 const TIL_Opcode COP_Min = COP_Future;
133 const TIL_Opcode COP_Max = COP_Branch;
281 TIL_Opcode opcode() const { return static_cast<TIL_Opcode>(Opcode); }
321 SExpr(TIL_Opcode Op) : Opcode(Op) {}
1346 Terminator(TIL_Opcode Op) : SExpr(Op) {}

Completed in 62 milliseconds