reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
  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) {}