Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h79 enum TIL_Opcode { enum
133 const TIL_Opcode COP_Min = COP_Future;
134 const TIL_Opcode COP_Max = COP_Branch;
282 TIL_Opcode opcode() const { return static_cast<TIL_Opcode>(Opcode); } in opcode()
322 SExpr(TIL_Opcode Op) : Opcode(Op) {} in SExpr()
1347 Terminator(TIL_Opcode Op) : SExpr(Op) {} in Terminator()