Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h66 enum TIL_Opcode { enum
109 const TIL_Opcode COP_Min = COP_Future;
110 const TIL_Opcode COP_Max = COP_Branch;
262 TIL_Opcode opcode() const { return static_cast<TIL_Opcode>(Opcode); } in opcode()
299 SExpr(TIL_Opcode Op) in SExpr()
1363 Terminator(TIL_Opcode Op) : SExpr(Op) {} in Terminator()