Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h77 enum TIL_Opcode : unsigned char { enum
131 const TIL_Opcode COP_Min = COP_Future;
132 const TIL_Opcode COP_Max = COP_Branch;
280 TIL_Opcode opcode() const { return Opcode; } in opcode()
320 SExpr(TIL_Opcode Op) : Opcode(Op) {} in SExpr()
324 const TIL_Opcode Opcode;
335 TIL_Opcode Op = E->opcode(); in isTrivial()
1357 Terminator(TIL_Opcode Op) : SExpr(Op) {} in Terminator()