Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h78 enum TIL_Opcode { enum
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); } in opcode()
321 SExpr(TIL_Opcode Op) : Opcode(Op) {} in SExpr()
1348 Terminator(TIL_Opcode Op) : SExpr(Op) {} in Terminator()